Totally Zenned
- Join Date:
- Oct 2008
- Posts:
- 594
- Plugin Contributions:
- 0
How to set 2 column website?
main page 3 column
http://www.king-magic.com/products_new.html
here i want 2 column , left side and middle.
how to do that please .
Thanks a lot.
Views: 402
Totally Zenned
main page 3 column
http://www.king-magic.com/products_new.html
here i want 2 column , left side and middle.
how to do that please .
Thanks a lot.
Deceased
This question has been asked numerous times.
Open includes/templates/YOUR_TEMPLATE_NAME/common/tpl_main_page.php
insert right after the header of the file
* @package templateSystem
* @copyright Copyright 2003-2007 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license [url]http://www.zen-cart.com/license/2_0.txt[/url] GNU Public License V2.0
* @version $Id: tpl_main_page.php 7085 2007-09-22 04:56:31Z ajeh $
*/
[B]$flag_disable_right = true;[/B]
(rest of the file)
Totally Zenned
That's not what I need.
the homepage is 3 columns.
But after you click on a category will have two columns.
how will be done ?
Tell staff why this post should be reviewed.