diff options
Diffstat (limited to 'templates/show_login_form.inc')
-rw-r--r-- | templates/show_login_form.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_login_form.inc b/templates/show_login_form.inc index f75b0d4d..769f9f19 100644 --- a/templates/show_login_form.inc +++ b/templates/show_login_form.inc @@ -36,8 +36,8 @@ if (preg_match($subject,$_SERVER['HTTP_HOST'])) { ?> <br /><br /> <p align="center"> - <a href="http://www.ampache.org"><img src="<?php echo conf('web_path'); ?> - <?php echo conf('theme_path'); ?>/images/ampache.gif" title="<?php echo conf('site_title'); ?>" border="0" alt="Ampache" /> + <a href="http://www.ampache.org"><img src="<?php echo conf('web_path'); + ?><?php echo conf('theme_path'); ?>/images/ampache.gif" title="<?php echo conf('site_title'); ?>" border="0" alt="Ampache" /> </a> </p> <form name="login" method="post" enctype="multipart/form-data" action="<?php echo conf('web_path'); ; ?>/login.php" style="Display:inline"> |