Changeset 1423 for branches/release-30/default_templates/header.mtml
- Timestamp:
- 02/28/08 21:39:16 (21 months ago)
- Files:
-
- 1 modified
-
branches/release-30/default_templates/header.mtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-30/default_templates/header.mtml
r1192 r1423 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 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 12 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 13 3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 14 4 <head> 5 <title><$mt:var name="title"$></title> 15 6 <meta http-equiv="Content-Type" content="text/html; charset=<$MTPublishCharset$>" /> 16 <title><$mt:var name="title"$></title>17 7 <meta name="generator" content="<$MTProductName version="1"$>" /> 18 8 <link rel="stylesheet" href="<$MTLink template="styles"$>" type="text/css" /> 9 <link rel="start" href="<$MTBlogURL$>" title="Home" /> 10 <link rel="alternate" type="application/atom+xml" title="Recent Entries" href="<$MTLink template="feed_recent"$>" /> 11 <$MTCCLicenseRDF$> 19 12 <$mt:var name="html_head"$> 20 13 </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>>14 <body class="<MTIf name="body_class"><$MTGetVar name="body_class"$> </MTIf><$MTGetVar name="page_layout"$>"<MTIf name="body_onload"> onload="<$MTGetVar name="body_onload"$>"</MTIf>> 22 15 <div id="container"> 23 16 <div id="container-inner">
