video thumbnails are displayed as slideshow when mouse is over; video widget bugs...
[living-lab-site.git] / application / config / article.php
index 8e6bc9f..b43dc9c 100644 (file)
@@ -1,10 +1,20 @@
 <?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
-$config['article_$method_helpers'] = array();
-$config['article_$method_libraries'] = array();
\ No newline at end of file
+// $config['article_$method_helpers'] = array();
+// $config['article_$method_libraries'] = array();
+
+
+// Help article
+$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