diff --git a/application/frontend/components/talk/add.tpl b/application/frontend/components/talk/add.tpl index 4777cb94..a7b853ad 100644 --- a/application/frontend/components/talk/add.tpl +++ b/application/frontend/components/talk/add.tpl @@ -29,7 +29,7 @@ {* Текст сообщения *} {component 'editor' sSet = 'light' - sMediaTargetType = 'talk' + mediaTargetType = 'talk' id = 'talk_text' name = 'talk_text' rules = [ 'required' => true, 'length' => '[2,3000]' ] diff --git a/application/frontend/components/user/info.tpl b/application/frontend/components/user/info.tpl index 8218071a..8b22e764 100644 --- a/application/frontend/components/user/info.tpl +++ b/application/frontend/components/user/info.tpl @@ -60,11 +60,11 @@ {capture 'info_private_geo'} {if $geoTarget->getCountryId()} - {$user->getProfileCountry()|escape}{if $geoTarget->getCityId()},{/if} + {$user->getProfileCountry()|escape}{if $geoTarget->getCityId()},{/if} {/if} {if $geoTarget->getCityId()} - {$user->getProfileCity()|escape} + {$user->getProfileCity()|escape} {/if} {/capture} diff --git a/application/frontend/skin/synio/components/user/info.tpl b/application/frontend/skin/synio/components/user/info.tpl index 9c9bed50..5b29205d 100644 --- a/application/frontend/skin/synio/components/user/info.tpl +++ b/application/frontend/skin/synio/components/user/info.tpl @@ -68,11 +68,11 @@ {capture 'info_private_geo'} {if $geoTarget->getCountryId()} - {$user->getProfileCountry()|escape}{if $geoTarget->getCityId()},{/if} + {$user->getProfileCountry()|escape}{if $geoTarget->getCityId()},{/if} {/if} {if $geoTarget->getCityId()} - {$user->getProfileCity()|escape} + {$user->getProfileCity()|escape} {/if} {/capture}