To get the file system base location of the theme folder use TEMPLATEPATH
. You can use PHP include to insert any additional code from the theme folder.
1 |
<?php include (TEMPLATEPATH . "/some_file.php"); ?> |
To get the file system base location of the theme folder use TEMPLATEPATH
. You can use PHP include to insert any additional code from the theme folder.
1 |
<?php include (TEMPLATEPATH . "/some_file.php"); ?> |