Browse Source

Update htmly.php

pull/674/head
danpros 1 year ago
parent
commit
125f1a0499
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      system/htmly.php

+ 1
- 1
system/htmly.php View File

@ -443,7 +443,7 @@ get('/add/content', function () {
'type' => $type, 'type' => $type,
'is_admin' => true, 'is_admin' => true,
'bodyclass' => 'add-content', 'bodyclass' => 'add-content',
'breadcrumb' => '<a href="' . site_url() . '">' . config('breadcrumb.home') . '</a> &#187;' . i18n('Add_new_post')
'breadcrumb' => '<a href="' . site_url() . '">' . config('breadcrumb.home') . '</a> &#187; ' . i18n('Add_new_post')
)); ));
} else { } else {
$login = site_url() . 'login'; $login = site_url() . 'login';


Loading…
Cancel
Save