Home
last modified time | relevance | path

Searched refs:getGalleryTitle (Results 1 – 25 of 25) sorted by relevance

/dports/www/zenphoto/zenphoto-1.5.9/themes/basic/
H A Dpassword.php27 <?php printHomeLink('', ' | '); printGalleryIndexURL(' | ', getGalleryTitle()); ?>
H A Dcontact.php27 <?php printHomeLink('', ' | '); printGalleryIndexURL(' | ', getGalleryTitle()); ?>
H A Dregister.php27 <?php printHomeLink('', ' | '); printGalleryIndexURL(' | ', getGalleryTitle()); ?>
H A Darchive.php28 <?php printHomeLink('', ' | '); printGalleryIndexURL(' | ', getGalleryTitle()); ?>
H A D404.php27 …<?php printHomeLink('', ' | '); printGalleryIndexURL(' | ', getGalleryTitle()); echo gettext("Obje…
H A Dfavorites.php28 printGalleryIndexURL(' | ', getGalleryTitle());
H A Dalbum.php28 …<?php printHomeLink('', ' | '); printGalleryIndexURL(' | ', getGalleryTitle()); printParentBreadcr…
H A Dimage.php55 printGalleryIndexURL(' | ', getGalleryTitle());
H A Dsearch.php31 <?php printHomeLink('', ' | '); printGalleryIndexURL(' | ', getGalleryTitle()); ?></a>
/dports/www/zenphoto/zenphoto-1.5.9/themes/garland/
H A Dcontact.php23 …" title="<?php echo gettext('Gallery Index'); ?>"><?php echo html_encode(getGalleryTitle()); ?></a>
H A Dpassword.php23 …" title="<?php echo gettext('Gallery Index'); ?>"><?php echo html_encode(getGalleryTitle()); ?></a>
H A Dregister.php24 …" title="<?php echo gettext('Gallery Index'); ?>"><?php echo html_encode(getGalleryTitle()); ?></a>
H A Darchive.php22 …" title="<?php echo gettext('Gallery Index'); ?>"><?php echo html_encode(getGalleryTitle()); ?></a>
H A Dmain.php23 …" title="<?php echo gettext('Gallery Index'); ?>"><?php echo html_encode(getGalleryTitle()); ?></a>
H A D404.php23 …" title="<?php echo gettext('Gallery Index'); ?>"><?php echo html_encode(getGalleryTitle()); ?></a>
H A Dpages.php23 …" title="<?php echo gettext('Gallery Index'); ?>"><?php echo html_encode(getGalleryTitle()); ?></a>
H A Dgallery.php23 …" title="<?php echo gettext('Gallery Index'); ?>"><?php echo html_encode(getGalleryTitle()); ?></a>
H A Dnews.php23 …" title="<?php echo gettext('Gallery Index'); ?>"><?php echo html_encode(getGalleryTitle()); ?></a>
H A Dimage.php47 …" title="<?php echo gettext('Gallery Index'); ?>"><?php echo html_encode(getGalleryTitle()); ?></a>
H A Dfavorites.php24 …" title="<?php echo gettext('Gallery Index'); ?>"><?php echo html_encode(getGalleryTitle()); ?></a>
H A Dalbum.php28 …" title="<?php echo gettext('Gallery Index'); ?>"><?php echo html_encode(getGalleryTitle()); ?></a>
H A Dsearch.php66 …" title="<?php echo gettext('Gallery Index'); ?>"><?php echo html_encode(getGalleryTitle()); ?></a>
/dports/www/zenphoto/zenphoto-1.5.9/themes/zenpage/
H A D404.php23 …" title="<?php echo gettext('Gallery Index'); ?>"><?php echo html_encode(getGalleryTitle()); ?></a>
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/
H A D404.php49 …p echo gettext('Index'); ?>"><?php echo sprintf(gettext("Return to %s"), getGalleryTitle()); ?></a>
H A Dtemplate-functions.php338 function getGalleryTitle() { function
349 return getBare(getGalleryTitle());
356 echo html_encodeTagged(getGalleryTitle());