Update of /cvsroot/php-blog/serendipity/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19351/templates/default
Modified Files:
index.tpl
Log Message:
Pretty URLs for CSS output, hopefully exactly as Tom imagined.
I'm going to tweak IE styles now, so I needed the PNG behavior plugin stuff.
Also fix the PAT_AUTHORS into the htaccess template and properly move the
"search" pretty URL code above matching index.php so that it works on
hosts without rewriting.
Index: index.tpl
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/default/index.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- index.tpl 1 Dec 2004 11:00:57 -0000 1.3
+++ index.tpl 11 Jan 2005 12:53:29 -0000 1.4
@@ -12,7 +12,7 @@
<title>{$head_title|@default:$blogTitle} {if $head_subtitle} - {$head_subtitle}{/if}</title>
<meta http-equiv="Content-Type" content="text/html; charset={$head_charset}" />
<meta name="Powered-By" content="Serendipity v.{$head_version}" />
- <link rel="stylesheet" type="text/css" href="{$serendipityHTTPPath}serendipity.css.php" />
+ <link rel="stylesheet" type="text/css" href="{$head_link_stylesheet}" />
<link rel="alternate" type="application/rss+xml" title="{$blogTitle} RSS feed" href="{$serendipityBaseURL}{$serendipityRewritePrefix}feeds/index.rss2" />
<link rel="alternate" type="application/x.atom+xml" title="{$blogTitle} Atom feed" href="{$serendipityBaseURL}{$serendipityRewritePrefix}feeds/atom.xml" />
{if $entry_id}
|