Forum Moderators: coopster
My website mainly has static content. In order to make it as easy as possible to maintain, I decided to use a PHP template system. I went for PHITE [dreammask.com] and it works fine. However, my problem is that I seem to be unable to make this system work with search scripts, since all content is stored in .inc files. Hence, the search returns the .incs and the links are all wrong (instead of www.myserver.com/PHITE.php?sitesig=mysite&page=the_page_i_want).
A quick sidenote: I am no programmer.
I tried other template systems, but PHITE acutally does what I need. One template file in which I can load multiple page-specific content (e.g. in my design, I have three places where individual content has to be loaded).
I also tried CMS like Mambo, Limbo, PHPcms, etc., but they are way too big and complicated for my site.
Is there a work-around or can you recommend a different template system which allows me to load content into more than one spot of my design (that was the main problem with other template system I tried)? MySQL is available, if that helps.
Thanks a lot in advance! :)
For templating I use Smarty. It's nice, but it's missing some features that I liked from Template Toolkit (perl templates).
Sean