You are here

function _iconizer_get_files_css in Iconizer 7

Same name and namespace in other branches
  1. 6 iconizer.module \_iconizer_get_files_css()
1 call to _iconizer_get_files_css()
_iconizer_add_css in ./iconizer.module
Add CSS function

File

./iconizer.module, line 140
@author: thePanz ( thePanz@gmail.com )

Code

function _iconizer_get_files_css() {
  $theme = variable_get('iconizer_files_icons_theme', 'default');
  return _iconizer_get_theme_path($theme, 'files') . '/files_icons.css';
}