Search found 1 match
Page 1 of 1
Search found 1 match
Re: Theme directory as variable
Put this on the top of your header.tpl
<?php
define('THEME', $this->config->get('theme_path'));
echo THEME;
?>
And now you can use that everywhere in your theme.
- Tue May 14, 2013 4:02 pm
- Replies 5
- Views 26783
Page 1 of 1
Search found 1 match