comparison gpp/templates/base.html @ 262:5232d5808057

Fixing #108; make main logo a link back to home. Also got rid of some unused CSS definitions.
author Brian Neal <bgneal@gmail.com>
date Wed, 22 Sep 2010 23:54:49 +0000
parents 29679b0b98ad
children 4557974db0e0
comparison
equal deleted inserted replaced
261:6f3beff3ac63 262:5232d5808057
31 <!-- <link rel="shortcut icon" type="image/vnd.microsoft.com" href="{{ MEDIA_URL }}images/favicon.ico" /> --> 31 <!-- <link rel="shortcut icon" type="image/vnd.microsoft.com" href="{{ MEDIA_URL }}images/favicon.ico" /> -->
32 </head> 32 </head>
33 <body> 33 <body>
34 <div id="page" class="container"> 34 <div id="page" class="container">
35 <div id="header" class="span-24"> 35 <div id="header" class="span-24">
36 <p><img src="{{ MEDIA_URL }}themes/kds/sgLogo.png" alt="SurfGuitar101.com Logo" width="446" height="103" /></p> 36 <p><a href="/" title="SG101 Home"><img src="{{ MEDIA_URL }}themes/kds/sgLogo.png" alt="SurfGuitar101.com Logo" width="446" height="103" /></a></p>
37 </div> 37 </div>
38 <div id="header-nav" class="span-24"> 38 <div id="header-nav" class="span-24">
39 <ul> 39 <ul>
40 {% if user.is_authenticated %} 40 {% if user.is_authenticated %}
41 <li>Welcome, <a href="{% url bio-me %}">{{ user.username }}</a></li> 41 <li>Welcome, <a href="{% url bio-me %}">{{ user.username }}</a></li>