]> p2p-next.cs.pub.ro Git - living-lab-site.git/blobdiff - application/controllers/video.php
first stage finished: ready to publish to production; does not support users and...
[living-lab-site.git] / application / controllers / video.php
index 45e66d36a37739c9fe61561c90368663fc3bd485..3637f14fbce918396375d8da07ddc17706592c19 100644 (file)
@@ -40,6 +40,9 @@ class Video extends CI_Controller {
                $this->load->model('videos_model');
                $this->videos_model->inc_video_var($id, 'views');
                $data['video'] = $this->videos_model->get_video($id, $name);
+               $categories = $this->config->item('categories');
+               $data['video']['category_name'] = 
+                       $categories[ $data['video']['category_id'] ];
                $data['plugin_type'] = ($plugin === NULL ? 'auto' : $plugin);
                
                // Display page.