owls
diff Owls.php @ 14:cebc198276eb
more file moving
author | meillo@marmaro.de |
---|---|
date | Sun, 27 May 2007 03:01:16 +0200 |
parents | 3e3fa7725abb |
children | 22243e7c7dc5 |
line diff
1.1 --- a/Owls.php Sun May 27 02:37:55 2007 +0200 1.2 +++ b/Owls.php Sun May 27 03:01:16 2007 +0200 1.3 @@ -1,6 +1,6 @@ 1.4 <?php 1.5 1.6 - require_once 'Config.inc.php'; 1.7 + require_once 'Config/Config.inc.php'; 1.8 1.9 define('DB_PREFIX', $db_prefix); 1.10 define('TITLE', $title); 1.11 @@ -41,7 +41,7 @@ 1.12 <title><?php echo htmlentities(TITLE); ?></title> 1.13 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 1.14 <link rel="shortcut icon" href="favicon.ico" /> 1.15 - <link rel="stylesheet" type="text/css" href="Owls.css.php" /> 1.16 + <link rel="stylesheet" type="text/css" href="Config/Owls.css.php" /> 1.17 <script type="text/javascript"> 1.18 <!-- 1.19 function sureToDelete(id) {