diff options
author | Jonas Smedegaard <dr@jones.dk> | 2010-10-13 22:11:07 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2010-10-13 22:11:07 +0200 |
commit | 08bf12d80e83eacfb846495ce1f0f439de1efd2e (patch) | |
tree | eb07974887b28896c37dba33bd4c588ef64bdc13 | |
parent | 0afeb58d9cf13d7313607a268a2b9d1ffa7f158f (diff) |
Add title as H1 above content (for h1title plugin).allinone-nonedit
-rw-r--r-- | page.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -135,6 +135,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> |