Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1:/tmp/cvs-serv20447
Modified Files:
serendipity_genpage.inc.php
Log Message:
We need our template/css stylesheet no-matter what
Index: serendipity_genpage.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/serendipity_genpage.inc.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- serendipity_genpage.inc.php 29 Jun 2003 19:20:04 -0000 1.8
+++ serendipity_genpage.inc.php 29 Jun 2003 19:57:57 -0000 1.9
@@ -3,7 +3,7 @@
<html>
<head>
<title><?php echo htmlentities($serendipity['blogTitle']); ?></title>
-
+<link rel="stylesheet" type="text/css" href="<?php echo $serendipity['serendipityHTTPPath']; ?>serendipity.css.php" />
<?php
if (strtolower($serendipity['extCSS'])!='none') echo "<style type='text/css'>@import \"{$serendipity['extCSS']}\";</style>\n";
?>
|