summaryrefslogtreecommitdiffstats
path: root/templates/show_user_registration.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-02 16:40:03 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-02 16:40:03 +0000
commit552c3cedd78263ce385d0ac47b02ccd22ea474b3 (patch)
tree7042da2e17c73afad01d7004884dd1d903cff293 /templates/show_user_registration.inc.php
parent66e0b8ea9dd675a778a5c5777cce547887b2720c (diff)
downloadampache-552c3cedd78263ce385d0ac47b02ccd22ea474b3.tar.gz
ampache-552c3cedd78263ce385d0ac47b02ccd22ea474b3.tar.bz2
ampache-552c3cedd78263ce385d0ac47b02ccd22ea474b3.zip
fixed registration page, and simplifed its logic
Diffstat (limited to 'templates/show_user_registration.inc.php')
-rw-r--r--templates/show_user_registration.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_user_registration.inc.php b/templates/show_user_registration.inc.php
index 236e436d..fbddd210 100644
--- a/templates/show_user_registration.inc.php
+++ b/templates/show_user_registration.inc.php
@@ -57,7 +57,7 @@ if (Config::get('user_agreement')) { ?>
<table cellpadding="2" cellspacing="0">
<tr>
<td>
- <?php show_registration_agreement(); ?>
+ <?php Registration::show_agreement(); ?>
</td>
</tr>
<tr>