Commit 6258ce40 authored by Charles Bourdot's avatar Charles Bourdot
Browse files

fix

parent 081e2c5e
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -20,9 +20,9 @@
* @hook Templates::Article::Footer::PageFooter []
*}

<!-- {include file="frontend/components/header.tpl" pageTitleTranslated=$article->getCurrentPublication()->getLocalizedFullTitle(null, 'html')|strip_unsafe_html} 
{include file="frontend/components/header.tpl" pageTitleTranslated=$article->getCurrentPublication()->getLocalizedFullTitle(null, 'html')|strip_unsafe_html} 

<header class="pkp_structure_head" id="headerNavigationContainer" role="banner">
<!-- <header class="pkp_structure_head" id="headerNavigationContainer" role="banner">
			<div class="pkp_head_wrapper">

				<div class="pkp_site_name_wrapper">
@@ -53,14 +53,14 @@
					</div>
				</div>

			</div><!-- .pkp_head_wrapper -->
			</div>
		</header> 

    {if $section}
    {include file="frontend/components/breadcrumbs_article.tpl" currentTitle=$section->getLocalizedTitle()}
    {else}
    {include file="frontend/components/breadcrumbs_article.tpl" currentTitleKey="common.publication"}
    {/if}
    {/if}-->

<div class="page page_article">
    {if $metadataSource == 'pkp'}