mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 19:26:08 +05:30
Update theme
This commit is contained in:
parent
411979257b
commit
6c5a2f8b42
12 changed files with 67 additions and 10 deletions
|
|
@ -58,7 +58,7 @@
|
|||
</aside>
|
||||
<?php endif;?>
|
||||
|
||||
<?php if (config('views.counter') === 'true') :?>
|
||||
<?php if (theme_config('popular_posts')) :?>
|
||||
<aside class="widget widget_meta">
|
||||
<h2 class="widget-title"><?php echo i18n("Popular_posts");?></h2>
|
||||
<?php echo popular_posts() ?>
|
||||
|
|
|
|||
|
|
@ -12,6 +12,13 @@
|
|||
"value": "",
|
||||
"info": "Enable Recent Posts widget"
|
||||
},
|
||||
{
|
||||
"type": "checkbox",
|
||||
"name": "popular_posts",
|
||||
"label": "Popular Posts",
|
||||
"value": "",
|
||||
"info": "Enable Popular Posts widget. The views counter need to be enabled first."
|
||||
},
|
||||
{
|
||||
"type": "checkbox",
|
||||
"name": "archive",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue