mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 11:36:20 +05:30
Composer update
This commit is contained in:
parent
0fc0d127da
commit
e5265527db
157 changed files with 9808 additions and 1594 deletions
|
|
@ -33,7 +33,7 @@
|
|||
<div class="social"><?php echo social() ?></div>
|
||||
<div class="menu"><?php echo menu() ?></div>
|
||||
<div class="recent"><h3><?php echo i18n('Recent_posts');?></h3><?php echo recent_posts() ?></div>
|
||||
<div class="archive"><h3><?php echo i18n('Archive');?></h3><?php echo archive_list() ?></div>
|
||||
<div class="archive"><h3><?php echo i18n('Archives');?></h3><?php echo archive_list() ?></div>
|
||||
<div class="category-list"><h3><?php echo i18n('Category');?></h3><?php echo category_list() ?></div>
|
||||
<div class="tagcloud"><h3>Tags</h3><?php echo tag_cloud() ?></div>
|
||||
<div class="copyright"><?php echo copyright() ?></div>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<header class="page-header"><h1 class="page-title">Tag: <?php echo $tag->title;?></h1></header>
|
||||
<?php endif;?>
|
||||
<?php if (isset($is_archive)):?>
|
||||
<header class="page-header"><h1 class="page-title"><?php echo i18n('Archive');?>: <?php echo $archive->title;?></h1></header>
|
||||
<header class="page-header"><h1 class="page-title"><?php echo i18n('Archives');?>: <?php echo $archive->title;?></h1></header>
|
||||
<?php endif;?>
|
||||
<?php if (isset($is_search)):?>
|
||||
<header class="page-header"><h1 class="page-title"><?php echo i18n('Search');?>: <?php echo $search->title;?></h1></header>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue