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.

CommentFileSizeAuthor
#1 path_patch.patch1.33 KBkirankkaran

Comments

kirankkaran’s picture

StatusFileSize
new1.33 KB

Changed the hardcoded path to system path. The patch has been attached