/ Published in: PHP
Expand |
Embed | Plain Text
<? function render_smarty_plugin($name) { $path = sys_get_temp_dir(); file_put_contents($path . '/' . $filename, '{' . $name . '}'); $smarty = new Gdn_Smarty(); $smarty->Render($path . '/' . $filename, $this); } ?>
You need to login to post a comment.
