Silence is golden

This commit is contained in:
danpros 2021-03-05 10:28:00 +07:00
commit 2460e5c6c1
90 changed files with 90 additions and 2 deletions

View file

@ -1,3 +1,4 @@
<?php if (!defined('HTMLY')) die('HTMLy'); ?>
<?php if (isset($is_category)):?>
<header class="page-header"><h1 class="page-title"><?php echo i18n('Category');?>: <?php echo $category->title;?></h1><div class="taxonomy-description"><?php echo $category->body;?></div></header>
<?php endif;?>