070921 Sidebar Custom Hashtags

This commit is contained in:
daisuke
2021-09-07 19:07:04 -05:00
parent ddff7399ad
commit 7cdfd4e99e
8 changed files with 43 additions and 10 deletions

View File

@ -30,6 +30,18 @@ if ($logedin || $tl['mode'] == 'user') {
}
echo "</ul>
</div>
<div class='side_element' style='margin-top:20px; margin-left:0px; width:100%;'>
<ul>
";
foreach($user_settings['fhtags'] as $word){
if ($word != ""){
echo "<a href='?tag=" . $word . "' class='ldr'><li><b>#</b> " . $word . "</li></a>";
}
}
echo "
</ul>
</div>
";
}
if ($logedin) {