From d30618fe65db791a8f1bc3a8c237ee007ed83414 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Fri, 10 May 2019 22:48:04 +0200 Subject: [PATCH] =?UTF-8?q?[9.1.04]=20aper=C3=A7u=20header=20in=20progress?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/theme/view/header/header.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ]);