diff --git a/core/module/theme/view/header/header.php b/core/module/theme/view/header/header.php index 601d0e56..1dcf7720 100755 --- a/core/module/theme/view/header/header.php +++ b/core/module/theme/view/header/header.php @@ -41,11 +41,11 @@

Image

getData(['theme','header','image'])); - echo template::hidden('themeHeaderImageWidth', [ + echo template::text('themeHeaderImageWidth', [ 'value' => $sizes [0], 'noDirty' => true ]); - echo template::hidden('themeHeaderImageHeight', [ + echo template::text('themeHeaderImageHeight', [ 'value' => $sizes [1], 'noDirty' => true ]);