mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 21:16:23 +05:30
Translation
This commit is contained in:
parent
c4b4c89bd9
commit
b83062918d
25 changed files with 86 additions and 5 deletions
|
|
@ -3028,7 +3028,7 @@ EOF;
|
|||
}
|
||||
}
|
||||
echo '<li class="tb-mine"><a href="' . $base . 'admin/pages">' . i18n('Pages') . '</a></li>';
|
||||
echo '<li class="tb-draft"><a href="' . $base . 'admin/scheduled">' . 'Scheduled' . '</a></li>';
|
||||
echo '<li class="tb-draft"><a href="' . $base . 'admin/scheduled">' . i18n('Scheduled') . '</a></li>';
|
||||
echo '<li class="tb-draft"><a href="' . $base . 'admin/draft">' . i18n('Draft') . '</a></li>';
|
||||
if ($role === 'admin') {
|
||||
echo '<li class="tb-categories"><a href="' . $base . 'admin/categories">' . i18n('Categories') . '</a></li>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue