diff --git a/main/css/chamilo/default.css b/main/css/chamilo/default.css index 2ef05de60b..9e79d9aaa0 100644 --- a/main/css/chamilo/default.css +++ b/main/css/chamilo/default.css @@ -297,8 +297,8 @@ input[text] { } #top_corner { } -#institution { - background-image: url(images/dokeos-header-camaleon.png); +#institution { + background-image: url(images/header-logo.png); background-repeat:no-repeat; height:90px; overflow:hidden; @@ -1882,7 +1882,7 @@ div.comments { *****************************************************/ #installation_steps { float:left; - background-color: #a0e5fc; + background-color: #EFEFEF; } .current_step { font-weight: bold; diff --git a/main/css/chamilo/images/logo-chamilo.png b/main/css/chamilo/images/logo-chamilo.png deleted file mode 100644 index 2a09e5520b..0000000000 Binary files a/main/css/chamilo/images/logo-chamilo.png and /dev/null differ diff --git a/main/css/chamilo/images/logo-institucion.png b/main/css/chamilo/images/logo-institucion.png deleted file mode 100755 index 7421c67e03..0000000000 Binary files a/main/css/chamilo/images/logo-institucion.png and /dev/null differ diff --git a/main/inc/banner.inc.php b/main/inc/banner.inc.php index f6340858fc..2278e71227 100755 --- a/main/inc/banner.inc.php +++ b/main/inc/banner.inc.php @@ -61,17 +61,17 @@ if (!empty($_cid) and $_cid != -1 and isset($_course)) { } elseif (isset ($nameTools) && $language_file != 'course_home') { //Put the name of the user-tools in the header if (!isset ($_user['user_id'])) { - echo " "; + echo '
'; } elseif(!$noPHP_SELF) { echo "
", $nameTools, "
", "\n"; } else { - echo "
$nameTools
\n"; + echo '
'.$nameTools.'
'; } } else { echo '
'; } //not to let the header disappear if there's nothing on the left -echo '
 
'; +echo '
 
'; /* ----------------------------------------------------------------------------- diff --git a/main/install/index.php b/main/install/index.php index 87db7cf2c9..f90c657ccf 100755 --- a/main/install/index.php +++ b/main/install/index.php @@ -30,7 +30,7 @@ if ( !function_exists('version_compare') || version_compare( phpversion(), '5', @@ -406,7 +406,7 @@ if ($encryptPassForm=='1' ) { — <?php echo get_lang('ChamiloInstallation').' — '.get_lang('Version_').' '.$new_version; ?> @@ -489,16 +489,16 @@ if ($encryptPassForm=='1' ) {
 
- +
- -
- Chamilo logo +
+ +
  1. >
  2. >
  3. @@ -801,6 +801,7 @@ elseif($_POST['step6']) +