PHP Classes

File: htdocs/themes/xswatch4/modules/tag/tag_bar.tpl

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xswatch4/modules/tag/tag_bar.tpl   Download  
File: htdocs/themes/xswatch4/modules/tag/tag_bar.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 2 months ago
Size: 474 bytes
 

Contents

Class file image Download
<{if !empty($tagbar)}> <div class="row"> <div class="col xoops-tag-bar"> <ul class="list-unstyled"> <li class="tag-title"><{$tagbar.title}>:</li> <{foreach item=tag from=$tagbar.tags|default:null}> <li><{$tag|replace:"'>":"' > <span class=\"fa-solid fa-hashtag\"></span>"}></li> <{/foreach}> </ul> </div><!-- .xoops-tags --> </div> <!-- .row --> <{/if}>