summaryrefslogtreecommitdiff
path: root/themes/html5/admin.tmpl
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2012-09-17 20:18:37 +0000
committerDimitri Sokolyuk <demon@dim13.org>2012-09-17 20:18:37 +0000
commit787052990eca2273905776add5e1cc149697c131 (patch)
tree8a3cd61c0f40e84819f00f41f62bb1396f3a3622 /themes/html5/admin.tmpl
parentda2f358032390f7e016d23b83a1f32ca02b595b5 (diff)
change colors and minor tweaks
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">