ZenphotoCMS Forum
Use variable $returnpath (from printSlideShow) in a seperate link - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Use variable $returnpath (from printSlideShow) in a seperate link (/thread-5285.html)



Use variable $returnpath (from printSlideShow) in a seperate link - fretzl - 2009-06-06

Hi,
Is it possible to use the variable $returnpath (from printSlideShow()) outside the function ??
Right now it is called from the stop button in the slideshow controls but I also want to use it in a breadcrumb on the slideshow.php page.
Thanks




Use variable $returnpath (from printSlideShow) in a seperate link - acrylian - 2009-06-06

No, but since all the data is sent via $_POST, you could get it from there. Note that the link is different for searches.




Use variable $returnpath (from printSlideShow) in a seperate link - fretzl - 2009-06-06

Thanks!