aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-07-25 21:23:25 +0000
committerwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-07-25 21:23:25 +0000
commit659899df825c731de405d62653d604f0940768f2 (patch)
treee7dfd5c2ee78aa6f0ee31d7400728573741037f0 /share
parent39733b977e1caa32bccdfb19f2af05b8a4fcbca5 (diff)
downloadreaction-659899df825c731de405d62653d604f0940768f2.tar.gz
reaction-659899df825c731de405d62653d604f0940768f2.zip
fixes for site layout
Diffstat (limited to 'share')
-rw-r--r--share/skin/base/layout/site_layout.tt15
-rw-r--r--share/skin/default/layout/site_layout.tt8
2 files changed, 16 insertions, 7 deletions
diff --git a/share/skin/base/layout/site_layout.tt b/share/skin/base/layout/site_layout.tt
index 3a0e1c6..332c058 100644
--- a/share/skin/base/layout/site_layout.tt
+++ b/share/skin/base/layout/site_layout.tt
@@ -17,25 +17,30 @@
<title>[% title %]</title>
[% head_meta %]
+[% head_scripts %]
[% head_style %]
+[% rss_links %]
=for layout head_meta
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
[% meta_info %]
+=for layout meta_http_header
+
+<meta http-equiv="[% meta_name %]" content="[% meta_value %]" />[% "\n" %]
+
=for layout meta_member
<meta name="[% meta_name %]" content="[% meta_value %]" />[% "\n" %]
+=for layout head_scripts
+
=for layout head_style
+=for layout rss_links
+
=for layout body
[% inner %]
-=for layout header
-
-<span class="site_layout_title">[% title %]</span>
-
=cut
diff --git a/share/skin/default/layout/site_layout.tt b/share/skin/default/layout/site_layout.tt
index 810960e..7cfcc5d 100644
--- a/share/skin/default/layout/site_layout.tt
+++ b/share/skin/default/layout/site_layout.tt
@@ -2,8 +2,7 @@
=for layout widget
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+[% doctype %]
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
@@ -17,4 +16,9 @@
</html>
+=for layout doctype
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
=cut