News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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 ?