250921 Re-enable bookmarks and styleshet fix

This commit is contained in:
Daisuke
2021-09-25 11:30:50 -05:00
parent 82e7743091
commit b44e9d69ad
3 changed files with 5 additions and 4 deletions

View File

@ -105,12 +105,9 @@ if ($logedin) {
<span class="topbutton" style='position:relative;'>
<a href='?mode=direct' class='fontello topicon tlicon ldr <?php echo ($tl['mode'] == "direct" ? "tiselected" : "");?>'>&#xf0e0;</a>
</span>
<?php if (isset($user_settings['pleroma'])): ?>
<span class="topbutton" style='position:relative;'>
<a href='?mode=bookmarks' class='fontello topicon tlicon ldr <?php echo ($tl['mode'] == "bookmarks" ? "tiselected" : "");?>'>&#xe81e;</a>
</span>
<?php endif; ?>
</span>
<?php endif; ?>