Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [erichcyber] one category-column at home.html ?

Quote Reply
Re: [erichcyber] one category-column at home.html ? In reply to
Hi,

Just replace this bit:

Code:
<%loop category_loop%>
<%~set splitmod = $row_num % $split%>
<%~if row_num == 1 or splitmod == 1 or split == 1%><dl><%endif%>
<%~include subcategory.html%>
<%~if row_num == $category_loop.length or splitmod == 0%></dl><%endif%>
<%~endloop%>
That should do it :)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread one category-column at home.html ? erichcyber 3076 Aug 19, 2008, 3:32 AM
Thread Re: [erichcyber] one category-column at home.html ?
Andy 3017 Aug 19, 2008, 4:00 AM
Thread Re: [Andy] one category-column at home.html ?
erichcyber 3000 Aug 19, 2008, 4:48 AM
Thread Re: [erichcyber] one category-column at home.html ?
Andy 3010 Aug 19, 2008, 4:55 AM
Post Re: [Andy] one category-column at home.html ?
erichcyber 3003 Aug 19, 2008, 5:42 AM