14 lines
No EOL
171 B
PHP
14 lines
No EOL
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',
|
|
|
|
),
|
|
|
|
); |