diff options
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 --> |