mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 03:26:20 +05:30
added language support - updated keys (pt_BR and en_US completed - others langs was added keys in english version needed translation
This commit is contained in:
parent
c08e4d51ca
commit
cb53e6c087
40 changed files with 1007 additions and 198 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?php if (!defined('HTMLY')) die('HTMLy'); ?>
|
||||
<?php echo '<h2>' . i18n('Your_recent_posts') . '</h2>';?>
|
||||
<br>
|
||||
<a class="btn btn-primary right" href="<?php echo site_url();?>admin/content">Add new post</a>
|
||||
<a class="btn btn-primary right" href="<?php echo site_url();?>admin/content"><?php echo i18n('Add_content');?></a>
|
||||
<br><br>
|
||||
<?php get_user_posts();?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue