mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 06:02:39 +01:00
14 lines
171 B
PHP
14 lines
171 B
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
|
||
|
// HTML markup and classes used by the "Nude" framework for icons
|
||
|
'icon' => array(
|
||
|
|
||
|
'tag' => 'i',
|
||
|
'set' => null,
|
||
|
'prefix' => 'icon',
|
||
|
|
||
|
),
|
||
|
|
||
|
);
|