When I am logged out of zenphoto I cannot see the Admin link down the bottom of the page, when I am logged in I can.
The code being used to display this is:
Is there anyway to print the admin link whether I am logged in or out, or something like a "Log In" to be displayed if I am not logged in without creating a link manually like this?
Admin
Thanks in advance,
Dave (FatalCure)
The following is a bit of code that I've used in the theme that I've developed for the wiki tutorial that I'm writing. Feel free to download the theme or use this bit of code if you like.
What it does is show the following if you [b]are not[/b] logged in:
ZenPhoto 1.0.2 / Login
And shows the following if you [b]are[/b] logged in:
ZenPhoto 1.0.2 / Admin / Sort Gallery / Logout
Here's the code:
`
you could just add a static link to zen/admin.php in your theme file...