add social bookmarks to product.tpl
I am having issues trying to add xcartmod's social bookmark mod to product.tpl. I unzipped the bookmark files to customer/main/social. I am in customer/main and added this code to product.tpl:
<tr>
<td>
{include file="social/social.tpl"}
</td>
</tr>
I am getting a smarty error when I reload the page:
Warning: Smarty error: unable to read resource: "customer/menu_dialog.tpl" in /home/ibdmanoc/public_html/Smarty-2.6.19/Smarty.class.php on line 1092
any help will be greatly appreciated......
Thank you
|