8 lines
131 B
PHP
8 lines
131 B
PHP
<?php if ( ! defined( 'FW' ) ) {
|
|
die( 'Forbidden' );
|
|
}
|
|
|
|
$cfg = array();
|
|
|
|
$cfg['icon-set'] = 'rt-icons-2';
|
|
$cfg['has-icon'] = true; |