Avail feature updated
[ninja.git] / application / config / widget.php
blobb87797453b6095c80a61f6bd796c29439db2196b
1 <?php defined('SYSPATH') OR die('No direct access allowed.');
3 /**
4 * Name of widgets directory
5 */
6 $config['dirname'] = 'widgets/';
8 /**
9 * define base path for widgets
11 $config['path'] = 'application/';
13 /**
14 * Name of custom widgets directory
16 $config['custom_dirname'] = 'custom_widgets/';