diff options
author | Christian Franke <nobody@nowhere.ws> | 2012-09-16 15:17:46 +0200 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2012-09-16 15:17:46 +0200 |
commit | 9ccb85e282c5b1a80e1578a46905c495903035fc (patch) | |
tree | e80cd1ff594bbe3b627c5e41730339846457a5df /templates/page.tmpl | |
parent | bd7a5f484f949aceed272bb63b4228bbe9063e0a (diff) |
another template change
Diffstat (limited to 'templates/page.tmpl')
-rw-r--r-- | templates/page.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 3205fcb..7991e88 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -38,7 +38,7 @@ </TMPL_LOOP> </head> <body> -<h1>Own template</h1> +<h1>Own template2</h1> <TMPL_IF HTML5><article class="page"><TMPL_ELSE><div class="page"></TMPL_IF> <TMPL_IF HTML5><section class="pageheader"><TMPL_ELSE><div class="pageheader"></TMPL_IF> |