video thumbnails are displayed as slideshow when mouse is over; video widget bugs...
[living-lab-site.git] / application / config / article.php
index 1677048..b43dc9c 100644 (file)
@@ -1,8 +1,11 @@
 <?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
 
 /**
- * Article Engine Configurations which include libraries and helpers to be
- * loaded for each article.
+ * Article Engine Configurations which include libraries, helpers,
+ * JavaScript sources, CSS files to be loaded for each article.
+ * 
+ * For more details check documentation from
+ * 'application/core/Article_Controller'.
  */
 
 // Examples
@@ -11,4 +14,7 @@
 
 
 // Help article
-$config['article_help_js'] = array('jquery.ui.imagemap.js');
\ No newline at end of file
+$config['article_help_js'] = array('jquery.ui.imagemap.js');
+
+// Test article
+$config['article_test_js'] = array('jquery.ui.thumbs.js');
\ No newline at end of file