root/branches/release-27/default_templates/header.mtml @ 1192

Revision 1192, 2.0 kB (checked in by mpaschal, 23 months ago)

Don't include the stylesheet content in the header for the magic side effects it no longer has
BugzID: 63524

  • Property svn:executable set to *
Line 
1<mt:setvarblock name="html_head" prepend="1">
2    <MTIf name="main_template">
3<link rel="alternate" type="application/atom+xml" title="Atom" href="<$MTLink template="atom"$>" />
4<link rel="alternate" type="application/rss+xml" title="RSS" href="<$MTLink template="rss"$>" />
5        <MTUnless name="main_index">
6<link rel="start" href="<$MTBlogURL$>" title="Home" />
7        </MTUnless>
8<$MTCCLicenseRDF$>
9    </MTIf>
10</mt:setvarblock>
11<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
12    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
13<html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
14<head>
15    <meta http-equiv="Content-Type" content="text/html; charset=<$MTPublishCharset$>" />
16    <title><$mt:var name="title"$></title>
17    <meta name="generator" content="<$MTProductName version="1"$>" />
18    <link rel="stylesheet" href="<$MTLink template="styles"$>" type="text/css" />
19    <$mt:var name="html_head"$>
20</head>
21<body class="<MTIf name="body_class"><$MTGetVar name="body_class"$> </MTIf><$MTGetVar name="page_layout" default="layout-wtt"$>"<MTIf name="body_onload"> onload="<$MTGetVar name="body_onload"$>"</MTIf>>
22    <div id="container">
23        <div id="container-inner">
24            <div id="header">
25                <div id="header-inner">
26                    <div id="header-content">
27<MTIf name="main_index">
28                        <h1 id="header-name"><a href="<$MTBlogURL$>" accesskey="1"><$MTBlogName encode_html="1"$></a></h1>
29                        <h2 id="header-description"><$MTBlogDescription$></h2>
30<MTElse>
31                        <div id="header-name"><a href="<$MTBlogURL$>" accesskey="1"><$MTBlogName encode_html="1"$></a></div>
32                        <div id="header-description"><$MTBlogDescription$></div>
33</MTIf>
34                    </div>
35                </div>
36            </div>
37            <div id="content">
38                <div id="content-inner">
39                    <div id="alpha">
40                        <div id="alpha-inner">
Note: See TracBrowser for help on using the browser.