![]() |
|
deprecated functions (getGalleryIndexURL and next_image) - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Themes (https://forum.zenphoto.org/forum-5.html) +--- Thread: deprecated functions (getGalleryIndexURL and next_image) (/thread-12157.html) |
deprecated functions (getGalleryIndexURL and next_image) - madman - 22-09-2014 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 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]
[/code] does anybody have a clue while this leads to a warning? regards deprecated functions (getGalleryIndexURL and next_image) - sbillard - 22-09-2014 The "+" sign means that there are deprecated parameters to the functions. |