Hi all,
I've manged to make a basic side box, which displays, adverts, and quick links. However I'm trying to remove the formatting (Header, background image etc) form this one sidebox.
I based it on the cc_accept file, heres the code
Thanks<?php
$show_adverts_fires = true;
if ($show_adverts_fires == true) {
require($template->get_template_dir('tpl_adverts_fires.php',DIR_WS_TEMPLATE, $current_page_base,'sideboxes'). '/tpl_adverts_fires.php');
$title = BOX_HEADING_ADVERTS;
$left_corner = false;
$right_corner = false;
$right_arrow = false;
require($template->get_template_dir($column_box_default, DIR_WS_TEMPLATE, $current_page_base,'common') . '/' . $column_box_default);
}
?>
Andy



