PHP Classes

File: htdocs/themes/xswatch4/modules/profile/profile_breadcrumbs.tpl

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xswatch4/modules/profile/profile_breadcrumbs.tpl   Download  
File: htdocs/themes/xswatch4/modules/profile/profile_breadcrumbs.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: 358 bytes
 

Contents

Class file image Download
<nav aria-label="breadcrumb"> <ol class="breadcrumb"> <{foreach item=itm from=$xoBreadcrumbs|default:null name=bcloop}> <{if !empty($itm.link)}> <li class="breadcrumb-item"><a href="<{$itm.link}>"><{$itm.title}></a></li> <{else}> <li class="breadcrumb-item active" aria-current="page"><{$itm.title}></li> <{/if}> <{/foreach}> </ol> </nav>