citoyenlambda
02-05-2009, 06:48 PM
Hello
(and sorry for my bad english)
I want to show, in my About Page, thumbnails of the first and the last image.
I realized an AddOn with some tags. But all code and tags are already in index.php in the "image section"... but not for the templates pages because of the directive : if(!isset($_GET['x']) ).
Can i update the index.php page with a a new html parameter (i.e active_images_functions) like this :
in the call of about page : x=about&active_images_functions
in the index.php : change the line 390 with :
if(!isset($_GET['x']) || isset($_GET['active_images_functionsl']))
I tested and it works (with an other mod on line 620) but it is a good way of making ?
Thanks
(and sorry for my bad english)
I want to show, in my About Page, thumbnails of the first and the last image.
I realized an AddOn with some tags. But all code and tags are already in index.php in the "image section"... but not for the templates pages because of the directive : if(!isset($_GET['x']) ).
Can i update the index.php page with a a new html parameter (i.e active_images_functions) like this :
in the call of about page : x=about&active_images_functions
in the index.php : change the line 390 with :
if(!isset($_GET['x']) || isset($_GET['active_images_functionsl']))
I tested and it works (with an other mod on line 620) but it is a good way of making ?
Thanks