X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Flayouts%2Fscripts%2Ffooter.phtml;h=cce5e7fce79304c1d92debe6f9f563e6a83ab835;hp=08b2ff95e67124410037a5aa61b731706c0167f5;hb=ec061a75fe57a25eb7ef0894f5e723397ba35472;hpb=3ff82e2d9fa289beba4e965b82772cf83f905b2f diff --git a/application/layouts/scripts/footer.phtml b/application/layouts/scripts/footer.phtml index 08b2ff9..cce5e7f 100644 --- a/application/layouts/scripts/footer.phtml +++ b/application/layouts/scripts/footer.phtml @@ -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 */