How i can put php functions in template file? How i can put php functions in template file?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

How i can put php functions in template file?

Started by N2GetherNow, July 18, 2009, 07:39:48 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

N2GetherNow

i do this:

define('TEMPLATE_FILE', 'template.php'); in include/init.inc.php
but functions that i put doesn't work (they works fine, when i put them in stand alone file)

i want to be performed on server instead of client browser, any ideas ?