kartik-v / yii2-icons

Set of icon frameworks for easy use in Yii Framework 2.0
http://demos.krajee.com/icons
Other
71 stars 29 forks source link

Inline Displaying #26

Closed robov closed 7 years ago

robov commented 7 years ago

The following code shows nothing:

Icon::map($this, Icon::UNI);
echo Icon::show('spades',[], Icon::UNI) ." UNI spades<BR>";

The following code does show the correct icon:

Icon::map($this, Icon::UNI);
echo Icon::show('spades',[], Icon::UNI) ." UNI spades<BR>";

I assume that the second parameter overwrites the default settings, or am I overlooking something ?

kartik-v commented 7 years ago

I see no difference in both the codes... what is the issue?

robov commented 7 years ago

Wierd... I am no longer able to reproduce the thing I was able to see before... ... sorry about this