Gossamer Forum
Home : Products : Gossamer Links : Discussions :

add txt files form different template set

Quote Reply
add txt files form different template set
hello when I use this:

<%include select_categories.txt%>

i can include the content of select_categories.txt in my templates.
But how to do that when the templates are in template set default and the .txt files in template set textfiles???

is there a code for it???

Quote Reply
Re: add txt files form different template set In reply to
I might be wrong but I think you just goto template globals.
make:
select_categories

then enter the .txt file in the box and click save.

I hope this works for you. If it does not it will be easy to delete. Good luck.

Dan Oakeson
http://www.AssociateCash.com
Quote Reply
Re: add txt files form different template set In reply to
No Sorry Dan_O that's not what I mean.
I mean this

1. I have all my templates .html & .txt in template set default

I want only the .html files in template set default and the .txt files in an <B>other</B> template set called textfiles.

something like this:
<%include textfiles/select_categories.txt%>
but this ddoes not work (no wonder), but which code do I need????