Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Category_Template

Quote Reply
Category_Template
Has anyone implemented different category templates?

Even though I do a straight reproduction of the original category template, I get the following error:

Quote:

Deep recursion in includes, aborting include!
Quote Reply
Re: [Alba] Category_Template In reply to
Hi,

This normally means you are inter-linking between templates. For example:

include_header.html has;

Code:
<%include new_header.html%>

..and then new_header.html has;

Code:
<%include include_header.html%>

Normally its something silly (or so I've found out previously Frown), so your best bet.. is to look at your most recent changes, and take a look at what you did. Hopefully that'll resolve 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!
Quote Reply
Re: [Andy] Category_Template In reply to
Thanks Andy,

I just duplicated the original category template so I'll take a good look at it and see what I can find.
Quote Reply
Re: [Alba] Category_Template In reply to
Found the answer- silly right enough!

You need to remove the top line from the normal category template.