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

@ -40,9 +40,6 @@ if (!is_object($serendipity['smarty'])) {
serendipity_smarty_init();
}
$serendipity['smarty']->assign($data);
$tfile = dirname(__FILE__) . "/tpl/overview.inc.tpl";
$content = $serendipity['smarty']->fetch('file:'. $tfile); // short notation with Smarty3 in S9y 1.7 and up
echo $content;
echo serendipity_smarty_show('admin/overview.inc.tpl', $data);
/* vim: set sts=4 ts=4 expandtab : */