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/components/preview-blog.php

7 lines
392 B
PHP

<div class="card card-primary">
<div class="card-header"><h1><?php $plxShow->artTitle(); ?></h1></div>
<?php $plxShow->artChapo('', false); ?>
<div class="align-right"><time><small>Le <?php $plxShow->artDate('#num_day #month #num_year(4)'); ?></small></time></div>
<p class="align-center"> <a href="<?php $plxShow->artUrl(); ?>" class="btn btn-primary">Lire l'article</a> </p>
</div>