php in tpl.. php in tpl..
 

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

php in tpl..

Started by osadnik, October 05, 2004, 11:24:42 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

osadnik

Hi
I know that php in .tpl dpnt work but is there aby way to make it posible? my php code is simply:

<?
include('includes/path.php');
?>

I need to put it into template.html (/themes/classic/...), actually I want to made a new header and footer for pages all, and Im wondering that is this posible....?
please help  :)

Mario/poland


Joachim Müller

has been asked before often, search for "custom header".

Joachim