Guest Posted December 9, 2004 Posted December 9, 2004 The site is www.objects-decorations.com. I am trying to add both the register line and a "News and Announcements" section with some short text in the left hand column. Where do I go to do this?
mark27uk3 Posted December 9, 2004 Posted December 9, 2004 Try catalog/includes/column_left.php that is what controls the left column oddly enough. Mark Lifes a bitch, then you marry one, then you die!
Guest Posted December 9, 2004 Posted December 9, 2004 This is what is in the file: <?php /* $Id: column_left.php,v 1.15 2003/07/01 14:34:54 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_categories_box(); } else { include(DIR_WS_BOXES . 'categories.php'); } /* if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_manufacturers_box(); } else { include(DIR_WS_BOXES . 'manufacturers.php'); } */ /* require(DIR_WS_BOXES . 'whats_new.php'); require(DIR_WS_BOXES . 'search.php'); require(DIR_WS_BOXES . 'information.php'); */ ?> Where do I go from here?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.