[pLog-svn] r640 - in plog/trunk: class/net templates/grey

subaochen at devel.plogworld.net subaochen at devel.plogworld.net
Fri Dec 31 14:33:18 GMT 2004


Author: subaochen
Date: 2004-12-31 14:33:17 +0000 (Fri, 31 Dec 2004)
New Revision: 640

Modified:
   plog/trunk/class/net/modrewriterequestgenerator.class.php
   plog/trunk/class/net/prettyrequestgenerator.class.php
   plog/trunk/class/net/rawrequestgenerator.class.php
   plog/trunk/templates/grey/header.template
Log:
remove adminLink method because it can not work with all kinds of "url". I don't know how to fix it, so just comment it out:-)


Modified: plog/trunk/class/net/modrewriterequestgenerator.class.php
===================================================================
--- plog/trunk/class/net/modrewriterequestgenerator.class.php	2004-12-31 14:08:39 UTC (rev 639)
+++ plog/trunk/class/net/modrewriterequestgenerator.class.php	2004-12-31 14:33:17 UTC (rev 640)
@@ -182,6 +182,7 @@
          * Returns the url of admin interface
          *
          */
+        /*
         function adminLink()
         {
 			
@@ -189,6 +190,7 @@
 
             return $link;
         }
+        */
 
         /**
          * Returns the url where the rss feed is running

Modified: plog/trunk/class/net/prettyrequestgenerator.class.php
===================================================================
--- plog/trunk/class/net/prettyrequestgenerator.class.php	2004-12-31 14:08:39 UTC (rev 639)
+++ plog/trunk/class/net/prettyrequestgenerator.class.php	2004-12-31 14:33:17 UTC (rev 640)
@@ -182,6 +182,7 @@
          * Returns the url of admin interface
          *
          */
+        /*
         function adminLink()
         {
 			
@@ -189,6 +190,7 @@
 
             return $link;
         }
+        */
 
 
         /**

Modified: plog/trunk/class/net/rawrequestgenerator.class.php
===================================================================
--- plog/trunk/class/net/rawrequestgenerator.class.php	2004-12-31 14:08:39 UTC (rev 639)
+++ plog/trunk/class/net/rawrequestgenerator.class.php	2004-12-31 14:33:17 UTC (rev 640)
@@ -219,6 +219,7 @@
          * Returns the url of admin interface
          *
          */
+        /*
         function adminLink()
         {
 			
@@ -226,6 +227,7 @@
 
             return $link;
         }
+        */
 
 
         /**

Modified: plog/trunk/templates/grey/header.template
===================================================================
--- plog/trunk/templates/grey/header.template	2004-12-31 14:08:39 UTC (rev 639)
+++ plog/trunk/templates/grey/header.template	2004-12-31 14:33:17 UTC (rev 640)
@@ -18,8 +18,7 @@
   <div id="Top"><h1>{$blog->getBlog()}</h1></div>
   <div id="Topmenu">
     <a href="{$url->blogLink()}">{$locale->tr("main")}</a> |
-    <a href="{$url->albumLink()}">{$locale->tr("albums")}</a> |
-    <a href="{$url->adminLink()}">{$locale->tr("admin")}</a> 
+    <a href="{$url->albumLink()}">{$locale->tr("albums")}</a> 
   </div>
   <div id="Main">
   <div id="Sidebar-l">




More information about the pLog-svn mailing list