mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 03:56:21 +05:30
Update string
This commit is contained in:
parent
2a20c538b2
commit
411979257b
5 changed files with 11 additions and 11 deletions
|
|
@ -3280,14 +3280,14 @@ get('/admin/themes', function () {
|
|||
if (login()) {
|
||||
config('views.root', 'system/admin/views');
|
||||
render('theme', array(
|
||||
'title' => generate_title('is_default', i18n('blog_theme')),
|
||||
'title' => generate_title('is_default', i18n('themes')),
|
||||
'description' => safe_html(strip_tags(blog_description())),
|
||||
'canonical' => site_url(),
|
||||
'metatags' => generate_meta(null, null),
|
||||
'type' => 'is_admin-content',
|
||||
'is_admin' => true,
|
||||
'bodyclass' => 'admin-content',
|
||||
'breadcrumb' => '<a href="' . site_url() . '">' . config('breadcrumb.home') . '</a> » ' . i18n('blog_theme')
|
||||
'breadcrumb' => '<a href="' . site_url() . '">' . config('breadcrumb.home') . '</a> » ' . i18n('themes')
|
||||
));
|
||||
} else {
|
||||
$login = site_url() . 'login';
|
||||
|
|
@ -3331,7 +3331,7 @@ get('/admin/themes/:theme', function ($theme) {
|
|||
'theme' => $theme,
|
||||
'is_admin' => true,
|
||||
'bodyclass' => 'admin-content',
|
||||
'breadcrumb' => '<a href="' . site_url() . '">' . config('breadcrumb.home') . '</a> » <a href="'. site_url() .'admin/themes">' . i18n('blog_theme') . '</a> » ' . $theme
|
||||
'breadcrumb' => '<a href="' . site_url() . '">' . config('breadcrumb.home') . '</a> » <a href="'. site_url() .'admin/themes">' . i18n('themes') . '</a> » ' . $theme
|
||||
));
|
||||
} else {
|
||||
$login = site_url() . 'login';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue