28 lines
1.2 KiB
PHP
Executable file
28 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> <?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> <?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'); ?>
|