mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +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',
|
|
|
|
),
|
|
|
|
); |