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/categorie-full-width.php

36 lines
1.3 KiB
PHP
Executable File

<?php include(dirname(__FILE__).'/components/header.php'); ?>
<section id="mainsite" class="container">
<div class="row">
<div class="col-md-12">
<ol class="breadcrumb">
<li><a href="<?php $plxShow->racine() ?>"><?php $plxShow->lang('HOME'); ?></a></li>
<li><?php $plxShow->catName(); ?> ( <?php $plxShow->artFeed('rss',$plxShow->catId()); ?> )</li>
</ol>
<?php while($plxShow->plxMotor->plxRecord_arts->loop()): ?>
<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->artChapo(); ?></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 endwhile; ?>
<nav class="pagination text-center"><?php $plxShow->pagination(); ?></nav>
</div>
</div>
</section>
<?php include(dirname(__FILE__).'/components/footer.php'); ?>