Quote Originally Posted by willie bee View Post
Instead of the next update, can you fix it in the next post, LOL. WTF am I supposed to change now?

Seriously, though.

Remove the three statements above and add $title_link = false;
that is correct.

gift_certificates.php

$show_gift_certificates = true;

if ($show_gift_certificates == true) {
require($template->get_template_dir('tpl_gift_certificates.php',DIR_WS_TEMPLATE, $current_page_base,'sideboxes'). '/tpl_gift_certificates.php');
$title = BOX_HEADING_GIFT_CERTIFICATES;
remove these:
$left_corner = false;
$right_corner = false;
$right_arrow = false;


add this:
$title_link = false;

require($template->get_template_dir($column_box_default, DIR_WS_TEMPLATE, $current_page_base,'common') . '/' . $column_box_default);
}
?>