fetch to display

This commit is contained in:
Ian 2012-06-02 11:44:17 +02:00
parent a1d77c4916
commit e0f5068190
2 changed files with 2 additions and 4 deletions

View File

@ -9,7 +9,6 @@ if (!is_object($serendipity['smarty'])) {
}
$tfile = dirname(__FILE__) . "/tpl/entries_overview.inc.tpl";
$content = $serendipity['smarty']->fetch('file:'. $tfile);
echo $content;
$serendipity['smarty']->display('file:'. $tfile);
/* vim: set sts=4 ts=4 expandtab : */

View File

@ -9,7 +9,6 @@ if (!is_object($serendipity['smarty'])) {
}
$tfile = dirname(__FILE__) . "/tpl/export.inc.tpl";
$content = $serendipity['smarty']->fetch('file:'. $tfile);
echo $content;
$serendipity['smarty']->display('file:'. $tfile);
/* vim: set sts=4 ts=4 expandtab : */