|
|
<span uk-icon="icon: <?php if($this->is('category')): ?><?php if(General::getCategoryIcon(General::getCategoryId($this->getArchiveSlug()),$this->getDescription()) == 'cog'):?><?php echo General::getCategoryDescriptionData($this->getDescription())["icon"];?><?php else:?><?php echo General::getCategoryIcon(General::getCategoryId($this->getArchiveSlug()),$this->getDescription());?><?php endif;?><?php elseif($this->is('tag')):?>tag<?php elseif($this->is('author')):?>user<?php else:?>search<?php endif;?>; ratio: 4"></span>
|