Update of /cvsroot/php-blog/serendipity/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10758/templates/default
Modified Files:
Tag: branch-smarty
smarty_layout.php
Log Message:
- Remove unneeded calls to compile of trackbacks.tpl when there is no data to handle
Index: smarty_layout.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/default/Attic/smarty_layout.php,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- smarty_layout.php 9 Sep 2004 15:00:45 -0000 1.1.2.1
+++ smarty_layout.php 9 Sep 2004 18:50:13 -0000 1.1.2.2
@@ -56,5 +56,6 @@
// Welcome screen or whatever
default:
serendipity_printEntries(serendipity_fetchEntries(null, true, 15));
+ break;
}
-?>
\ No newline at end of file
+?>
|