Gossamer Forum
Home : Products : Gossamer Links : Pre Sales :

how to list category in three column?

Quote Reply
how to list category in three column?
On every index.html the Category listed by two column, so the page is very long , how can I list three column or more?

Quote Reply
Re: how to list category in three column? In reply to
Guess you missed the following variable in the Links.pm file:

Code:

# Number of columns to display a list of categories.
$LINKS{build_category_columns} = 2;


Change the 2 to 3.

Regards,

Eliot Lee