kanuj Posted April 5, 2007 Share Posted April 5, 2007 I've come across a custom templating system used by a certain company, for a project they were working on, and it has come to me for maintenance work. I couldn't find any template systems that matched this template systems, on the web. Here's a snippet of the code: %include "adminHeader.htmlt"% ... %ST error%<div class="errormsg">#%ERROR%#</div>%ET error% %ST message%<div class="msg">#%MESSAGE%#</div>%ET message% Any thoughts? Link to comment https://forums.phpfreaks.com/topic/45685-custom-template-help/ Share on other sites More sharing options...
MadTechie Posted April 5, 2007 Share Posted April 5, 2007 So whats the problem? Link to comment https://forums.phpfreaks.com/topic/45685-custom-template-help/#findComment-221957 Share on other sites More sharing options...
kanuj Posted April 5, 2007 Author Share Posted April 5, 2007 I need to know which template this is, or resembles which template, because I need to edit some pages, and create some brand new ones. Link to comment https://forums.phpfreaks.com/topic/45685-custom-template-help/#findComment-221961 Share on other sites More sharing options...
MadTechie Posted April 5, 2007 Share Posted April 5, 2007 So you know longer know the name of custom templating system or the certain company name ? Link to comment https://forums.phpfreaks.com/topic/45685-custom-template-help/#findComment-221967 Share on other sites More sharing options...
kanuj Posted April 5, 2007 Author Share Posted April 5, 2007 That's right MadTechie, and I wanted to know if this template resembles a particular templating engine, so that I could probably read up on that one. Link to comment https://forums.phpfreaks.com/topic/45685-custom-template-help/#findComment-221973 Share on other sites More sharing options...
MadTechie Posted April 5, 2007 Share Posted April 5, 2007 So kanuj its not a PHP Problem then? Link to comment https://forums.phpfreaks.com/topic/45685-custom-template-help/#findComment-221980 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.