PHP Classes

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

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

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

updates
add PHP8 defaults in templates
Merge xswatch4
Date: 2 months ago
Size: 536 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 !empty($title_and_welcome) && !empty($lang_mainintro)}> <div class="well"> <{$lang_mainintro}> </div> <{/if}>