You are here:  » Content representation in three columns


Content representation in three columns

Submitted by marcelo on Mon, 2006-04-24 17:18 in

Hi, David!
I would like to represent the content representation with merchants.php, categories.php and brands.php instead of a column in three columns. Is this expenditure possible?

Thank you in advance the Marcelo

Ps. Translation with Babel Fish

Submitted by support on Mon, 2006-04-24 17:29

Hello Marcelo,

You can do this in html/atoz.php

At the top, it says:

$columns = 1;

Change this to:

$columns = 3;

...and away you go! :)

Cheers,
David.

Submitted by marcelo on Mon, 2006-04-24 17:31

Many Thanks. Perfect David!