/ Published in: PHP
The standard tag for the new class Smarty_Backoffice in my application.
Expand |
Embed | Plain Text
$tpl = New Smarty_Backoffice; $tpl->assign('text', $text); $ = $tpl->fetch('');
You need to login to post a comment.
The standard tag for the new class Smarty_Backoffice in my application.
$tpl = New Smarty_Backoffice; $tpl->assign('text', $text); $ = $tpl->fetch('');
You need to login to post a comment.