31 lines
1.1 KiB
PHP
Executable file
31 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'); ?>
|