PHP Classes

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

Recommend this page to a friend!
  Packages 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: Merge pull request #1388 from mambax7/feature/array_merge_resources_greedy_construction

Merge pull request #1239 from Andrew-Staves-Activ/notificationhandler_subscribe_success

add PHP8 defaults in templates
Merge xswatch4
Date: 2 months ago
Size: 463 bytes
 

Contents

Class file image Download
<{if !empty($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|default:null}> <li><span class="glyphicon glyphicon-tag"></span> <{$tag}></li> <{/foreach}> </ul> </div><!-- .xoops-tags --> </div> <!-- .row --> <{/if}>