Files
pluxml_theme_darkFuture/article.php
2011-10-25 13:48:54 +02:00

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'); ?>