mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 11:36:20 +05:30
Update string
This commit is contained in:
parent
2a20c538b2
commit
411979257b
5 changed files with 11 additions and 11 deletions
|
|
@ -1650,7 +1650,7 @@ EOF;
|
|||
}
|
||||
if ($role === 'admin') {
|
||||
$toolbar .= '<li class="tb-config"><a href="' . $base . 'admin/config">' . i18n('Config') . '</a></li>';
|
||||
$toolbar .= '<li class="tb-config"><a href="' . $base . 'admin/themes">' . i18n('blog_theme') . '</a></li>';
|
||||
$toolbar .= '<li class="tb-config"><a href="' . $base . 'admin/themes">' . i18n('themes') . '</a></li>';
|
||||
$toolbar .= '<li class="tb-backup"><a href="' . $base . 'admin/backup">' . i18n('Backup') . '</a></li>';
|
||||
$toolbar .= '<li class="tb-update"><a href="' . $base . 'admin/update">' . i18n('Update') . '</a></li>';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue