]> git.mjollnir.org Git - s9y.git/commitdiff
use right stylesheet URL (plugins need this)
authorgarvinhicking <garvinhicking>
Fri, 29 Jul 2005 11:04:40 +0000 (11:04 +0000)
committergarvinhicking <garvinhicking>
Fri, 29 Jul 2005 11:04:40 +0000 (11:04 +0000)
templates/kubrick/index.tpl

index 839c6d5ba92928ace848e3459d2a25139bd334fb..ed834d6f1578efced4257c97b42939a772b8f234 100644 (file)
@@ -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}