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/article-content.php

15 lines
689 B
PHP
Raw Normal View History

2020-01-12 13:00:29 +01:00
<article class="card card-primary">
<div class="card-header"><?php $plxShow->artTitle(); ?></div>
<div class="card-body">
<p class="align-right"><strong>Post&eacute; le :</strong> <time datetime="<?php $plxShow->artDate('#num_year(4)-#num_month-#num_day'); ?>"><?php $plxShow->artDate('#num_day #month #num_year(4)'); ?></time></p>
<?php $plxShow->artContent(false); ?>
<p><strong><?php $plxShow->lang('CLASSIFIED_IN') ?> :</strong> <?php $plxShow->artCat() ?></p>
<p><strong><?php $plxShow->lang('TAGS') ?> :</strong> <?php $plxShow->artTags() ?></p>
</div>
</article>
2020-01-12 13:00:29 +01:00
<div class="align-right social-network"><?php eval($plxShow->callHook('share_me')); ?></div>