PHP Classes

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

Recommend this page to a friend!
  Classes 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:
Date: 7 years ago
Size: 445 bytes
 

Contents

Class file image Download
<div class="breadcrumbs"> <{foreach item=itm from=$xoBreadcrumbs name=bcloop}> <span class="item"> <{if $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"/>