Quantcast
Channel: Zenphoto forum
Viewing all articles
Browse latest Browse all 2917

madman on "deprecated functions (getGalleryIndexURL and next_image)"

$
0
0

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>
|">&laquo <?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


Viewing all articles
Browse latest Browse all 2917