diff options
author | eliott <eliott@cactuswax.net> | 2007-12-30 03:34:52 +0100 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2007-12-30 03:34:52 +0100 |
commit | 45454908dfa2c925c4689d74fc84c4c2055257ab (patch) | |
tree | 1ff07e3477ad3f42cb963a2a0718f45e5c34a22a /templates/base.html | |
parent | 1f303690a502a1f5175ff6b93e7f667fe1781fe4 (diff) | |
download | archweb-45454908dfa2c925c4689d74fc84c4c2055257ab.tar.gz archweb-45454908dfa2c925c4689d74fc84c4c2055257ab.tar.xz |
Added logos under media
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 311966a..9a620f0 100644 --- a/templates/base.html +++ b/templates/base.html @@ -78,7 +78,7 @@ </div> <div class="foot"> Copyright © 2002-2007, Judd Vinet <<a href="mailto:jvinet@zeroflux.org">jvinet@zeroflux.org</a>><br /><br /> - <img src="/logos/button.png" alt="Arch Linux" /> + <img src="/media/logos/button.png" alt="Arch Linux" /> </div> </body> </html> |