ug... i have no idea really... master
authorpaulr <me@pjr.cc>
Mon, 13 Sep 2010 06:34:38 +0000 (16:34 +1000)
committerpaulr <me@pjr.cc>
Mon, 13 Sep 2010 06:34:38 +0000 (16:34 +1000)
lib/www.php

index 3e23621..4fc2f27 100644 (file)
@@ -131,6 +131,10 @@ Description <input type="text" name="desc"></input>
                ?>
 <html>
 <head><title><?php echo $title ?></title>
+<?php 
+               if(file_exists("style.css")) echo '<link href="style.css" rel="stylesheet" type="text/css" />'; 
+
+?>
 </head>
 <body><h1><?php echo $title ?></h1>
                <?php