Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Removing the Sidebox Formatting

Removing the Sidebox Formatting

Locked

Views: 1,157

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
17 Jul 2006, 2:05 PM
#1
andystyler avatar

andystyler

New Zenner

Join Date:
Jun 2006
Posts:
6
Plugin Contributions:
0

Removing the Sidebox Formatting

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

<?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); } ?>

Thanks

Andy

19 Jul 2006, 10:51 PM
#2
onisama avatar

onisama

New Zenner

Join Date:
Dec 2005
Posts:
60
Plugin Contributions:
0

Re: Removing the Sidebox Formatting

You probably need to add something to your CSS file for that sidebox.