welcome.tpl php include?
How can I run a php script that is in a different directory?
My x-cart is in the root and the php script is in /blog/
I know how to add this to welcome.tpl but do I also need an include?
{Literal} <?php dynamic_content_gallery(); ?> {/Literal}
|