One Hat Cyber Team
Your IP :
216.73.216.135
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
vo
/
umj
/
theme
/
umzh
/
templates
/
frontend
/
pages
/
View File Name :
article.tpl
{** * templates/frontend/pages/article.tpl * * Copyright (c) 2014-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * @brief Display the page to view an article with all of it's details. * * @uses $article Article This article * @uses $issue Issue The issue this article is assigned to * @uses $section Section The journal section this article is assigned to * @uses $journal Journal The journal currently being viewed. * @uses $primaryGalleys array List of article galleys that are not supplementary or dependent * @uses $supplementaryGalleys array List of article galleys that are supplementary *} {include file="frontend/components/header.tpl" pageTitleTranslated=$article->getLocalizedTitle()|escape} <div class="page page_article"> {if $section} {include file="frontend/components/breadcrumbs_article.tpl" currentTitle=$section->getLocalizedTitle()} {else} {include file="frontend/components/breadcrumbs_article.tpl" currentTitleKey="article.article"} {/if} {* Show article overview *} {include file="frontend/objects/article_details.tpl"} {call_hook name="Templates::Article::Footer::PageFooter"} </div><!-- .page --> {include file="frontend/components/footer.tpl"}