mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 19:26:08 +05:30
Update htmly.php
This commit is contained in:
parent
fda3af37f4
commit
22b6210caf
1 changed files with 4 additions and 4 deletions
|
|
@ -3098,7 +3098,7 @@ get('/admin/field/post', function () {
|
||||||
'type' => 'is_admin-content',
|
'type' => 'is_admin-content',
|
||||||
'is_admin' => true,
|
'is_admin' => true,
|
||||||
'bodyclass' => 'admin-content',
|
'bodyclass' => 'admin-content',
|
||||||
'breadcrumb' => '<a href="' . site_url() . '">' . config('breadcrumb.home') . '</a> » ' . i18n('post')
|
'breadcrumb' => '<a href="' . site_url() . '">' . config('breadcrumb.home') . '</a> » ' . '<a href="'. site_url() .'admin/field">' .i18n('custom_fields').'</a> » ' . i18n('post')
|
||||||
));
|
));
|
||||||
} else {
|
} else {
|
||||||
$login = site_url() . 'login';
|
$login = site_url() . 'login';
|
||||||
|
|
@ -3138,7 +3138,7 @@ get('/admin/field/page', function () {
|
||||||
'type' => 'is_admin-content',
|
'type' => 'is_admin-content',
|
||||||
'is_admin' => true,
|
'is_admin' => true,
|
||||||
'bodyclass' => 'admin-content',
|
'bodyclass' => 'admin-content',
|
||||||
'breadcrumb' => '<a href="' . site_url() . '">' . config('breadcrumb.home') . '</a> » ' . i18n('page')
|
'breadcrumb' => '<a href="' . site_url() . '">' . config('breadcrumb.home') . '</a> » ' . '<a href="'. site_url() .'admin/field">' .i18n('custom_fields').'</a> » ' .i18n('page')
|
||||||
));
|
));
|
||||||
} else {
|
} else {
|
||||||
$login = site_url() . 'login';
|
$login = site_url() . 'login';
|
||||||
|
|
@ -3177,7 +3177,7 @@ get('/admin/field/subpage', function () {
|
||||||
'type' => 'is_admin-content',
|
'type' => 'is_admin-content',
|
||||||
'is_admin' => true,
|
'is_admin' => true,
|
||||||
'bodyclass' => 'admin-content',
|
'bodyclass' => 'admin-content',
|
||||||
'breadcrumb' => '<a href="' . site_url() . '">' . config('breadcrumb.home') . '</a> » ' . i18n('subpage')
|
'breadcrumb' => '<a href="' . site_url() . '">' . config('breadcrumb.home') . '</a> » ' . '<a href="'. site_url() .'admin/field">' .i18n('custom_fields').'</a> » ' .i18n('subpage')
|
||||||
));
|
));
|
||||||
} else {
|
} else {
|
||||||
$login = site_url() . 'login';
|
$login = site_url() . 'login';
|
||||||
|
|
@ -3216,7 +3216,7 @@ get('/admin/field/profile', function () {
|
||||||
'type' => 'is_admin-content',
|
'type' => 'is_admin-content',
|
||||||
'is_admin' => true,
|
'is_admin' => true,
|
||||||
'bodyclass' => 'admin-content',
|
'bodyclass' => 'admin-content',
|
||||||
'breadcrumb' => '<a href="' . site_url() . '">' . config('breadcrumb.home') . '</a> » ' . i18n('profile')
|
'breadcrumb' => '<a href="' . site_url() . '">' . config('breadcrumb.home') . '</a> » ' . '<a href="'. site_url() .'admin/field">' .i18n('custom_fields').'</a> » ' .i18n('profile')
|
||||||
));
|
));
|
||||||
} else {
|
} else {
|
||||||
$login = site_url() . 'login';
|
$login = site_url() . 'login';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue