[pLog-svn] r6193 - plog/trunk/templates/admin

mark at devel.lifetype.net mark at devel.lifetype.net
Fri Feb 29 03:29:37 EST 2008


Author: mark
Date: 2008-02-29 03:29:37 -0500 (Fri, 29 Feb 2008)
New Revision: 6193

Modified:
   plog/trunk/templates/admin/main.template
Log:
Fixed the array_shift() error.

Modified: plog/trunk/templates/admin/main.template
===================================================================
--- plog/trunk/templates/admin/main.template	2008-02-29 06:49:43 UTC (rev 6192)
+++ plog/trunk/templates/admin/main.template	2008-02-29 08:29:37 UTC (rev 6193)
@@ -1,11 +1,11 @@
 {include file="$admintemplatepath/header.template"}
-{include file="$admintemplatepath/navigation.template" showOpt=Manage title=$locale->tr("Manage")}
+{include file="$admintemplatepath/navigation.template" showOpt=Content title=$locale->tr("Content")}
 
 <div id="list">
 {include file="$admintemplatepath/successmessage.template"}
 {include file="$admintemplatepath/errormessage.template"}
 </div>
 
-{$menu->generateAt("Manage",2)}
+{$menu->generateAt("Content",1)}
 {include file="$admintemplatepath/footernavigation.template"}
 {include file="$admintemplatepath/footer.template"}



More information about the pLog-svn mailing list