![]() |
How to Hard code a 3 column layout in products_t.tpl?
Hello,
This will sound like a somewhat odd request, but I need to hard code my templates_t.tpl with a 3 column layout. I need it set to "0" in the admin , but hard coded with "3" in this file, cause I'm doing a skin swapping thing. Below is what I believe to be the controling portion of code from products_tpl, does anyone know how to rewrite it the way I need? Thanks in advance! Code:
<table width="100%" cellpadding="5" cellspacing="5"> |
Re: How to Hard code a 3 column layout in products_t.tpl?
Try chaning all references to:
$config.Appearance.products_per_row with 3 |
Re: How to Hard code a 3 column layout in products_t.tpl?
Yes, you should change all instances of $config.Appearance.products_per_row to 3.
|
Re: How to Hard code a 3 column layout in products_t.tpl?
Thanks to both of you, that worked.
I thought I had tried that, but I had missed 3 more instances of it further down in the page. |
All times are GMT -8. The time now is 01:41 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.