diff options
Diffstat (limited to 'templates/show_user_activate.inc.php')
-rw-r--r-- | templates/show_user_activate.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_user_activate.inc.php b/templates/show_user_activate.inc.php index d9e9c356..5b1a5fb9 100644 --- a/templates/show_user_activate.inc.php +++ b/templates/show_user_activate.inc.php @@ -37,9 +37,9 @@ $web_path = Config::get('web_path'); <?php echo _('Registration'); ?>... </div> -<script src="<?php echo $web_path; ?>/lib/javascript-base.js" language="javascript" type="text/javascript"></script> -<script src="<?php echo $web_path; ?>/modules/kajax/ajax.js" language="javascript" type="text/javascript"></script> <script src="<?php echo $web_path; ?>/modules/prototype/prototype.js" language="javascript" type="text/javascript"></script> +<script src="<?php echo $web_path; ?>/lib/javascript/base.js" language="javascript" type="text/javascript"></script> +<script src="<?php echo $web_path; ?>/lib/javascript/ajax.js" language="javascript" type="text/javascript"></script> <div id="maincontainer"> <?php |