1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-09 20:38:21 +03:00

fix template

This commit is contained in:
Mzhelskiy Maxim 2010-06-05 09:42:19 +00:00
parent 9092cdaf1d
commit d6374cb677

View file

@ -12,8 +12,8 @@
<label for="settings_notice_reply_comment"><input {if $oUserCurrent->getSettingsNoticeReplyComment()}checked{/if} type="checkbox" id="settings_notice_reply_comment" name="settings_notice_reply_comment" value="1" class="checkbox" /> &mdash; {$aLang.settings_tuning_notice_reply_comment}</label><br />
<label for="settings_notice_new_friend"><input {if $oUserCurrent->getSettingsNoticeNewFriend()}checked{/if} type="checkbox" id="settings_notice_new_friend" name="settings_notice_new_friend" value="1" class="checkbox" /> &mdash; {$aLang.settings_tuning_notice_new_friend}</label>
</p>
<p><input type="submit" name="submit_settings_tuning" value="{$aLang.settings_tuning_submit}" /></p>
{hook run='form_settings_tuning_end'}
<p><input type="submit" name="submit_settings_tuning" value="{$aLang.settings_tuning_submit}" /></p>
</form>
{include file='footer.tpl'}