mirror of
https://github.com/jlengrand/pluxml_theme_darkFuture.git
synced 2026-03-10 08:41:20 +00:00
21 lines
816 B
PHP
21 lines
816 B
PHP
<?php include(dirname(__FILE__).'/header.php'); ?>
|
|
|
|
<div id="section">
|
|
|
|
<div id="article">
|
|
|
|
<h2><?php $plxShow->artTitle(''); ?></h2>
|
|
<p class="art-topinfos"><?php $plxShow->lang('WRITTEN_BY') ?> <?php $plxShow->artAuthor() ?> le <?php $plxShow->artDate('#num_day #month #num_year(4)'); ?></p>
|
|
<div class="art-chapo"><?php $plxShow->artContent(); ?></div>
|
|
<p class="art-infos"><?php $plxShow->lang('CLASSIFIED_IN') ?> : <?php $plxShow->artCat(); ?> - <?php $plxShow->lang('TAGS') ?> : <?php $plxShow->artTags(); ?></p>
|
|
<div class="author-infos"><?php $plxShow->artAuthorInfos('#art_authorinfos'); ?></div>
|
|
<?php include(dirname(__FILE__).'/commentaires.php'); ?>
|
|
</div>
|
|
|
|
<?php include(dirname(__FILE__).'/sidebar.php'); ?>
|
|
|
|
</div>
|
|
|
|
<?php include(dirname(__FILE__).'/footer.php'); ?>
|
|
|