homepage, categories pages; javascript and stylesheets renamed to js and css resp.
[living-lab-site.git] / application / controllers / video.php
index 64a1e63..f892349 100644 (file)
@@ -39,8 +39,8 @@ class Video extends CI_Controller {
                // Display page.
                $params = array(        'title' => $data['video']['title'] . ' -- '
                                                                . $this->config->item('site_name'),
-                                                       'stylesheets' => array('jquery-ui.css', 'NextShare_VLC_plugin.css'),
-                                                       'javascripts' => array('jquery.min.js', 'jquery-ui.min.js', 'NextShare_VLC_plugin.js', 'video.js'),
+                                                       'css' => array('jquery-ui.css', 'NextShare_VLC_plugin.css'),
+                                                       'js' => array('jquery.min.js', 'jquery-ui.min.js', 'NextShare_VLC_plugin.js', 'video.js'),
                                                        //'metas' => array('description'=>'','keywords'=>'')
                                                        );
                $this->load->library('html_head_params', $params);
@@ -56,7 +56,7 @@ class Video extends CI_Controller {
        /**
         * AJAX page which retrieves a video plugin.
         *
-        * The associated with this controller should be parameter type
+        * The view associated with this controller should be parameter type
         * concatenated with '_plugin_view' and must be located in
         * 'application/views/video'.
         *