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_tv.inc.php | |
parent | 0cf24d0deb9955fb9a1d3d0b0c92b59e3957fed4 (diff) | |
download | ampache-2169a44d52a35ed05ca098235247dde078bd223d.tar.gz ampache-2169a44d52a35ed05ca098235247dde078bd223d.tar.bz2 ampache-2169a44d52a35ed05ca098235247dde078bd223d.zip |
wups
Diffstat (limited to 'templates/show_tv.inc.php')
-rw-r--r-- | templates/show_tv.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
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"> |