Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chamilo-lms/main/template/default/layout/main_header.tpl

51 lines
1.2 KiB

<!DOCTYPE html>
14 years ago
<html>
<head>
{include file="default/layout/head.tpl"}
</head>
<body dir="{$text_direction}" class="{$section_name}">
<div class="skip">
<ul>
<li><a href="#menu">{"WCAGGoMenu"|get_lang}</a></li>
<li><a href="#content" accesskey="2">{"WCAGGoContent"|get_lang}</a></li>
</ul>
</div>
14 years ago
<div id="wrapper">
{* Bug and help notifications *}
<ul id="navigation">
{$help_content}
{$bug_notification_link}
</ul>
14 years ago
{*topbar*}
{include file="default/layout/topbar.tpl"}
<div id="main" class="container">
14 years ago
<header>
{* header1 - logo *}
<div id="header1">
{$header1}
</div>
{$plugin_header}
{* header 2 - right menu (notifications) *}
<div id="header2">
<ul class="nav nav-pills">
{$header2}
</ul>
</div>
</header>
14 years ago
{* header 3 - menu *}
{if $header3}
14 years ago
<div id="header3" class="subnav">
{$header3}
14 years ago
</div>
{/if}
{* breadcrumb *}
{$header4}
14 years ago
<div id="submain-content" class="row">