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 /theme | |
| parent | 38f73720eaec5f49752589ac088b04b3fa734117 (diff) | |
| download | fourisland-3c430b5be7cd75f419fc45e32e8ace489d897bce.tar.gz fourisland-3c430b5be7cd75f419fc45e32e8ace489d897bce.tar.bz2 fourisland-3c430b5be7cd75f419fc45e32e8ace489d897bce.zip | |
Added Admin link to navbar
Diffstat (limited to 'theme')
| -rwxr-xr-x | theme/header.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
| diff --git a/theme/header.tpl b/theme/header.tpl index 8e43e31..b8e2681 100755 --- a/theme/header.tpl +++ b/theme/header.tpl | |||
| @@ -65,6 +65,13 @@ | |||
| 65 | <A HREF="http://fourisland.com/fourm/ucp.php?mode=log<!--LOGDATA-->&redirect=<!--REDIRPAGE-->&sid=<!--SID-->">Log<!--LOGDATA--></A> | 65 | <A HREF="http://fourisland.com/fourm/ucp.php?mode=log<!--LOGDATA-->&redirect=<!--REDIRPAGE-->&sid=<!--SID-->">Log<!--LOGDATA--></A> |
| 66 | </LI> | 66 | </LI> |
| 67 | <!--END MEMBERS--> | 67 | <!--END MEMBERS--> |
| 68 | |||
| 69 | <!--BEGIN ADMIN--> | ||
| 70 | <LI<!--PANELACTIVE-->> | ||
| 71 | <IMG SRC="/theme/images/icons/rainbow.png" ALT="Admin"> | ||
| 72 | <A HREF="http://fourisland.com/admin/">Admin</A> | ||
| 73 | </LI> | ||
| 74 | <!--END ADMIN--> | ||
| 68 | </UL> | 75 | </UL> |
| 69 | </DIV> | 76 | </DIV> |
| 70 | </DIV> | 77 | </DIV> |
