Use backend main heading as back-to-index-page link.

This commit is contained in:
Matthias Mees 2013-01-28 15:09:35 +01:00
parent 5a6b95d343
commit c755f57c17
2 changed files with 9 additions and 1 deletions

View File

@ -24,7 +24,7 @@
<div class="clearfix">
<div id="banner{if not $admin_vars.is_logged_in}_install{/if}">
{if $admin_vars.admin_installed}
<h1><span class="visuallyhidden">{$CONST.SERENDIPITY_ADMIN_SUITE}: </span>{$blogTitle}</h1>
<h1><a href="serendipity_admin.php" title="{$CONST.ADMIN_FRONTPAGE}"><span class="visuallyhidden">{$CONST.SERENDIPITY_ADMIN_SUITE}: </span>{$blogTitle}</a></h1>
{if $admin_vars.is_logged_in}
<span class="block_level">{$admin_vars.self_info}</span>
{/if}

View File

@ -954,6 +954,14 @@ summary { cursor: pointer; }
#top a:hover,
#top a:focus { color: #fcfcfc; }
#banner a,
#banner a:visited,
#banner a:hover,
#banner a:focus {
color: #fcfcfc;
text-decoration: none;
}
#banner,
#user_menu { text-shadow: 1px 1px 1px rgba(0,0,0,.8); }