I have a club gallery and need a login block or link for them. Zen photo does not seem to work 'out of the box' - ie, no standard front page user login link or block (?).
All I could find is a 2011 post/plugin which says a function call is needed from the template page.
I used a copy of the default template and tried many positions in index.php but could not get it to work at all.
http://www.zenphoto.org/news/user_login-out
printUserLogin_out()
Example
<?php printUserLogin_out(); ?>
Or just inserting in php lines after other functions with trailing ';'.
I get a blank page or the output is cut off after that.
I thought it would be much simpler to get a login link working.