X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=application%2Fcontrollers%2Fvideo.php;h=755de1b2aa35814fd4b360fb3fc40d7aaea3f6a0;hb=37fe2e29a60066614f4155c292e2a2bd99b71b49;hp=3637f14fbce918396375d8da07ddc17706592c19;hpb=ac366a43f0cda63c2506321104b6760c153ac993;p=living-lab-site.git diff --git a/application/controllers/video.php b/application/controllers/video.php index 3637f14..755de1b 100644 --- a/application/controllers/video.php +++ b/application/controllers/video.php @@ -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',