[pLog-svn] r1999 - in templates/trunk: GreenTrack LiteWinter
StreetCorner connections
jondaley at devel.plogworld.net
jondaley at devel.plogworld.net
Fri May 13 02:35:32 GMT 2005
Author: jondaley
Date: 2005-05-13 02:35:31 +0000 (Fri, 13 May 2005)
New Revision: 1999
Modified:
templates/trunk/GreenTrack/header.template
templates/trunk/LiteWinter/header.template
templates/trunk/StreetCorner/header.template
templates/trunk/connections/header.template
Log:
new admin link not hardcoded any more
Modified: templates/trunk/GreenTrack/header.template
===================================================================
--- templates/trunk/GreenTrack/header.template 2005-05-13 02:35:08 UTC (rev 1998)
+++ templates/trunk/GreenTrack/header.template 2005-05-13 02:35:31 UTC (rev 1999)
@@ -15,7 +15,7 @@
<div id="rap">
<ul id="topnav">
<li><a href="{$url->blogLink()}"> {$locale->tr("main")} </a> | </li>
- <li><a href="admin.php" accesskey="2">{$locale->tr("dashboard")} </a> | </li>
+ <li><a href="{$url->getAdminUrl()}" accesskey="2">{$locale->tr("dashboard")} </a> | </li>
<li><a href="{$url->albumLink()}">{$locale->tr("albums")} </a> | </li>
</ul>
<div id="header">
Modified: templates/trunk/LiteWinter/header.template
===================================================================
--- templates/trunk/LiteWinter/header.template 2005-05-13 02:35:08 UTC (rev 1998)
+++ templates/trunk/LiteWinter/header.template 2005-05-13 02:35:31 UTC (rev 1999)
@@ -19,6 +19,6 @@
</div>
<div id="nav_bar">
<a href="{$url->blogLink()}"> {$locale->tr("main")} </a> |
- <a href="admin.php" accesskey="2">{$locale->tr("dashboard")} </a> |
+ <a href="{$url->getAdminUrl()}" accesskey="2">{$locale->tr("dashboard")} </a> |
<a href="{$url->albumLink()}">{$locale->tr("albums")} </a> |
</div>
Modified: templates/trunk/StreetCorner/header.template
===================================================================
--- templates/trunk/StreetCorner/header.template 2005-05-13 02:35:08 UTC (rev 1998)
+++ templates/trunk/StreetCorner/header.template 2005-05-13 02:35:31 UTC (rev 1999)
@@ -15,7 +15,7 @@
<div id="rap">
<ul id="topnav">
<li><a href="{$url->blogLink()}"> {$locale->tr("main")} </a> | </li>
- <li><a href="admin.php" accesskey="2">{$locale->tr("dashboard")} </a> | </li>
+ <li><a href="{$url->getAdminUrl()}" accesskey="2">{$locale->tr("dashboard")} </a> | </li>
<li><a href="{$url->albumLink()}">{$locale->tr("albums")} </a> | </li>
</ul>
<div id="header">
Modified: templates/trunk/connections/header.template
===================================================================
--- templates/trunk/connections/header.template 2005-05-13 02:35:08 UTC (rev 1998)
+++ templates/trunk/connections/header.template 2005-05-13 02:35:31 UTC (rev 1999)
@@ -16,7 +16,7 @@
<div id="header">
<ul id="topnav">
<li><a href="{$url->blogLink()}"> {$locale->tr("main")} </a> | </li>
- <li><a href="admin.php" accesskey="2">{$locale->tr("dashboard")} </a> | </li>
+ <li><a href="{$url->getAdminUrl()}" accesskey="2">{$locale->tr("dashboard")} </a> | </li>
<li><a href="{$url->albumLink()}">{$locale->tr("albums")} </a> | </li>
</ul>
<h1><a href="{$url->blogLink()}" accesskey="1"> {$blog->getBlog()}</a></h1>
More information about the pLog-svn
mailing list