1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-24 10:21:35 +02:00
invoiceninja/app/config/packages/anahkiasen/former/TwitterBootstrap.php

14 lines
160 B
PHP
Raw Normal View History

2013-11-26 13:45:07 +01:00
<?php
return array(
// HTML markup and classes used by Bootstrap for icons
'icon' => array(
'tag' => 'i',
'set' => null,
'prefix' => 'icon',
),
);