adding home link to logo

master
Andrew Coleman 2009-03-21 20:27:10 -05:00
parent d9680a7e5f
commit 77977e6685
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ addLoadEvent(function(){
<body> <body>
<div id="container"> <div id="container">
<div id="headercontainer"><div id="header"> <div id="headercontainer"><div id="header">
<span style="float: left; margin-right: 10px;"><img src="/images/<%= tuxconfig[:logo] -%>" /></span> <span style="float: left; margin-right: 10px;"><a href="/"><img src="/images/<%= tuxconfig[:logo] -%>" /></a></span>
<h1><%= @page_title or 'TuxBliki' -%></h1> <h1><%= @page_title or 'TuxBliki' -%></h1>
<% if @secondary_title -%><h2><%= @secondary_title -%></h2><% end -%> <% if @secondary_title -%><h2><%= @secondary_title -%></h2><% end -%>
<br style="clear: both" /> <br style="clear: both" />