This repository has been archived on 2022-11-21. You can view files and clone it, but cannot push or open issues or pull requests.
pluxml-theme-kazhnuz-space/article-full-width.php

32 lines
1.1 KiB
PHP
Executable File

<?php include(dirname(__FILE__).'/header.php'); ?>
<section id="mainsite" class="container">
<div class="row">
<div class="col-md-12">
<article class="panel panel-primary">
<div class="panel-body">
<h1><?php $plxShow->artTitle('link'); ?></h1>
<div class="time"><?php $plxShow->lang('WRITTEN_BY'); ?> <?php $plxShow->artAuthor() ?> - <time datetime="<?php $plxShow->artDate('#num_year(4)-#num_month-#num_day'); ?>"><?php $plxShow->artDate('#num_day #month #num_year(4)'); ?></time></div>
<section><?php $plxShow->artContent(); ?></section>
<div class="meta-article"><?php $plxShow->artNbCom(); ?> - <?php $plxShow->lang('CLASSIFIED_IN') ?> : <?php $plxShow->artCat() ?> - <?php $plxShow->lang('TAGS') ?> : <?php $plxShow->artTags() ?></div>
</div>
</article>
<?php $plxShow->artAuthorInfos('<article class="panel panel-primary"><div class="panel-body author-infos">#art_authorinfos</div></article>'); ?>
<?php include(dirname(__FILE__).'/commentaires.php'); ?>
</div>
</div>
</section>
<?php include(dirname(__FILE__).'/footer.php'); ?>