Changeset 8924
- Timestamp:
- 09/03/08 09:38:11 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
djangoproject.com/django_website/templates/base.html
r8876 r8924 25 25 <div id="container"> 26 26 <div id="header"> 27 <h1 id="logo"><a href=" /"><img src="http://media.djangoproject.com/img/site/hdr_logo.gif" alt="Django" /></a></h1>27 <h1 id="logo"><a href="http://www.djangoproject.com/"><img src="http://media.djangoproject.com/img/site/hdr_logo.gif" alt="Django" /></a></h1> 28 28 <ul id="nav-global"> 29 29 <li id="nav-homepage"><a href="http://www.djangoproject.com/">Home</a></li> … … 47 47 <!-- END #content --> 48 48 <div id="footer"> 49 <p>© 2005-{% now "Y" %} <a href=" /foundation/">Django Software Foundation</a> unless otherwise noted. Django is a registered trademark of the Django Software Foundation.49 <p>© 2005-{% now "Y" %} <a href="http://www.djangoproject.com/foundation/">Django Software Foundation</a> unless otherwise noted. Django is a registered trademark of the Django Software Foundation. 50 50 Hosting graciously provided by <a href="http://mediatemple.net/"> 51 51 <img style="vertical-align: middle; position: relative; top: -1px;" src="http://media.djangoproject.com/img/site/mt.png" alt="media temple" /></a>
