diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2009-01-05 18:08:17 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2009-01-05 18:08:17 -0500 |
commit | 3c430b5be7cd75f419fc45e32e8ace489d897bce (patch) | |
tree | 0a4b26da95b08b1db268ef16b9a16d388b47dd38 /includes | |
parent | 38f73720eaec5f49752589ac088b04b3fa734117 (diff) | |
download | fourisland-3c430b5be7cd75f419fc45e32e8ace489d897bce.tar.gz fourisland-3c430b5be7cd75f419fc45e32e8ace489d897bce.tar.bz2 fourisland-3c430b5be7cd75f419fc45e32e8ace489d897bce.zip |
Added Admin link to navbar
Diffstat (limited to 'includes')
-rwxr-xr-x | includes/header.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/includes/header.php b/includes/header.php index 4460d0a..8b9810a 100755 --- a/includes/header.php +++ b/includes/header.php | |||
@@ -50,6 +50,11 @@ if (($pageCategory != 'fourm') && ($pageCategory != 'wiki')) | |||
50 | $headerTemp->add('LOGDATA',echoLogData()); | 50 | $headerTemp->add('LOGDATA',echoLogData()); |
51 | $headerTemp->add('SID',getSessionID()); | 51 | $headerTemp->add('SID',getSessionID()); |
52 | $headerTemp->adds_block('MEMBERS',array('exi' => 1)); | 52 | $headerTemp->adds_block('MEMBERS',array('exi' => 1)); |
53 | |||
54 | if (isAdmin()) | ||
55 | { | ||
56 | $headerTemp->adds_block('ADMIN',array('exi' => 1)); | ||
57 | } | ||
53 | } | 58 | } |
54 | 59 | ||
55 | $headerTemp->display(); | 60 | $headerTemp->display(); |