/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<? function render_smarty_plugin($name) { $smarty = new Gdn_Smarty(); $smarty->Render($path . '/' . $filename, $this); } ?>