Quote:
Originally Posted by MoT3rror
You can't use PHP in templates. You must do all PHP in plugins.
|
He is, parse_templates is a hook.
Quote:
Originally Posted by Kiros72
I need some help... What am I doing wrong?
|
You are trying to insert template conditionals into a cached template - the cached versions are not the same as the raw versions - they are compiled into php code so you cannot do the replacements you are trying to do.