PHP Classes

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

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xbootstrap5/modules/publisher/publisher_header.tpl   Download  
File: htdocs/themes/xbootstrap5/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: 1 month ago
Size: 545 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 || $categoryPath}> <ol class="breadcrumb"> <{if isset($module_home)}> <li><{$module_home}></li> <{/if}> <{$categoryPath|default:''}> </ol> <{/if}> <{/if}> <{if $title_and_welcome|default:0 && $lang_mainintro|default:'' != ''}> <div class="card"> <{$lang_mainintro}> </div> <{/if}>