Commit 50ea42c8 authored by Charles Bourdot's avatar Charles Bourdot
Browse files

màj templates

parent 7af5db96
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -17,8 +17,10 @@
            let lang = "{$currentLocale}"
        </script>
        <script src="{$assetsPath}javascript/xml_2_html.js"></script>
        <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
    	<script id="MathJax-script" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github-dark.min.css">
        <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
        <script>hljs.highlightAll();</script>
        {$dcMetas}
    </head>
    <body>
+7 −6
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/headerHead.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,8 +53,8 @@
					</div>
				</div>

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

    {if $section}
    {include file="frontend/components/breadcrumbs_article.tpl" currentTitle=$section->getLocalizedTitle()}
@@ -71,8 +71,9 @@
    </script>
    <script src="{$assetsPath}javascript/xml_2_html.js">
    </script>
    <script src="https://polyfill.io/v3/polyfill.min.js?features=es6">
    </script>
	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github-dark.min.css">
    <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
    <script>hljs.highlightAll();</script>
    <script id="MathJax-script" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
    </script>