Quote:
Originally Posted by assassingod
There most basic way is to put:
PHP Code:
eval('$bp_header = "' . fetch_template('bp_header') . '";');
in the phpinclude_start template. However, you will have an uncached template on each page (1 extra query)
|
Thanks that worked for me!, but i dont understand the meaning of an uncached template ( 1 extra query ) , how can I make this a good thing? ie.. a cached template instead?