250921 Re-enable bookmarks and styleshet fix
This commit is contained in:
@ -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" : "");?>'></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" : "");?>'></a>
|
||||
</span>
|
||||
<?php endif; ?>
|
||||
</span>
|
||||
<?php endif; ?>
|
||||
|
||||
|
Reference in New Issue
Block a user