2014-02-06, 06:54:18
This one you posted (well, similar) should work fine:
[edit] This one should also work:
PHP Code:
<?php include GSTHEMESPATH.$TEMPLATE.'/filename.php'; ?>
[edit] This one should also work:
PHP Code:
<?php include 'filename.php'; ?>