Posted By


Bunker on 06/29/06

Tagged


Statistics


Viewed 512 times
Favorited by 0 user(s)

Smarty_Backoffice


/ Published in: PHP
Save to your folder(s)

The standard tag for the new class Smarty_Backoffice in my application.


Copy this code and paste it in your HTML
  1. $tpl = New Smarty_Backoffice;
  2. $tpl->assign('text', $text);
  3. $ = $tpl->fetch('');

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.