Gossamer Forum
Home : Products : Links 2.0 : Customization :

Categories in one colum on home page only

Quote Reply
Categories in one colum on home page only
Hello All,

I have searched forum looking for a way to list my categories in one colum on the
home page only. And am still empty handed becouse I'm useing templets.

On all other pages I will be using the
Yahoo stile category layout.

Thanks for any help.
Charlie....
Quote Reply
Re: Categories in one colum on home page only In reply to
this is just a simple stupid solution Wink

i like it though.. cause it requires no though at all.. (well for me at least)

change

Code:
if ($i == $half)

to

Code:
if ($i == $half && $subcat =~ m/\//) {

it'll work.. but it's sorta stupid how it works..

jerry
Quote Reply
Re: Categories in one colum on home page only In reply to
That works, guess thats what counts.
Thanks, Charlie....