add css default bootstrap CT#7539

1.10.x
aragonc 11 years ago
parent cba04b9036
commit dc7e6bd302
  1. 6703
      main/css/chamilo/default.css
  2. 2
      main/inc/lib/template.lib.php
  3. 2
      main/template/default/layout/menu.tpl

File diff suppressed because it is too large Load Diff

@ -493,7 +493,7 @@ class Template
//THEME CSS STYLE
// $css[] = api_get_cdn_path(api_get_path(WEB_CSS_PATH).'responsive.css');
// $css[] = api_get_cdn_path(api_get_path(WEB_CSS_PATH).$this->theme.'/default.css');
$css[] = api_get_cdn_path(api_get_path(WEB_CSS_PATH).$this->theme.'/default.css');
if ($this->show_learnpath) {
$css[] = api_get_path(WEB_CSS_PATH).$this->theme.'/learnpath.css';

@ -32,7 +32,7 @@
{% if logout_link is not null %}
<li>
<a id="logout_button" title="{{ "Logout"|get_lang }}" href="{{ logout_link }}" >
{{ "Logout"|get_lang }}
<i class="fa fa-sign-out"></i> {{ "Logout"|get_lang }}
</a>
</li>
{% endif %}

Loading…
Cancel
Save