16770487d15ff399fe155bac61550d6821e5151e
[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 and helpers to be
5  * loaded for each article.
6  */
7
8 // Examples
9 // $config['article_$method_helpers'] = array();
10 // $config['article_$method_libraries'] = array();
11
12
13 // Help article
14 $config['article_help_js'] = array('jquery.ui.imagemap.js');