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/archives.php

29 lines
1.2 KiB
PHP
Executable File

<?php include(dirname(__FILE__).'/components/header.php'); ?>
<section id="mainsite" class="container">
<div class="row">
<div class="col-md-3">
<aside class="card card-info">
<div class="card-header"><i class="fa fa-fw fa-feed"></i>&nbsp; <?php echo plxDate::formatDate($plxShow->plxMotor->cible, $plxShow->lang('ARCHIVES').' #month #num_year(4)') ?></div>
<div class="card-body"><p>Toutes les créations réalisés durant la période <?php echo plxDate::formatDate($plxShow->plxMotor->cible,'#num_year(4)') ?> </p></div>
</aside>
<?php include(dirname(__FILE__).'/components/sidebar.php'); ?>
</div>
<div class="col-md-9">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="<?php $plxShow->racine() ?>"><i class="fa fa-fw fa-home"></i>&nbsp;<?php $plxShow->lang('HOME'); ?></a></li>
<li class="breadcrumb-item active"><?php echo plxDate::formatDate($plxShow->plxMotor->cible, $plxShow->lang('ARCHIVES').' #month #num_year(4)') ?></li>
</ol>
<?php include(dirname(__FILE__).'/components/gallery.php'); ?>
<nav class="pagination align-center"><?php $plxShow->pagination(); ?></nav>
</div>
</div>
</section>
<?php include(dirname(__FILE__).'/components/footer.php'); ?>