mambax7/publisher

View on GitHub
templates_bootstrap/bootstrap3/publisher/publisher_header.tpl

Summary

Maintainability
Test Coverage
<{if $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 $module_home|default:false}>
                <li><{$module_home}></li>
            <{/if}>
            <{$categoryPath}>
        </ol>
    <{/if}>
<{/if}>

<{if $title_and_welcome && $lang_mainintro|default:'' != ''}>
    <div class="well">
        <{$lang_mainintro}>
    </div>
<{/if}>