diff --git a/application/frontend/components/user/settings/profile.tpl b/application/frontend/components/user/settings/profile.tpl index 62f1fcb8..6bfb40f9 100644 --- a/application/frontend/components/user/settings/profile.tpl +++ b/application/frontend/components/user/settings/profile.tpl @@ -61,7 +61,7 @@ {component 'field' template='date' name = 'profile_birthday' inputClasses = 'js-field-date-default' - value = ($user->getProfileBirthday()) ? {date_format date=$user->getProfileBirthday() format='d.m.Y'} : '' + value = ($user->getProfileBirthday()) ? {date_format date=$user->getProfileBirthday() format='d.m.Y' notz=true} : '' label = {lang name='user.settings.profile.fields.birthday.label'}} diff --git a/application/frontend/skin/synio/components/user/settings/profile.tpl b/application/frontend/skin/synio/components/user/settings/profile.tpl index a4ef995d..f4938bef 100644 --- a/application/frontend/skin/synio/components/user/settings/profile.tpl +++ b/application/frontend/skin/synio/components/user/settings/profile.tpl @@ -61,7 +61,7 @@ mods = 'horizontal' name = 'profile_birthday' inputClasses = 'js-field-date-default' - value = ($user->getProfileBirthday()) ? {date_format date=$user->getProfileBirthday() format='d.m.Y'} : '' + value = ($user->getProfileBirthday()) ? {date_format date=$user->getProfileBirthday() format='d.m.Y' notz=true} : '' label = {lang name='user.settings.profile.fields.birthday.label'}} diff --git a/framework b/framework index a6222bfe..0f574688 160000 --- a/framework +++ b/framework @@ -1 +1 @@ -Subproject commit a6222bfe5427b6f4a5caefc8122ba0cfaed10814 +Subproject commit 0f5746885ab4a994bbd7b81fd66ccac556059823