![]() |
|
zpMasonry: URL banner index - 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: zpMasonry: URL banner index (/thread-11831.html) |
zpMasonry: URL banner index - brian - 2014-06-14 Hello, i'm french so sorry for my english. on my website www.photomoto07.fr/galerie , if i clic on the banner, stay on www.photomoto07.fr/galerie , but i would be redirect to www.photomoto07.fr I can not find the file to modify. I used zenphoto 1.4.6 with the theme zpMasonry. Thanks for all, and i hope that you have understood me zpMasonry: URL banner index - fretzl - 2014-06-14 The easiest would probably be something like this: First, in Options -> Gallery fill in the fields for `Website title` and `Website url`. Then in `inc-header.php` locate this code: `"><?php echo getGalleryTitle();?>` and change it to: `"><?php echo getMainSiteName();?>` zpMasonry: URL banner index - brian - 2014-06-15 Thank you for the quick response, it works wonderfully, you're the best. -B |