From a9c549870d9a5d018fd2ad17e74a0b7153c7ae3d Mon Sep 17 00:00:00 2001 From: ichdasich Date: Fri, 26 Sep 2008 17:24:03 +0000 Subject: 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/himmel.png | Bin 10338 -> 0 bytes includes/himmel_w.png | Bin 4691 -> 0 bytes www-ssl/pic/himmel.png | Bin 0 -> 10338 bytes www-ssl/pic/himmel_w.png | Bin 0 -> 4691 bytes 7 files changed, 36 insertions(+), 36 deletions(-) delete mode 100755 includes/himmel.png delete mode 100755 includes/himmel_w.png create mode 100755 www-ssl/pic/himmel.png create mode 100755 www-ssl/pic/himmel_w.png 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/includes/himmel.png deleted file mode 100755 index 6a2b5000..00000000 Binary files a/includes/himmel.png and /dev/null differ diff --git a/includes/himmel_w.png b/includes/himmel_w.png deleted file mode 100755 index 2dd648ab..00000000 Binary files a/includes/himmel_w.png and /dev/null differ diff --git a/www-ssl/pic/himmel.png b/www-ssl/pic/himmel.png new file mode 100755 index 00000000..6a2b5000 Binary files /dev/null and b/www-ssl/pic/himmel.png differ diff --git a/www-ssl/pic/himmel_w.png b/www-ssl/pic/himmel_w.png new file mode 100755 index 00000000..2dd648ab Binary files /dev/null and b/www-ssl/pic/himmel_w.png differ -- cgit v1.2.3-70-g09d2