You are here

function _iconizer_get_proto_css in Iconizer 6

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

File

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

Code

function _iconizer_get_proto_css() {
  $theme = variable_get('iconizer_proto_icons_theme', 'default');
  return _iconizer_get_theme_path($theme, 'proto') . '/proto_icons.css';
}