ENHANCEMENT Show site title and tagline by default in theme (fixes #7350)

This commit is contained in:
Ingo Schommer 2012-05-20 13:47:04 +02:00
parent a3dc1471cd
commit 5bf43d9b20
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
<header class="header" role="banner"> <header class="header" role="banner">
<div class="inner"> <div class="inner">
<a href="$BaseHref" class="brand" rel="home"> <a href="$BaseHref" class="brand" rel="home">
<h1>Simple.</h1> <h1>$SiteConfig.Title</h1>
<p>$SiteConfig.Tagline</p>
</a> </a>
<% if SearchForm %> <% if SearchForm %>
<span class="search-dropdown-icon">L</span> <span class="search-dropdown-icon">L</span>