PHP Classes

File: htdocs/modules/profile/templates/profile_breadcrumbs.tpl

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/modules/profile/templates/profile_breadcrumbs.tpl   Download  
File: htdocs/modules/profile/templates/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: Merge pull request #1388 from mambax7/feature/array_merge_resources_greedy_construction

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

Template fixes user and profile for php8
Merge xswatch4
Date: 2 months ago
Size: 466 bytes
 

Contents

Class file image Download
<div class="breadcrumbs"> <{foreach item=itm from=$xoBreadcrumbs|default:null name=bcloop}> <span class="item"> <{if !empty($itm.link)}> <a href="<{$itm.link}>" title="<{$itm.title}>"><{$itm.title}></a> <{else}> <{$itm.title}> <{/if}> </span> <{if !$smarty.foreach.bcloop.last}> <span class="delimiter">&raquo;</span> <{/if}> <{/foreach}> </div> <br class="clear"/>