Is it possible to send a string through Smarty to be parsed, instead of sending a .tpl file through?
For instance, say I have this string:
// ...
$ParseMe = "This is a string that I want to parse, to retrieve the value of the {$Awesome} Smarty tag...";
// ...
And now I want to parse the $ParseMe var, to bring about the same output that I would if the string was part of a .tpl file…
Is this doable?
[whisper]Short and sweet. Let me know if you have any questions.[/whisper]