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 | |
parent | 0cf24d0deb9955fb9a1d3d0b0c92b59e3957fed4 (diff) | |
download | ampache-2169a44d52a35ed05ca098235247dde078bd223d.tar.gz ampache-2169a44d52a35ed05ca098235247dde078bd223d.tar.bz2 ampache-2169a44d52a35ed05ca098235247dde078bd223d.zip |
wups
Diffstat (limited to 'templates')
-rw-r--r-- | templates/header.inc | 2 | ||||
-rw-r--r-- | templates/show_install.inc | 2 | ||||
-rw-r--r-- | templates/show_install_lang.inc.php | 4 | ||||
-rw-r--r-- | templates/show_tv.inc.php | 2 | ||||
-rw-r--r-- | templates/show_user_registration.inc.php | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/templates/header.inc b/templates/header.inc index 7dce86b9..65007bf5 100644 --- a/templates/header.inc +++ b/templates/header.inc @@ -43,7 +43,7 @@ if (conf('use_rss')) { ?> <link rel="stylesheet" href="<?php echo $web_path; ?><?php echo conf('theme_path'); ?>/templates/default.css" type="text/css" /> </head> <body> -<script src="<?php echo $web_path; ?>/lib/general.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; ?>/modules/kajax/ajax.js" language="javascript" type="text/javascript"></script> <div id="maincontainer"> <div id="topbar"><!-- This is the topbar row --> diff --git a/templates/show_install.inc b/templates/show_install.inc index a1f0c574..0c112227 100644 --- a/templates/show_install.inc +++ b/templates/show_install.inc @@ -3,7 +3,7 @@ <title>Ampache :: For The Love Of Music - Install</title> </head> <body> -<script src="lib/general.js" language="javascript" type="text/javascript"></script> +<script src="lib/javascript-base.js" language="javascript" type="text/javascript"></script> <?php require_once(conf('prefix') . "/templates/install.css"); ?> <div id="header"> <h1><?php echo _("Ampache Installation"); ?></h1> diff --git a/templates/show_install_lang.inc.php b/templates/show_install_lang.inc.php index e4ccfbf9..253dee6e 100644 --- a/templates/show_install_lang.inc.php +++ b/templates/show_install_lang.inc.php @@ -1,9 +1,9 @@ <html> <head> -<title>Ampache :: For The Love Of Music - Install</title> +<title>Ampache :: Pour l'Amour de la Musique - Install</title> </head> <body> -<script src="lib/general.js" language="javascript" type="text/javascript"></script> +<script src="lib/javascript-base.js" language="javascript" type="text/javascript"></script> <?php require_once(conf('prefix') . "/templates/install.css"); ?> <div id="header"> <h1><?php echo _('Ampache Installation'); ?></h1> diff --git a/templates/show_tv.inc.php b/templates/show_tv.inc.php index b891a2ae..8a556d86 100644 --- a/templates/show_tv.inc.php +++ b/templates/show_tv.inc.php @@ -34,7 +34,7 @@ $location = get_location(); <link rel="stylesheet" href="<?php echo $web_path; ?><?php echo conf('theme_path'); ?>/templates/default.css" type="text/css" /> </head> <body> -<script src="<?php echo $web_path; ?>/lib/general.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; ?>/modules/kajax/ajax.js" language="javascript" type="text/javascript"></script> <!-- Control DIV --> <div id="tv_control"> 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 --> |