Hi!
I am upgrading my theme/gallery and I have integrated the Login & Register buttons at the bottom of my page, however the style of the form is lost when clicking the login popup box trigger only on pages supplied by the album.php file.
See here: http://josiehewittphotography.co.uk/newgallery/
I have copied the same bar for the index.php, album.php and image.php and it works on all pages apart from album.php
Any ideas?
My code is below:
</p>
<p><!-- footer --><br />
<ul id="portfolio-filter" class="gallery-filter"></p>
<li>
<?php @call_user_func('printUserLogin_out','','');?><br />
<?php<br />
if (!zp_loggedin() && function_exists('printRegistrationForm')) {<br />
printCustomPageURL(gettext('or Register for this site'), 'register', '', '', '');<br />
}<br />
?><br />
<?php printRSSLink('Gallery', ' |', 'RSS', ' |'); ?><br />
<?php printCustomPageURL(gettext("Archive View"), "archive"); ?> |<br />
<?php<br />
if (getOption('zp_plugin_contact_form')) {<br />
printCustomPageURL(gettext('Contact us'), 'contact', '', '', ' |');<br />
} ?><br />
<?php<br />
if (function_exists('printFavoritesLink')) {<br />
printFavoritesLink();<br />
?> |<?php<br />
}<br />
?><br />
<?php printZenphotoLink(); ?>
</li>
<p> <!-- END footer --></p>
<p>