summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul 'flowerysong' Arthur <flowerysong00@yahoo.com>2010-09-25 04:55:26 +0000
committerPaul 'flowerysong' Arthur <flowerysong00@yahoo.com>2010-09-25 04:55:26 +0000
commit32fbc5c23904e7cb96a3bb1e1f9e45b8eebf342e (patch)
treeaecaaa4824b15d00e4601b634136309c02481119
parent6e386b835d8b6d2c046d6a8525a6e50468d544d8 (diff)
downloadampache-32fbc5c23904e7cb96a3bb1e1f9e45b8eebf342e.tar.gz
ampache-32fbc5c23904e7cb96a3bb1e1f9e45b8eebf342e.tar.bz2
ampache-32fbc5c23904e7cb96a3bb1e1f9e45b8eebf342e.zip
Link the logo on the login screen to root rather than back to the login screen.
Same behaviour with auth enabled, but is slightly nicer with auth optional.
-rw-r--r--templates/show_login_form.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_login_form.inc.php b/templates/show_login_form.inc.php
index dbf0f0ad..58b454f3 100644
--- a/templates/show_login_form.inc.php
+++ b/templates/show_login_form.inc.php
@@ -46,7 +46,7 @@ function focus(){ document.login.username.focus(); }
<div id="maincontainer">
<div id="header"><!-- This is the header -->
<h1 id="headerlogo">
- <a href="<?php echo Config::get('web_path'); ?>/login.php">
+ <a href="<?php echo Config::get('web_path'); ?>">
<img src="<?php echo Config::get('web_path'); ?><?php echo Config::get('theme_path'); ?>/images/ampache.png" title="<?php echo Config::get('site_title'); ?>" alt="<?php echo Config::get('site_title'); ?>" />
</a>
</h1>