Gotcha, and I'm having an issue with the footer links not appearing any page except the index page. When I click on an album the footer links disappear. I have checked to make sure to include the inc-footer.php file
Here is the footer code
<?php
if(class_exists('ScriptlessSocialSharing')) {
ScriptlessSocialSharing::printButtons();
}
if (function_exists('printFavoritesURL')) {
printFavoritesURL(NULL, '', ' | ', '
');
}
//if (class_exists('RSS')) printRSSLink('Gallery', '', gettext('Gallery RSS'), ' | ');
//printCustomPageURL(gettext("Archive View"), "archive");
printCopyrightNotice(' ', '');
?>
| Contact us
<?php
if (extensionEnabled('contact_form')) {
printCustomPageURL(gettext('Contact us'), 'contact', '', '', ' | ');
}
if (!zp_loggedin() && function_exists('printRegisterURL')) {
printRegisterURL(gettext('Register for this site'), '', ' | ');
}
@call_user_func('printUserLogin_out', ' | ', '');
// printPrivacyPageLink(' | ', ' | ');
// printZenphotoLink();
?>
<?php
call_user_func('mobileTheme::controlLink');
call_user_func('printLanguageSelector');
zp_apply_filter('theme_body_close');
//if (zp_loggedin(ADMIN_RIGHTS) && $_zp_current_admin_obj->master) {zp_apply_filter('theme_body_close'); }
// else if (zp_loggedin(UPLOAD_RIGHTS)) {zp_apply_filter('theme_body_close'); }
//else {zp_remove_filter('theme_body_close', 'adminToolBox');}
?>