1
0

2k11 is default template, included admin-tpls, and made it installable

This commit is contained in:
onli
2013-05-30 22:19:07 +02:00
parent 7f72419e3c
commit ae74401668
38 changed files with 37 additions and 92 deletions

View File

@ -250,10 +250,8 @@ if (!is_object($serendipity['smarty'])) {
serendipity_smarty_init();
}
$serendipity['smarty']->assign($data);
$tfile = dirname(__FILE__) . "/tpl/users.inc.tpl";
$content = $serendipity['smarty']->fetch('file:'. $tfile);
echo $content;
echo serendipity_smarty_show('admin/users.inc.tpl', $data);
/* vim: set sts=4 ts=4 expandtab : */
?>