video thumbnails are displayed as slideshow when mouse is over; video widget bugs...
[living-lab-site.git] / application / config / article.php
1 <?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
2
3 /**
4  * Article Engine Configurations which include libraries, helpers,
5  * JavaScript sources, CSS files to be loaded for each article.
6  * 
7  * For more details check documentation from
8  * 'application/core/Article_Controller'.
9  */
10
11 // Examples
12 // $config['article_$method_helpers'] = array();
13 // $config['article_$method_libraries'] = array();
14
15
16 // Help article
17 $config['article_help_js'] = array('jquery.ui.imagemap.js');
18
19 // Test article
20 $config['article_test_js'] = array('jquery.ui.thumbs.js');