← All changes
|
admin/views/sp-framework/fields/icon/default-icons.php
+6
-16
4.0.7
→
2.2.10
View file →
| @@ -1,21 +1,11 @@ | ||
| 1 | 1 | <?php |
| 2 | -/** | |
| 3 | - * The framework default icons fields file. | |
| 4 | - * | |
| 5 | - * @package Smart_Post_Show | |
| 6 | - * @subpackage Smart_Post_Show/admin | |
| 7 | - */ | |
| 8 | - | |
| 9 | -if ( ! defined( 'ABSPATH' ) ) { | |
| 10 | - exit; // Exit if accessed directly. | |
| 11 | -} | |
| 12 | - | |
| 13 | -/** | |
| 14 | - * Get the default icons. | |
| 15 | - * | |
| 16 | - * @return array | |
| 17 | - */ | |
| 2 | +// | |
| 3 | +// | |
| 4 | +// Default Icons | |
| 5 | +// We are using Font-awesome icons as default | |
| 6 | +// | |
| 7 | +// | |
| 18 | 8 | function spf_get_default_icons() { |
| 19 | 9 | return array( |
| 20 | 10 | array( |
| 21 | 11 | 'title' => 'Font Awesome', |