summaryrefslogtreecommitdiffstats
path: root/templates/show_login_form.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-30 19:25:56 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-30 19:25:56 +0000
commit2a17cf4806caf64ee5ed71ccc741f21a4e767288 (patch)
tree82ab98f99ca3733c6e7234467736c00297830177 /templates/show_login_form.inc
parent85020546bdb156e7f9eefd4294f691b9a1ee1cd5 (diff)
downloadampache-2a17cf4806caf64ee5ed71ccc741f21a4e767288.tar.gz
ampache-2a17cf4806caf64ee5ed71ccc741f21a4e767288.tar.bz2
ampache-2a17cf4806caf64ee5ed71ccc741f21a4e767288.zip
fixed an old reference to conf
Diffstat (limited to 'templates/show_login_form.inc')
-rw-r--r--templates/show_login_form.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_login_form.inc b/templates/show_login_form.inc
index c4599821..3068dd5d 100644
--- a/templates/show_login_form.inc
+++ b/templates/show_login_form.inc
@@ -60,7 +60,7 @@ function focus(){ document.login.username.focus(); }
</form>
<?php if (Config::get('allow_public_registration')) { ?>
<span class="text-action">
- <a href="<?php echo conf('web_path'); ?>/register.php"><?php echo _('Register'); ?></a>
+ <a href="<?php echo Config::get('web_path'); ?>/register.php"><?php echo _('Register'); ?></a>
</span>
<?php } // end if (conf('allow_public_registration')) ?>
</div>