![]() |
|
How to Add Top banner ? - 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: How to Add Top banner ? (/thread-3150.html) |
How to Add Top banner ? - Laurent - 2008-06-23 Hi all, I put the code : switch ($tags[0]) { case "france": $bannerimage = 'france.jpg'; break; case "perou": $bannerimage = 'perou.jpg'; break; echo "";` I work in album.php but i cant have the banner in image.php according to the album tag even when i put this code in image.php : Can you help me ? Thank How to Add Top banner ? - Laurent - 2008-06-24 Hi, Regards How to Add Top banner ? - acrylian - 2008-06-24
switch ($tags[0] { (...)` How to Add Top banner ? - Laurent - 2008-06-24 Yes it's works fine Acrylian doesn't speak french, english or german ... Thank a lot Laurent How to Add Top banner ? - acrylian - 2008-06-24 Merci...:-) |