units conversion app - needs some styling and code cleanup

This commit is contained in:
Friendika 2011-03-02 03:25:12 -08:00
parent b8740a0a9c
commit 6480fd73a7
4 changed files with 511 additions and 4 deletions

View file

@ -82,7 +82,7 @@ function nav(&$a) {
*
*/
if(x($_SESSION,'uid')) {
if(local_user()) {
$a->page['nav'] .= '<a id="nav-network-link" class="nav-commlink" href="network">' . t('Network')
. '</a><span id="net-update" class="nav-ajax-left"></span>' . "\r\n";