Hello wonder if anyone can help.
We want to use some of the dynamic menus from our wordpress site in the outer template of our actinic site.
So we have created a customized .php file called snip-right-sidebar.php which does what we want and added this line of code into our actinic outer template ...
block <?php require("/home/indigohe/public_html/snip-right-sidebar.php");
?> /block
The block is set to php=false (because we want it parsed each time when served not by Actinic before upload)
However when uploaded it doesn't work. If I view source then I can see the php code appearing there, not parsed?
Presumably there is a setting or .htaccess command I need to make it work but can't suss it out.
Any ideas?
We want to use some of the dynamic menus from our wordpress site in the outer template of our actinic site.
So we have created a customized .php file called snip-right-sidebar.php which does what we want and added this line of code into our actinic outer template ...
block <?php require("/home/indigohe/public_html/snip-right-sidebar.php");
?> /block
The block is set to php=false (because we want it parsed each time when served not by Actinic before upload)
However when uploaded it doesn't work. If I view source then I can see the php code appearing there, not parsed?
Presumably there is a setting or .htaccess command I need to make it work but can't suss it out.
Any ideas?
Comment