user profile page; account activation backend (without UI)
[living-lab-site.git] / application / controllers / video.php
index 3637f14..755de1b 100644 (file)
@@ -31,8 +31,6 @@ class Video extends CI_Controller {
         */
        public function watch($id, $name = NULL, $plugin = NULL)
        {
-               $this->load->helper('url');
-               
                // **
                // ** LOADING MODEL
                // **
@@ -46,7 +44,7 @@ class Video extends CI_Controller {
                $data['plugin_type'] = ($plugin === NULL ? 'auto' : $plugin);
                
                // Display page.
-               $params = array(        'title' => $data['video']['title'] . ' -- '
+               $params = array(        'title' => $data['video']['title'] . ' – '
                                                                . $this->config->item('site_name'),
                                                        'css' => array(
                                                                'jquery.ui.nsvideo.css',