Quote:
Originally Posted by Logician
You are probably putting this code inside header/footer templates but these templates are produced before webtemplates loads. So they are already parsed (and
$pg == 'hours' conditional is always wrong) when your hours page starts. (Hence ads display).
Reparsing them inside phpinclude section of webtemplate might help:
PHP Code:
$templater->register('footer', $footer);
$templater->register('header', $header);
|
Thank you for your quick response. Can You explain in a little more detail on how to
Quote:
Reparsing them inside phpinclude section of webtemplate might help
|
Thanks. Send donation to for this amazing mod.