<!--bof Tell a Friend button -->
<?php
if ($flag_show_product_info_tell_a_friend == 1) { ?>
<div id="productTellFriendLink" class="buttonRow forward"><?php echo ($flag_show_product_info_tell_a_friend == 1 ? '<a href="' . zen_href_link(FILENAME_TELL_A_FRIEND, 'products_id=' . $_GET['products_id']) . '">' . zen_image_button(BUTTON_IMAGE_TELLAFRIEND, BUTTON_TELLAFRIEND_ALT) . '</a>' : ''); ?></div>
<?php
}
?>
<!--eof Tell a Friend button -->
snipped from /includes/templates/black_pure_free/templates/tpl_product_info_display.php
I deleted the file /includes/templates/black_pure_free/templates/tpl_product_info_display.php and replaced the original file back from the zip it came in.
I also deleted the file
includes/templates/template_default/buttons/english/tpl_product_info_display.php and replaced the original file back from the zen cart zip file.
I have not edited either file in the past and this is the first time I have opened it to look inside.
Even if it's pointing the the template_default it still should show up because the .jpg files are there also in my non programmer logic it would show something vs a broken link? :frusty: