From d30249d66f80925414e5a2d39cb55b469e195a02 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Wed, 19 Dec 2012 12:48:48 -0500 Subject: Drop unused ajax_url variables --- templates/show_album.inc.php | 1 - templates/show_albums.inc.php | 1 - templates/show_playlist_songs.inc.php | 1 - templates/show_songs.inc.php | 1 - templates/sidebar.inc.php | 1 - templates/sidebar_home.inc.php | 1 - templates/sidebar_modules.inc.php | 1 - 7 files changed, 7 deletions(-) (limited to 'templates') 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'); ?> 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'); ?>
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'); ?>
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'); ?>