diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-25 20:20:23 -0500 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-25 20:20:23 -0500 |
commit | c864d180cb1d11bd40d237284e43badbb2429e89 (patch) | |
tree | 39d16203308c2892d9c9bea9e5cd40ad78ec7973 | |
parent | 46100a9e0b59083e14bfb87eed2957087667ee98 (diff) | |
download | ampache-c864d180cb1d11bd40d237284e43badbb2429e89.tar.gz ampache-c864d180cb1d11bd40d237284e43badbb2429e89.tar.bz2 ampache-c864d180cb1d11bd40d237284e43badbb2429e89.zip |
Use the standard footer on the registration form
-rw-r--r-- | templates/show_user_registration.inc.php | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/templates/show_user_registration.inc.php b/templates/show_user_registration.inc.php index 97410638..7bc21083 100644 --- a/templates/show_user_registration.inc.php +++ b/templates/show_user_registration.inc.php @@ -109,12 +109,6 @@ if (Config::get('user_agreement')) { ?> <input type='submit' name='submit_registration' id='submit_registration' value='<?php echo T_('Register User'); ?>' /> </div> </form> -</div><!-- end <div id="registerbox--> -</div><!--end <div>id="maincontainer--> -<div id="footer"> - <a href="http://www.ampache.org/index.php">Ampache v.<?php echo Config::get('version'); ?></a><br /> - Copyright (c) 2001 - 2010 Ampache.org - <?php echo T_('Queries:'); ?><?php echo Dba::$stats['query']; ?> <?php echo T_('Cache Hits:'); ?><?php echo database_object::$cache_hit; ?> -</div> -</body> -</html> +<?php +show_footer(); +?> |