diff options
author | ichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8> | 2008-09-26 17:24:03 +0000 |
---|---|---|
committer | ichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8> | 2008-09-26 17:24:03 +0000 |
commit | a9c549870d9a5d018fd2ad17e74a0b7153c7ae3d (patch) | |
tree | 8b3ac22bc23d4575179d4df7c762f63c01ef05c6 | |
parent | f1eece1d1f24f354354dfb4e8b9b4f820e7847f5 (diff) |
first pic-includes fixed
git-svn-id: svn://svn.cccv.de/engel-system@291 29ba0400-6e00-0410-a75a-ca02368028f8
-rw-r--r-- | TODO_FIX_INCLUDES | 42 | ||||
-rw-r--r-- | includes/funktion_flag.php | 4 | ||||
-rwxr-xr-x | includes/header.php | 26 | ||||
-rwxr-xr-x | www-ssl/pic/himmel.png (renamed from includes/himmel.png) | bin | 10338 -> 10338 bytes | |||
-rwxr-xr-x | www-ssl/pic/himmel_w.png (renamed from includes/himmel_w.png) | bin | 4691 -> 4691 bytes |
5 files changed, 36 insertions, 36 deletions
diff --git a/TODO_FIX_INCLUDES b/TODO_FIX_INCLUDES index 68a4533a..c9519a6a 100644 --- a/TODO_FIX_INCLUDES +++ b/TODO_FIX_INCLUDES @@ -8,27 +8,27 @@ ich@DenkBrett www-ssl % find . -type l find . -name \*.php -exec grep -l './inc' {} \; ich@DenkBrett www-ssl % find . -name \*.php -exec grep -l './inc' {} \; -./admin/EngelType.php -./admin/schichtplan.php -./admin/user2.php -./admin/dbUpdateFromXLS.php -./admin/index.php -./admin/faq.php -./admin/Recentchanges.php -./admin/dect_call.php -./admin/UserPicture.php -./admin/room.php -./admin/news.php -./admin/tshirt.php -./admin/aktiv.php -./admin/user.php -./admin/dect.php -./admin/free.php -./admin/userDefaultSetting.php -./admin/sprache.php -./admin/debug.php -./admin/shiftadd.php -./admin/schichtplan_druck.php +#./admin/EngelType.php +#./admin/schichtplan.php +#./admin/user2.php +#./admin/dbUpdateFromXLS.php +#./admin/index.php +#./admin/faq.php +#./admin/Recentchanges.php +#./admin/dect_call.php +#./admin/UserPicture.php +#./admin/room.php +#./admin/news.php +#./admin/tshirt.php +#./admin/aktiv.php +#./admin/user.php +#./admin/dect.php +#./admin/free.php +#./admin/userDefaultSetting.php +#./admin/sprache.php +#./admin/debug.php +#./admin/shiftadd.php +#./admin/schichtplan_druck.php #./inc/funktion_schichtplan_aray.php #./inc/footer.php #./inc/menu.php diff --git a/includes/funktion_flag.php b/includes/funktion_flag.php index 2c3ecc13..88cc7822 100644 --- a/includes/funktion_flag.php +++ b/includes/funktion_flag.php @@ -6,7 +6,7 @@ if( strpos( $_SERVER["REQUEST_URI"], "?") >0) else $URL = $_SERVER["REQUEST_URI"]. "?SetLanguage="; -echo "<a href=\"". $URL. "DE\"><img src=\"./inc/flag/de.gif\" alt=\"DE\"></a> "; -echo "<a href=\"". $URL. "EN\"><img src=\"./inc/flag/en.gif\" alt=\"En\"></a> "; +echo "<a href=\"". $URL. "DE\"><img src=\"/pic/flag/de.gif\" alt=\"DE\"></a> "; +echo "<a href=\"". $URL. "EN\"><img src=\"/pic/flag/en.gif\" alt=\"EN\"></a> "; ?> diff --git a/includes/header.php b/includes/header.php index 0e435ab0..4a62f630 100755 --- a/includes/header.php +++ b/includes/header.php @@ -1,17 +1,17 @@ <?PHP ini_set( "session.gc_maxlifetime", "65535"); -include ("./inc/config.php"); -include ("./inc/error_handler.php"); -include ("./inc/config_db.php"); -include ("./inc/funktion_lang.php"); -include ("./inc/funktion_faq.php"); //für noAnswer() im menu -include ("./inc/funktion_menu.php"); -include ("./inc/funktion_user.php"); +include ("./config.php"); +include ("./error_handler.php"); +include ("./config_db.php"); +include ("./funktion_lang.php"); +include ("./funktion_faq.php"); //für noAnswer() im menu +include ("./funktion_menu.php"); +include ("./funktion_user.php"); if( !isset($_SESSION)) session_start(); -include ("./inc/secure.php"); +include ("./secure.php"); if( !isset($_SESSION['IP'])) $_SESSION['IP'] = $_SERVER['REMOTE_ADDR']; @@ -22,7 +22,7 @@ if (IsSet($_SESSION['UID']) and ($_SESSION['IP'] <> $_SERVER['REMOTE_ADDR'])) header("Location: $url". substr($ENGEL_ROOT,1) ); } -include ("./inc/UserCVS.php"); +include ("./UserCVS.php"); //UPdate LASTlogin @@ -55,8 +55,8 @@ echo "<TITLE>--- $title $Version ---</TITLE>"; <meta name="robots" content="index"> <meta name="revisit-after" content="1 days"> <meta http-equiv="content-language" content="de"> -<script type="text/javascript" src="./inc/css/grossbild.js"></script> -<link rel=stylesheet type="text/css" href="./inc/css/style<?PHP +<script type="text/javascript" src="/css/grossbild.js"></script> +<link rel=stylesheet type="text/css" href="/css/style<?PHP if (!IsSet($_SESSION['color'])) echo "1"; else @@ -94,7 +94,7 @@ if( $Page["ShowTabel"]=="Y" ) ?> <div align="center"> - <a name="#top"><img src="./inc/himmel<?PHP if( isset($_SESSION['color'])) + <a name="#top"><img src="/pic/himmel<?PHP if( isset($_SESSION['color'])) if ($_SESSION['color']==6) echo "_w"; ?>.png" alt="Unser Himmel"></a> <p> <?PHP @@ -116,7 +116,7 @@ if( isset($_SESSION['CVS']["nonpublic/messages.php"])) <?PHP //ausgaeb Menu if( !isset($_SESSION['Menu'])) $_SESSION['Menu'] = "L"; -if( $_SESSION['Menu'] =="L") include("./inc/menu.php"); +if( $_SESSION['Menu'] =="L") include("./menu.php"); ?> <td valign="top" align="center"> diff --git a/includes/himmel.png b/www-ssl/pic/himmel.png Binary files differindex 6a2b5000..6a2b5000 100755 --- a/includes/himmel.png +++ b/www-ssl/pic/himmel.png diff --git a/includes/himmel_w.png b/www-ssl/pic/himmel_w.png Binary files differindex 2dd648ab..2dd648ab 100755 --- a/includes/himmel_w.png +++ b/www-ssl/pic/himmel_w.png |