mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-14 15:13:29 +01:00
651e06fdb9
Also adds other package config settings however they have not yet been called in ConfigServiceProvider
14 lines
160 B
PHP
14 lines
160 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
// HTML markup and classes used by Bootstrap for icons
|
|
'icon' => array(
|
|
|
|
'tag' => 'i',
|
|
'set' => null,
|
|
'prefix' => 'icon',
|
|
|
|
),
|
|
|
|
); |