From: Bruno T. <ba...@ip...> - 2003-01-22 18:45:37
|
Hello, I've been using ids for some time now and recently i needed to port ids to a new layout site. The template engine works just fine but, in my particular case, the header, footer and menus for this site where stored in files. The desing of the site should be the same in any area so i had to find a way to read this files into a ids theme. I changed ids code to recognize one more html tag "<!-- file:<filename> -->". This causes ids to include in the tag place the contents of the specified tag. I don't now if anyone else thinks this is usefull, if so i can post the code. Thanks. |