root/branches/release-40/default_templates/banner_header.mtml @ 2603

Revision 2603, 0.7 kB (checked in by bsmith, 18 months ago)

bugzid:79938 - Normalizing Template Tags

Line 
1<div id="header">
2    <div id="header-inner">
3        <div id="header-content">
4<mt:Ignore><!-- Use h1 and h2 html tags on the main index of the blog as the title, use divs on all other pages where there are page titles. --></mt:Ignore>
5<mt:If name="main_index">
6            <h1 id="header-name"><a href="<$mt:BlogURL$>" accesskey="1"><$mt:BlogName encode_html="1"$></a></h1>
7            <h2 id="header-description"><$mt:BlogDescription$></h2>
8<mt:Else>
9            <div id="header-name"><a href="<$mt:BlogURL$>" accesskey="1"><$mt:BlogName encode_html="1"$></a></div>
10            <div id="header-description"><$mt:BlogDescription$></div>
11</mt:If>
12        </div>
13    </div>
14</div>
Note: See TracBrowser for help on using the browser.