X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Flayouts%2Fscripts%2Ffooter.phtml;h=a90874e7219e35e7e2ff8e36e2050d77722966a1;hp=1d73c676c6fd07f5c83e28bd4bc2b50406429d9c;hb=05ce9238adfa982746bfc6211b240fd24526af09;hpb=011d9f73366efb4ce530b8b6da72055025419527 diff --git a/application/layouts/scripts/footer.phtml b/application/layouts/scripts/footer.phtml index 1d73c67..a90874e 100644 --- a/application/layouts/scripts/footer.phtml +++ b/application/layouts/scripts/footer.phtml @@ -31,7 +31,7 @@ echo $this->footerLink(array( /* * login, logout, account links */ -if ($this->loggedUser()) { +if ($this->loggedUser) { echo $this->footerLink(array( 'route' => 'account', 'action' => 'index',