diff Owls.php @ 14:cebc198276eb owls-0.6

more file moving
author meillo@marmaro.de
date Sun, 27 May 2007 03:01:16 +0200
parents 3e3fa7725abb
children 22243e7c7dc5
line wrap: on
line diff
--- a/Owls.php	Sun May 27 02:37:55 2007 +0200
+++ b/Owls.php	Sun May 27 03:01:16 2007 +0200
@@ -1,6 +1,6 @@
 <?php
 
-  require_once 'Config.inc.php';
+  require_once 'Config/Config.inc.php';
 
   define('DB_PREFIX', $db_prefix);
   define('TITLE', $title);
@@ -41,7 +41,7 @@
   <title><?php echo htmlentities(TITLE); ?></title>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
   <link rel="shortcut icon" href="favicon.ico" />
-  <link rel="stylesheet" type="text/css" href="Owls.css.php" />
+  <link rel="stylesheet" type="text/css" href="Config/Owls.css.php" />
   <script type="text/javascript">
   <!--
     function sureToDelete(id) {