From 099a391d41ada68d79d39a728833905a70ee7306 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Wed, 19 Dec 2012 12:55:46 -0500 Subject: Use Ajax::url in the browse filters --- templates/browse_filters.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/browse_filters.inc.php b/templates/browse_filters.inc.php index c0117c9f..7022a3c8 100644 --- a/templates/browse_filters.inc.php +++ b/templates/browse_filters.inc.php @@ -26,7 +26,6 @@ * @link http://www.ampache.org/ */ session_start(); -$ajax_info = Config::get('ajax_url'); $web_path = Config::get('web_path'); ?> get_type()); ?>
  • @@ -34,7 +33,7 @@ $ajax_info = Config::get('ajax_url'); $web_path = Config::get('web_path');
    - +
    -- cgit