Archived
1
0

Fix: Entry preview using backend entries.tpl

This commit is contained in:
onli
2016-09-09 14:55:29 +02:00
parent 58ed1f8ec6
commit acef784f41
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1281,7 +1281,7 @@ function serendipity_printEntries($entries, $extended = 0, $preview = false, $sm
if (isset($serendipity['short_archives']) && $serendipity['short_archives']) {
return serendipity_smarty_fetch($smarty_block, 'entries_summary.tpl', true);
} elseif ($smarty_fetch == true) {
return serendipity_smarty_fetch($smarty_block, 'entries.tpl', true);
return serendipity_smarty_fetch($smarty_block, 'entries.tpl', true, $preview);
}
} // end function serendipity_printEntries