summaryrefslogtreecommitdiff
path: root/themes/html5/admin.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'themes/html5/admin.tmpl')
-rw-r--r--themes/html5/admin.tmpl8
1 files changed, 3 insertions, 5 deletions
diff --git a/themes/html5/admin.tmpl b/themes/html5/admin.tmpl
index 4928e26..4bbdf43 100644
--- a/themes/html5/admin.tmpl
+++ b/themes/html5/admin.tmpl
@@ -9,10 +9,8 @@
<body>
<header>
- <h1 id="admin">
- <a href="/"><TMPL_VAR name="blog_title"></a> <TMPL_VAR name="view">
- </h1>
- <p>
+ <p id="blog_title"><a href="/"><TMPL_VAR name="blog_title"></a> <TMPL_VAR name="view"></p>
+ <p id="blog_subtitle">
<a href="?view=edit">create</a> |
<a <TMPL_IF name="comments_to_moderate">id = "moderate"</TMPL_IF> href="?view=moderate">moderate</a> |
<a href="?view=administrate">administrate</a>
@@ -38,7 +36,7 @@
<!-- preview articles -->
<section id="preview">
<header>
- <h2><TMPL_VAR name="title"></h2>
+ <h1><TMPL_VAR name="title"></h1>
<p><TMPL_VAR name="date"></p>
</header>
<TMPL_VAR name="preview">