plugin detection created as a widget; can't tell yet if swarmplayer is installed
[living-lab-site.git] / application / controllers / catalog.php
index 4318325..0c05388 100644 (file)
@@ -43,13 +43,9 @@ class Catalog extends CI_Controller {
                
                $params = array(        'title' => $this->config->item('site_name'),
                                                        'css' => array(
-                                                               'catalog.css', 
-                                                               'jquery-ui.css'
-                                                       ),
-                                                       'js' => array(
-                                                               'jquery.js',
-                                                               'jquery-ui.js'
+                                                               'catalog.css'
                                                        ),
+                                                       //'js' => array(),
                                                        //'metas' => array('description'=>'','keywords'=>'')
                                                        );
                $this->load->library('html_head_params', $params);
@@ -71,13 +67,8 @@ class Catalog extends CI_Controller {
        public function test($page = 0)
        {
                $params = array(        'title' => 'Test - '. $this->config->item('site_name'),
-                                                       'css' => array(
-                                                               'jquery-ui.css'
-                                                               ),
-                                                       'js' => array(
-                                                               'jquery.js',
-                                                               'jquery-ui.js'
-                                                       ),
+                                                       //'css' => array(),
+                                                       //'js' => array(),
                                                        //'metas' => array('description'=>'','keywords'=>'')
                        );
                $this->load->library('html_head_params', $params);
@@ -128,13 +119,9 @@ class Catalog extends CI_Controller {
                
                $params = array(        'title' => $this->config->item('site_name'),
                                                        'css' => array(
-                                                               'catalog.css', 
-                                                               'jquery-ui.css'
-                                                       ),
-                                                       'js' => array(
-                                                               'jquery.js',
-                                                               'jquery-ui.js'
+                                                               'catalog.css'
                                                        ),
+                                                       //'js' => array(),
                                                        //'metas' => array('description'=>'','keywords'=>'')
                                                        );
                $this->load->library('html_head_params', $params);