Hello,
I am using both functions for my own theme. Now I am trying to get rid of the warning when checking for deprecated functions:
album.php
getGalleryIndexURL+
next_image+
i studied the album.php from the actual basic theme, but I can't find the problem with my implementation.
for example when displaying the gallery title:
[code]
<div id="gallerytitle">
<h2>
<span>
|">« <?php echo getGalleryTitle();?>
|<?php printParentBreadcrumb(); ?>
</span>
<?php printAlbumTitle(true);?><?php if (getOption('Allow_search')) { printSearchForm(''); } ?>
</h2>
</div>
[/code]
does anybody have a clue while this leads to a warning?
regards