comparison 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
comparison
equal deleted inserted replaced
13:3e3fa7725abb 14:cebc198276eb
1 <?php 1 <?php
2 2
3 require_once 'Config.inc.php'; 3 require_once 'Config/Config.inc.php';
4 4
5 define('DB_PREFIX', $db_prefix); 5 define('DB_PREFIX', $db_prefix);
6 define('TITLE', $title); 6 define('TITLE', $title);
7 7
8 require_once $db_connect; 8 require_once $db_connect;
39 <html xml:lang="de" xmlns="http://www.w3.org/1999/xhtml"> 39 <html xml:lang="de" xmlns="http://www.w3.org/1999/xhtml">
40 <head> 40 <head>
41 <title><?php echo htmlentities(TITLE); ?></title> 41 <title><?php echo htmlentities(TITLE); ?></title>
42 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 42 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
43 <link rel="shortcut icon" href="favicon.ico" /> 43 <link rel="shortcut icon" href="favicon.ico" />
44 <link rel="stylesheet" type="text/css" href="Owls.css.php" /> 44 <link rel="stylesheet" type="text/css" href="Config/Owls.css.php" />
45 <script type="text/javascript"> 45 <script type="text/javascript">
46 <!-- 46 <!--
47 function sureToDelete(id) { 47 function sureToDelete(id) {
48 if (window.prompt("Type 'delete' to delete","") == "delete") { 48 if (window.prompt("Type 'delete' to delete","") == "delete") {
49 location.href = id +"d"; 49 location.href = id +"d";