Update of /cvsroot/php-blog/serendipity/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18386/templates/default
Modified Files:
index.tpl
Log Message:
* fix output of DOCTYPE header in embedded mode to be placed right
* some more return by reference optimising
* unbreak comment moderation
* fix generic rss import when no categories have been created
Index: index.tpl
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/default/index.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- index.tpl 19 Nov 2004 11:06:07 -0000 1.2
+++ index.tpl 1 Dec 2004 11:00:57 -0000 1.3
@@ -1,3 +1,4 @@
+{if $is_embedded != true}
{if $is_xhtml}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
@@ -6,7 +7,6 @@
"http://www.w3.org/TR/html4/loose.dtd">
{/if}
-{if $is_embedded != true}
<html>
<head>
<title>{$head_title|@default:$blogTitle} {if $head_subtitle} - {$head_subtitle}{/if}</title>
|