New Zenner
- Join Date:
- Nov 2008
- Posts:
- 11
- Plugin Contributions:
- 0
Aligning the blank sidebox
Hi everyone
I have put in a blank sidebox, but the content doesn't link up with the other sideboxes.
See here at the button 'Community'.
http://sew-world.com.au/
The code for the blank_sidebox_defines.php is this below.
Thanks in anticipation,
Sandy
<?php /** * blank sidebox definitions - text for inclusion in a new blank sidebox * * @package templateSystem * @copyright 2007 Kuroi Web Design * @copyright Portions Copyright 2003-2007 Zen Cart Development Team * @license <http://www.zen-cart.com/license/2_0.txt> GNU Public License V2.0 * @version $Id: blank_sidebox.php 2007-05-26 kuroi $ */ define('BOX_HEADING_BLANK_SIDEBOX', ''); define('TEXT_BLANK_SIDEBOX', ' <img src = "http://www.sewworld.com.au/sewworld2/community.jpg"> '); ?>