ztealmax Posted January 3, 2007 Share Posted January 3, 2007 Hi i have seen in some theme files that they use this argument to get content:{TITLE} is it simular to $TITLE and ".TITLE." ? or how do you set it up to use does definitions ?//Cheers Link to comment https://forums.phpfreaks.com/topic/32666-a-question-about-thingy/ Share on other sites More sharing options...
fert Posted January 3, 2007 Share Posted January 3, 2007 [code]define("name","value");[/code] Link to comment https://forums.phpfreaks.com/topic/32666-a-question-about-thingy/#findComment-152009 Share on other sites More sharing options...
ztealmax Posted January 3, 2007 Author Share Posted January 3, 2007 does that give this? {TITLE} Link to comment https://forums.phpfreaks.com/topic/32666-a-question-about-thingy/#findComment-152012 Share on other sites More sharing options...
fert Posted January 3, 2007 Share Posted January 3, 2007 It should Link to comment https://forums.phpfreaks.com/topic/32666-a-question-about-thingy/#findComment-152016 Share on other sites More sharing options...
ztealmax Posted January 3, 2007 Author Share Posted January 3, 2007 thank u for your help :) Link to comment https://forums.phpfreaks.com/topic/32666-a-question-about-thingy/#findComment-152020 Share on other sites More sharing options...
matto Posted January 3, 2007 Share Posted January 3, 2007 I think you will find that they are place holders - the code could be looking for these and replacing it with something meaningful - the smarty template engine does something like this I think. Link to comment https://forums.phpfreaks.com/topic/32666-a-question-about-thingy/#findComment-152077 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.