1 <?php
defined('SYSPATH') OR die('No direct access allowed.');
4 * Name of widgets directory
6 $config['dirname'] = 'widgets/';
9 * define base path for widgets
11 $config['path'] = 'application/';
14 * Name of custom widgets directory
16 $config['custom_dirname'] = 'custom_widgets/';