From a9c549870d9a5d018fd2ad17e74a0b7153c7ae3d Mon Sep 17 00:00:00 2001 From: ichdasich Date: Fri, 26 Sep 2008 17:24:03 +0000 Subject: [PATCH] first pic-includes fixed git-svn-id: svn://svn.cccv.de/engel-system@291 29ba0400-6e00-0410-a75a-ca02368028f8 --- TODO_FIX_INCLUDES | 42 ++++++++++++------------- includes/funktion_flag.php | 4 +-- includes/header.php | 26 +++++++-------- {includes => www-ssl/pic}/himmel.png | Bin {includes => www-ssl/pic}/himmel_w.png | Bin 5 files changed, 36 insertions(+), 36 deletions(-) rename {includes => www-ssl/pic}/himmel.png (100%) rename {includes => www-ssl/pic}/himmel_w.png (100%) 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 "\"DE\" "; -echo "\"En\" "; +echo "\"DE\" "; +echo "\"EN\" "; ?> 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 @@ $_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 $Version ---"; - - +
- .png" alt="Unser Himmel">

diff --git a/includes/himmel.png b/www-ssl/pic/himmel.png similarity index 100% rename from includes/himmel.png rename to www-ssl/pic/himmel.png diff --git a/includes/himmel_w.png b/www-ssl/pic/himmel_w.png similarity index 100% rename from includes/himmel_w.png rename to www-ssl/pic/himmel_w.png