@@ -173,8 +173,7 @@ discard block |
||
173 | 173 | ). |
174 | 174 | h::label($L->section_title). |
175 | 175 | h::{'input[is=cs-input-text][name=title]'}(). |
176 | - ($Config->core['simple_admin_mode'] ? false : |
|
177 | - h::{'label info'}('blogs_section_path'). |
|
176 | + ($Config->core['simple_admin_mode'] ? false : h::{'label info'}('blogs_section_path'). |
|
178 | 177 | h::{'input[is=cs-input-text][name=path]'}() |
179 | 178 | ). |
180 | 179 | h::p( |
@@ -284,8 +283,7 @@ discard block |
||
284 | 283 | 'value' => $section['title'] |
285 | 284 | ] |
286 | 285 | ). |
287 | - ($Config->core['simple_admin_mode'] ? false : |
|
288 | - h::{'label info'}('blogs_section_path'). |
|
286 | + ($Config->core['simple_admin_mode'] ? false : h::{'label info'}('blogs_section_path'). |
|
289 | 287 | h::{'input[is=cs-input-text][name=path]'}( |
290 | 288 | [ |
291 | 289 | 'value' => $section['path'] |