mirror of
https://github.com/friendica/friendica
synced 2025-04-26 14:30:13 +00:00
show members of locked conversations
This commit is contained in:
parent
d2ecdd0668
commit
dda5195418
8 changed files with 135 additions and 13 deletions
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
|
||||
$a->page['nav'] .= '<div id="panel" style="display: none;"></div>' ;
|
||||
|
||||
if(x($_SESSION['uid'])) {
|
||||
$a->page['nav'] .= '<a id="nav-logout-link" class="nav-link" href="logout">' . t('Logout') . "</a>\r\n";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue