site initialized; basic catalog lists videos
[living-lab-site.git] / application / controllers / help.php
1 <?php
2
3 /**
4  * Class Help controlls site's help, support, contact, feedback etc. features
5  *
6  * @category    Controller
7  * @author              Călin-Andrei Burloiu
8  */
9 class Help extends CI_Controller {
10         
11         public function index()
12         {
13                 
14         }
15 }
16
17 /* End of file help.php */
18 /* Location: ./application/controllers/help.php */