Fix prototype call to get_template.
[cocanwiki.git] / templates / page_header.html
index a11a3c2..c5bc296 100644 (file)
@@ -2,13 +2,16 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
 <title>::title_html::</title>::if(is_old_version)::
-<meta name="robots" content="noindex,nofollow" />::end::::if(has_description)::
+<meta name="robots" content="noindex,nofollow" />::end::::if(noodp)::
+<meta name="robots" content="noodp" />::end::::if(has_description)::
 <meta name="description" content="::description_html_tag::" />::end::::if(has_keywords)::
 <meta name="keywords" content="::keywords_html_tag::" />::end::
-<meta name="author" content="http://www.merjis.com/" />
+<meta name="author" content="http://merjis.com/" />
 <link rel="stylesheet" href="::theme_css_html_tag::" type="text/css" title="Standard"/>
 <link rel="alternate stylesheet" href="/_css/easytoread.css" type="text/css" title="High contrast, big fonts"/>::if(has_host_css)::
-<link rel="stylesheet" href="/_global.css" type="text/css" title="Standard"/>::end::::if(has_page_css)::
+<link rel="stylesheet" href="/_global.css" type="text/css" title="Standard"/>::end::::if(has_ie6_fixes_css)::
+<!--[if ie 6]><link rel="stylesheet" href="/_ie6_fixes.css" type="text/css" title="Standard"/><![endif]-->::end::::if(has_ie7_fixes_css)::
+<!--[if ie 7]><link rel="stylesheet" href="/_ie7_fixes.css" type="text/css" title="Standard"/><![endif]-->::end::::if(has_page_css)::
 <link rel="stylesheet" href="/::page_html_tag::/styles.css::if(is_old_version)::?version=::old_version::::end::" type="text/css" title="Standard"/>::end::::if(ie_imagetoolbar_no)::
 <meta http-equiv="imagetoolbar" content="no" />::end::
 <script src="/_js/go.js" type="text/javascript"></script>
@@ -16,4 +19,4 @@
 <link rel="SHORTCUT ICON" href="/favicon.ico" type="image/x-icon" />
 </head>
 <body>
-<h1><span>::title_html::</span></h1>
\ No newline at end of file
+<h1><span>::if(has_superdirs)::<span class="superdirs">::table(superdirs)::::if(is_redlink)::<a href="/_bin/edit.cmo?title=::redlink_title_html_tag::" class="newpage">::else::<a href="/::url_html_tag::">::end::::name_html::</a>&nbsp;&#187;&nbsp;::end::</span>::end::::h1_html::</span></h1>
\ No newline at end of file