diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-04 02:19:24 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-04 02:19:24 +0000 |
commit | 2169a44d52a35ed05ca098235247dde078bd223d (patch) | |
tree | 9b7a20676c62fd24930c07a25c394a0a9bd09b9f /templates/show_user_registration.inc.php | |
parent | 0cf24d0deb9955fb9a1d3d0b0c92b59e3957fed4 (diff) | |
download | ampache-2169a44d52a35ed05ca098235247dde078bd223d.tar.gz ampache-2169a44d52a35ed05ca098235247dde078bd223d.tar.bz2 ampache-2169a44d52a35ed05ca098235247dde078bd223d.zip |
wups
Diffstat (limited to 'templates/show_user_registration.inc.php')
-rw-r--r-- | templates/show_user_registration.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_user_registration.inc.php b/templates/show_user_registration.inc.php index 3ddb95cd..06527a22 100644 --- a/templates/show_user_registration.inc.php +++ b/templates/show_user_registration.inc.php @@ -32,7 +32,7 @@ $htmllang = str_replace("_","-",conf('lang')); <title><?php echo conf('site_title'); ?> - <?php echo $location['title']; ?></title> </head> <body> -<script src="<?php echo conf('web_path'); ?>/lib/general.js" language="javascript" type="text/javascript"></script> +<script src="<?php echo conf('web_path'); ?>/lib/javascript-base.js" language="javascript" type="text/javascript"></script> <div id="maincontainer"> <!-- This is the topbar row --> |