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

24 lines
1.4 KiB
PHP
Executable File

<section class="card card-green">
<h3 class="card-header"><i class="fa fa-fw fa-feed"></i>&nbsp; Dernières publications</h3>
<div class="list-group list-group-flush" style="text-overflow: ellipsis;white-space: nowrap;overflow: hidden;">
<?php $plxShow->lastArtList('<a class="list-group-item list-group-item-action d-flex justify-content-between align-items-center sidebar-#art_status" href="#art_url" title="#art_title">#art_title</a>'); ?>
</div>
</section>
<section class="card card-secondary">
<h3 class="card-header"><i class="fa fa-fw fa-folder-open"></i>&nbsp; <?php $plxShow->lang('CATEGORIES'); ?></h3>
<div class="list-group list-group-flush">
<?php $plxShow->catList('','<a class="list-group-item list-group-item-action d-flex justify-content-between align-items-center sidebar-#cat_status" href="#cat_url" title="#cat_name"> #cat_name <span class="badge badge-primary badge-pill">#art_nb</span></a>'); ?>
</div>
</section>
<section class="card card-orange">
<h3 class="card-header"><i class="fa fa-fw fa-calendar"></i>&nbsp; <?php $plxShow->lang('ARCHIVE'); ?></h3>
<div class="list-group list-group-flush">
<?php $plxShow->archList('<a class="list-group-item list-group-item-action d-flex justify-content-between align-items-center sidebar-#archives_status" href="#archives_url" title="#archives_name"> #archives_name <span class="badge badge-orange badge-pill">#archives_nbart</span></a>'); ?>
</div>
</section>