|
Revision 1707, 0.7 kB
(checked in by bsmith, 20 months ago)
|
|
bugzid:69535 - less modularized template set committed. produces same html as modularized template set
|
-
Property svn:executable set to
*
|
| 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 | <MTIf name="main_index"> |
|---|
| 6 | <h1 id="header-name"><a href="<$MTBlogURL$>" accesskey="1"><$MTBlogName encode_html="1"$></a></h1> |
|---|
| 7 | <h2 id="header-description"><$MTBlogDescription$></h2> |
|---|
| 8 | <MTElse> |
|---|
| 9 | <div id="header-name"><a href="<$MTBlogURL$>" accesskey="1"><$MTBlogName encode_html="1"$></a></div> |
|---|
| 10 | <div id="header-description"><$MTBlogDescription$></div> |
|---|
| 11 | </MTIf> |
|---|
| 12 | </div> |
|---|
| 13 | </div> |
|---|
| 14 | </div> |
|---|