HI
I have my wiki set up to only allow phptags inside the template namespace, like so:
<pre>$wgPhpTagsNamespaces = array( NS_TEMPLATE => true);</pre>
Transinclusion of templates works to every namespace. But when I tried to add a template to the header defined in the Extension:HeaderFooter the template with phptags template works fine directly on Mediawiki page, but fails on every page that the header is included on. Example:
I edit MediaWiki:Hf-nsheader- per the instructions in the Extension:HeaderFooter and add the following template:Phptags Icon Search Bar. It looks and works great on the Mediawiki page, but when I go to any other page I see all icons arranged vertically down and the slick slide is no longer working.
Any thoughts on this? Thanks again @Pastakhov for a wonderful and great extension.