Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: Which Template builds the "New" Static pages

Quote Reply
Re: Which Template builds the "New" Static pages In reply to
Hi,

There is a tag for that. Change your new.html template to something like:

<%if new_index%>
<%link_results%>
<%endif%>
<%ifnot new_index%>
<table>
<%link_results%>
</table>
<%endif%>

Let me know if that doesn't make sense.

Cheers,

Alex

--
Gossamer Threads Inc.
Subject Author Views Date
Thread Which Template builds the "New" Static pages sangiro 4949 Jan 15, 2001, 6:09 PM
Thread Re: Which Template builds the "New" Static pages
Stealth 4853 Jan 15, 2001, 6:49 PM
Thread Re: Which Template builds the "New" Static pages
sangiro 4839 Jan 15, 2001, 11:15 PM
Post Re: Which Template builds the "New" Static pages
Paul 4822 Jan 16, 2001, 6:32 AM
Thread Re: Which Template builds the "New" Static pages
Alex 4826 Jan 16, 2001, 9:16 AM
Thread Re: Which Template builds the "New" Static pages
sangiro 4807 Jan 16, 2001, 9:02 PM
Thread Re: Which Template builds the "New" Static pages
Alex 4803 Jan 17, 2001, 8:58 AM
Post Re: Which Template builds the "New" Static pages
sangiro 4763 Jan 17, 2001, 11:28 AM
Thread Re: Which Template builds the "New" Static pages
sangiro 4799 Jan 17, 2001, 10:38 PM
Post Re: Which Template builds the "New" Static pages
Alex 4732 Jan 18, 2001, 8:53 AM
Post Re: Which Template builds the "New" Static pages
Stealth 4790 Jan 16, 2001, 9:06 PM