show members of locked conversations

This commit is contained in:
Mike Macgirvin 2010-09-29 22:11:26 -07:00
parent d2ecdd0668
commit dda5195418
8 changed files with 135 additions and 13 deletions

View file

@ -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";
}