mirror of
https://github.com/a2nt/silverstripe-font-awesome.git
synced 2024-10-22 17:05:51 +02:00
11 lines
421 B
PHP
11 lines
421 B
PHP
<?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__));
|
|
} |