want a php code to appean on each page on my gallery want a php code to appean on each page on my gallery
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

want a php code to appean on each page on my gallery

Started by hemanshurpatel, January 24, 2008, 02:30:27 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

hemanshurpatel

Hello friends
i am using coppermine for my gallery
i want a php code to appear on each page of my website
I add that code on anycontent.php but it appears on homepage only
can anyone tell me how can i make it to appear on all pages.

I have try to add that code on template.html but that didnt work, i dont know where in theme.php i can add that code so i add that code in anycontent.php page
but it doesnt appear in each page.

Please can anyone help me in that.


Regards,

Hemanshu Patel

François Keller

don't double post  >:(
you have post the same question and have a reply here
locking this post
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

Pascal YAP

Hello,

Frantz is right.
ANYCONTENT.PHP work only on INDEX.PHP.

You need to add your own PHP code inside a new PHP file (any name) and catch this one through Footer or Header (read your CONFIG.PHP for that)

PYAP