@@ -37,8 +37,7 @@ |
||
37 | 37 | 'value' => $section['title'] |
38 | 38 | ] |
39 | 39 | ). |
40 | - ($Config->core['simple_admin_mode'] ? false : |
|
41 | - h::{'label info'}('section_path'). |
|
40 | + ($Config->core['simple_admin_mode'] ? false : h::{'label info'}('section_path'). |
|
42 | 41 | h::{'input[is=cs-input-text][name=path]'}( |
43 | 42 | [ |
44 | 43 | 'value' => $section['path'] |
@@ -33,8 +33,7 @@ |
||
33 | 33 | ). |
34 | 34 | h::label($L->section_title). |
35 | 35 | h::{'input[is=cs-input-text][name=title]'}(). |
36 | - ($Config->core['simple_admin_mode'] ? false : |
|
37 | - h::{'label info'}('section_path'). |
|
36 | + ($Config->core['simple_admin_mode'] ? false : h::{'label info'}('section_path'). |
|
38 | 37 | h::{'input[is=cs-input-text][name=path]'}() |
39 | 38 | ). |
40 | 39 | h::p( |