PHP Classes

File: htdocs/themes/xswatch4/modules/publisher/publisher_header.tpl

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

Contents

Class file image Download
<{if isset($publisher_display_breadcrumb)}> <!-- Do not display breadcrumb if you are on indexpage, or you do not want to display the module name --> <{if $module_home or $categoryPath}> <ol class="breadcrumb"> <{if isset($module_home)}> <li class="breadcrumb-item<{if empty($categoryPath)}> active<{/if}>"><{$module_home}></li> <{/if}> <{if !empty($categoryPath)}> <{if !$categoryPath|strstr:'<li>'}> <{assign var=categoryPath value="<li>$categoryPath</li>"}> <{/if}> <{$categoryPath|replace:'<li>':'<li class="breadcrumb-item">'}> <{/if}> </ol> <{/if}> <{/if}> <{if !empty($title_and_welcome) && !empty($lang_mainintro)}> <div class="well"> <{$lang_mainintro}> </div> <{/if}>