| #259 | if(strpos($icon, 'zd-') === 0) { |
| #260 | $px = $size === 'child' ? 14 : 16; |
| #261 | return '<svg width="'.$px.'" height="'.$px.'" class="nav-icon-svg" aria-hidden="true"><use xlink:href="#'.$icon.'"/></svg>'; |
| #262 | } |
| #263 | $i_class = $size === 'child' ? $icon.' icon-fw aside-icon' : $icon.' icon-fw aside-icon'; |
| #264 | return '<i class="io '.$i_class.'" aria-hidden="true"></i>'; |
| #265 | } |
| #266 | |
| #267 | public function get_admin_icon_options() { |
| #268 | static $options = NULL; |