1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
| <?php include(dirname(__FILE__).'/header.php'); ?>
<div id="section">
<ul id="nav">
<?php $plxShow->staticList($plxShow->getLang(''),'<li id="#static_id"><a href="#static_url" class="#static_status" title="#static_name">#static_name</a></li>'); ?>
<?php $plxShow->pageBlog('<li id="#page_id"><a class="#page_status" href="#page_url" title="#page_name">#page_name</a></li>'); ?>
</ul>
<div id="face">
<a class="facebook" href="http://www.facebook.com/dannaprod" target="_blank"><img alt="facebook_dannaprod" width="40px" height="40px" src="http://plenitude-beaute06.com/dannaprod/themes/defaut/img/facebook1.png"
style="-webkit-transition: all 0.9s ease-in-out;
-webkit-transition-duration: 0.8s;
-moz-transition: all 0.9s ease-in-out;
-moz-transition-duration: 0.8s;
-o-transition: all 0.9s ease-in-out;
-o-transition-duration: 0.8s;
-ms-transition: all 0.9s ease-in-out;
-ms-transition-duration: 0.8s;
-khtml-transition: all 0.9s ease-in-out;
-khtml-transition-duration: 0.8s;"></a></div>
<?php include(dirname(__FILE__).'/sidebar.php'); ?>
<div id="article">
<div id="section-white2">
<h1><?php echo($plxShow->plxMotor->aCats[$plxShow->plxMotor->cible]['name']) ?></h1>
<?php while($plxShow->plxMotor->plxRecord_arts->loop()): ?>
<h3><?php $plxShow->artTitle('link'); ?></h3>
<p class="art-topinfos"><?php $plxShow->lang('WRITTEN_BY') ?> <?php $plxShow->artAuthor() ?> - <?php $plxShow->artDate('#num_day #month #num_year(4)'); ?></p>
<div class="art-chapo"><?php $plxShow->artChapo(); ?></div>
<p class="art-infos"><?php $plxShow->lang('CLASSIFIED_IN') ?> : <?php $plxShow->artCat(); ?> - <?php $plxShow->artNbCom(); ?></p>
<?php endwhile; ?>
<p id="pagination"><?php $plxShow->pagination(); ?></p>
</div>
</div>
<?php include(dirname(__FILE__).'/footer.php'); ?>
</div> |