diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show_album.inc.php | 1 | ||||
-rw-r--r-- | templates/show_albums.inc.php | 1 | ||||
-rw-r--r-- | templates/show_playlist_songs.inc.php | 1 | ||||
-rw-r--r-- | templates/show_songs.inc.php | 1 | ||||
-rw-r--r-- | templates/sidebar.inc.php | 1 | ||||
-rw-r--r-- | templates/sidebar_home.inc.php | 1 | ||||
-rw-r--r-- | templates/sidebar_modules.inc.php | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/templates/show_album.inc.php b/templates/show_album.inc.php index 82f5a32e..d7f9a4cf 100644 --- a/templates/show_album.inc.php +++ b/templates/show_album.inc.php @@ -27,7 +27,6 @@ */ $web_path = Config::get('web_path'); -$ajax_url = Config::get('ajax_url'); // Title for this album $title = scrub_out($album->name) . ' (' . $album->year . ')'; diff --git a/templates/show_albums.inc.php b/templates/show_albums.inc.php index d0d4d0f2..dd478c02 100644 --- a/templates/show_albums.inc.php +++ b/templates/show_albums.inc.php @@ -27,7 +27,6 @@ */ $web_path = Config::get('web_path'); -$ajax_url = Config::get('ajax_url'); ?> <?php require Config::get('prefix') . '/templates/list_header.inc.php'; ?> <table class="tabledata" cellpadding="0" cellspacing="0"> diff --git a/templates/show_playlist_songs.inc.php b/templates/show_playlist_songs.inc.php index a9f997d2..e946b7cf 100644 --- a/templates/show_playlist_songs.inc.php +++ b/templates/show_playlist_songs.inc.php @@ -28,7 +28,6 @@ // First let's setup some vars we're going to use a lot $web_path = Config::get('web_path'); -$ajax_url = Config::get('ajax_url'); ?> <?php require Config::get('prefix') . '/templates/list_header.inc.php'; ?> <table class="tabledata" cellpadding="0" cellspacing="0"> diff --git a/templates/show_songs.inc.php b/templates/show_songs.inc.php index 98331fc6..945c6e41 100644 --- a/templates/show_songs.inc.php +++ b/templates/show_songs.inc.php @@ -28,7 +28,6 @@ // First let's setup some vars we're going to use a lot $web_path = Config::get('web_path'); -$ajax_url = Config::get('ajax_url'); ?> <?php require Config::get('prefix') . '/templates/list_header.inc.php'; ?> <table class="tabledata" cellpadding="0" cellspacing="0"> diff --git a/templates/sidebar.inc.php b/templates/sidebar.inc.php index 00685bc4..a3e9cc3a 100644 --- a/templates/sidebar.inc.php +++ b/templates/sidebar.inc.php @@ -39,7 +39,6 @@ $sidebar_items[] = array('id'=>'admin', 'title' => T_('Admin'), 'icon'=>'admin', $web_path = Config::get('web_path'); -$ajax_url = Config::get('ajax_url'); ?> <ul id="sidebar-tabs"> diff --git a/templates/sidebar_home.inc.php b/templates/sidebar_home.inc.php index 186bd7e1..bf311469 100644 --- a/templates/sidebar_home.inc.php +++ b/templates/sidebar_home.inc.php @@ -26,7 +26,6 @@ * @link http://www.ampache.org/ */ -$ajax_info = Config::get('ajax_url'); $web_path = Config::get('web_path'); ?> <ul class="sb2" id="sb_home"> <li><h4><?php echo T_('Browse'); ?></h4> diff --git a/templates/sidebar_modules.inc.php b/templates/sidebar_modules.inc.php index 7989f030..10c3c96f 100644 --- a/templates/sidebar_modules.inc.php +++ b/templates/sidebar_modules.inc.php @@ -26,7 +26,6 @@ * @link http://www.ampache.org/ */ -$ajax_info = Config::get('ajax_url'); $web_path = Config::get('web_path'); ?> <ul class="sb2" id="sb_modules"> <li><h4><?php echo T_('Modules'); ?></h4> |