jumpenjuhosaphat Posted April 16, 2007 Share Posted April 16, 2007 I've searched the smarty manual, and searched the smarty forums, but I couldn't find out what use this delimiter has. The only thing I could find about it is that it is a block delimiter. Does anyone know? It's being used in a PHPLD template. Quote Link to comment Share on other sites More sharing options...
btherl Posted April 16, 2007 Share Posted April 16, 2007 Smart supports custom tags.. the details are here: http://smarty.php.net/manual/en/plugins.php Quote Link to comment Share on other sites More sharing options...
HeyRay2 Posted April 16, 2007 Share Posted April 16, 2007 Are you talking about when you see the "|" (pipe) character in a smarty tag? Something like: {$smarty.now|date_format} If so, that is a tag modifier. It allows you to format a smarty tag or set a default value. More info on modifiers is available here: http://smarty.php.net/manual/en/plugins.modifiers.php Quote Link to comment Share on other sites More sharing options...
jumpenjuhosaphat Posted April 16, 2007 Author Share Posted April 16, 2007 Thanks for the link, there wasn't anything there about the {L}. No, I'm not talking about the pipe character, the character is an "L". And there is nothing else in the delimiters with it, it's just {l}. Quote Link to comment Share on other sites More sharing options...
btherl Posted April 16, 2007 Share Posted April 16, 2007 Then it's a custom tag. I'm sure it'll be defined as a smarty plugin in the php code somewhere. There is no {l} tag in standard smarty. You can try searching the php code for "register_function" Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.