@@ -30,8 +30,7 @@ |
||
30 | 30 | 'value' => $gallery['title'] |
31 | 31 | ] |
32 | 32 | ). |
33 | - ($Config->core['simple_admin_mode'] ? '' : |
|
34 | - h::label(h::info('photo_gallery_gallery_path')). |
|
33 | + ($Config->core['simple_admin_mode'] ? '' : h::label(h::info('photo_gallery_gallery_path')). |
|
35 | 34 | h::{'input[is=cs-input-text][name=edit[path]]'}( |
36 | 35 | [ |
37 | 36 | 'value' => $gallery['path'] |
@@ -25,8 +25,7 @@ |
||
25 | 25 | ). |
26 | 26 | h::label($L->gallery_title). |
27 | 27 | h::{'input[is=cs-input-text][name=add[title]]'}(). |
28 | - ($Config->core['simple_admin_mode'] ? '' : |
|
29 | - h::label(h::info('photo_gallery_gallery_path')). |
|
28 | + ($Config->core['simple_admin_mode'] ? '' : h::label(h::info('photo_gallery_gallery_path')). |
|
30 | 29 | h::{'input[is=cs-input-text][name=add[path]]'}() |
31 | 30 | ). |
32 | 31 | h::label($L->gallery_description). |