diff options
author | Jonas Smedegaard <dr@jones.dk> | 2010-10-13 22:11:20 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2010-10-13 22:11:20 +0200 |
commit | 74daf556308814b75f8130a88317654162a58a54 (patch) | |
tree | 61c46a27ad904cfe1847d53d9a64c5156a6ff735 | |
parent | 9d0065e2bdf1d26afb37647686ebeae076f85299 (diff) |
Add title as H1 above content (for h1title plugin).allinone-nonedit-da
-rw-r--r-- | page.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -146,6 +146,7 @@ isn't that nice to know? --> <div id="pagebody"> <TMPL_IF HTML5><section id="content"><TMPL_ELSE><div id="content"></TMPL_IF> +<h1><TMPL_VAR TITLE></h1> <TMPL_VAR CONTENT> <TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF> |