X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Flayouts%2Fscripts%2Ffooter.phtml;h=cce5e7fce79304c1d92debe6f9f563e6a83ab835;hb=17ac0916d7f99be6c7568f0100e5bd628b52124d;hp=08b2ff95e67124410037a5aa61b731706c0167f5;hpb=f3d301cf61cd09ad9089efb5d016e05ce6318bee;p=syj.git 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 */