]> dev.renevier.net Git - syj.git/blobdiff - application/layouts/scripts/footer.phtml
interface to manage list of created routes
[syj.git] / application / layouts / scripts / footer.phtml
index 08b2ff95e67124410037a5aa61b731706c0167f5..cce5e7fce79304c1d92debe6f9f563e6a83ab835 100644 (file)
@@ -40,6 +40,18 @@ if ($mainpage or $this->loggedUser) {
         'logged-show');
 }
 
+/*
+ * list link
+ */
+if ($mainpage or $this->loggedUser) {
+    echo $this->footerLink(array(
+            'route' => 'list',
+            'action'     => 'index',
+            'controller' => 'list'),
+        $this->translate("my routes"), false,
+        'logged-show');
+}
+
 /*
  * login or logout links
  */