PHP Classes

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

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/themes/xbootstrap/modules/tag/tag_bar.tpl   Download  
File: htdocs/themes/xbootstrap/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: 7 years ago
Size: 442 bytes
 

Contents

Class file image Download
<{if $tagbar}> <div class="row"> <div class="col-md-12 xoops-tag-bar"> <ul class="list-unstyled"> <li class="tag-title"><{$tagbar.title}>:</li> <{foreach item=tag from=$tagbar.tags}> <li><span class="glyphicon glyphicon-tag"></span> <{$tag}></li> <{/foreach}> </ul> </div><!-- .xoops-tags --> </div> <!-- .row --> <{/if}>