projects
/
PHPIPManager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
9acf552
)
ug... i have no idea really...
master
author
paulr
<me@pjr.cc>
Mon, 13 Sep 2010 06:34:38 +0000 (16:34 +1000)
committer
paulr
<me@pjr.cc>
Mon, 13 Sep 2010 06:34:38 +0000 (16:34 +1000)
lib/www.php
patch
|
blob
|
history
diff --git
a/lib/www.php
b/lib/www.php
index
3e23621
..
4fc2f27
100644
(file)
--- a/
lib/www.php
+++ b/
lib/www.php
@@
-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