I find a hardcoded path in page.tpl.php and node.tpl.php
It should be changed like below:
src="<?php print path_to_theme(); ?>/images/PostHeaderIcon.png">
to work correct when theme placed in sites/my.site.com/theme directory.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | path_patch.patch | 1.33 KB | kirankkaran |
Comments
Comment #1
kirankkaran commentedChanged the hardcoded path to system path. The patch has been attached