silverstripe-font-awesome/_config.php

11 lines
421 B
PHP
Raw Normal View History

2015-05-09 04:58:24 +02:00
<?php
/**
* Font Awesome Icon Picker Field for SilverStripe 3.x
* @author Darren-Lee Joseph <darrenleejoseph@gmail.com>
*
* Font Awesome Icon Picker Bootstrap plugin by http://mjolnic.com/fontawesome-iconpicker/
*/
// define fontawesomeiconpicker dir so that the installation doesn't need a fixed directory name
if(!defined('FONTAWESOMEICONPICKER_DIR')){
define('FONTAWESOMEICONPICKER_DIR', basename(__DIR__));
}