diff --git a/templates/skin/developer/notify/russian/notify.blog_invite_new.tpl b/templates/skin/developer/notify/russian/notify.blog_invite_new.tpl new file mode 100644 index 00000000..6030f276 --- /dev/null +++ b/templates/skin/developer/notify/russian/notify.blog_invite_new.tpl @@ -0,0 +1,5 @@ +Пользователь «{$oUserFrom->getLogin()}» приглашает вас вступить в блог "{$oBlog->getTitle()}". +

+Посмотреть приглашение (Не забудьте предварительно авторизоваться!) +
+С уважением, администрация сайта {cfg name='view.name'} \ No newline at end of file diff --git a/templates/skin/developer/notify/russian/notify.comment_new.tpl b/templates/skin/developer/notify/russian/notify.comment_new.tpl index 5d96d235..b1494e3a 100644 --- a/templates/skin/developer/notify/russian/notify.comment_new.tpl +++ b/templates/skin/developer/notify/russian/notify.comment_new.tpl @@ -1,6 +1,6 @@ Получен новый комментарий к вашему топику «{$oTopic->getTitle()|escape:'html'}», прочитать его можно перейдя по этой ссылке
-{if $SYS_MAIL_INCLUDE_COMMENT_TEXT} +{if $oConfig->GetValue('sys.mail.include_comment')} Текст сообщения: {$oComment->getText()} {/if}

-С уважением, администрация сайта {$SITE_NAME} \ No newline at end of file +С уважением, администрация сайта {cfg name='view.name'} \ No newline at end of file diff --git a/templates/skin/developer/notify/russian/notify.comment_reply.tpl b/templates/skin/developer/notify/russian/notify.comment_reply.tpl index d05e8821..dc7ffda8 100644 --- a/templates/skin/developer/notify/russian/notify.comment_reply.tpl +++ b/templates/skin/developer/notify/russian/notify.comment_reply.tpl @@ -1,6 +1,6 @@ Получен ответ на ваш комментарий в топике «{$oTopic->getTitle()|escape:'html'}», прочитать его можно перейдя по этой ссылке
-{if $SYS_MAIL_INCLUDE_COMMENT_TEXT} +{if $oConfig->GetValue('sys.mail.include_comment')} Текст сообщения: {$oComment->getText()} {/if}

-С уважением, администрация сайта {$SITE_NAME} \ No newline at end of file +С уважением, администрация сайта {cfg name='view.name'} \ No newline at end of file diff --git a/templates/skin/developer/notify/russian/notify.invite.tpl b/templates/skin/developer/notify/russian/notify.invite.tpl index b17b4052..f3d3860f 100644 --- a/templates/skin/developer/notify/russian/notify.invite.tpl +++ b/templates/skin/developer/notify/russian/notify.invite.tpl @@ -1,6 +1,6 @@ -Пользователь {$oUserFrom->getLogin()} пригласил вас зарегистрироваться на сайте {$SITE_NAME}
+Пользователь {$oUserFrom->getLogin()} пригласил вас зарегистрироваться на сайте {cfg name='view.name'}
Код приглашения: {$oInvite->getCode()}
-Для регистрации вам будет необходимо ввести код приглашения на странице входа +Для регистрации вам будет необходимо ввести код приглашения на странице входа

-С уважением, администрация сайта {$SITE_NAME} +С уважением, администрация сайта {cfg name='view.name'} \ No newline at end of file diff --git a/templates/skin/developer/notify/russian/notify.registration.tpl b/templates/skin/developer/notify/russian/notify.registration.tpl index 4b6c3269..4d33dfd7 100644 --- a/templates/skin/developer/notify/russian/notify.registration.tpl +++ b/templates/skin/developer/notify/russian/notify.registration.tpl @@ -1,6 +1,6 @@ -Вы зарегистрировались на сайте {$SITE_NAME}
+Вы зарегистрировались на сайте {cfg name='view.name'}
Ваши регистрационные данные:
   логин: {$oUser->getLogin()}
   пароль: {$sPassword}


-С уважением, администрация сайта {$SITE_NAME} \ No newline at end of file +С уважением, администрация сайта {cfg name='view.name'} \ No newline at end of file diff --git a/templates/skin/developer/notify/russian/notify.registration_activate.tpl b/templates/skin/developer/notify/russian/notify.registration_activate.tpl index bb4b2097..86f145f8 100644 --- a/templates/skin/developer/notify/russian/notify.registration_activate.tpl +++ b/templates/skin/developer/notify/russian/notify.registration_activate.tpl @@ -1,10 +1,10 @@ -Вы зарегистрировались на сайте {$SITE_NAME}
+Вы зарегистрировались на сайте {cfg name='view.name'}
Ваши регистрационные данные:
   логин: {$oUser->getLogin()}
   пароль: {$sPassword}

Для завершения регистрации вам необходимо активировать аккаунт пройдя по ссылке: -{$DIR_WEB_ROOT}/registration/activate/{$oUser->getActivateKey()}/ +{cfg name='path.root.web'}/registration/activate/{$oUser->getActivateKey()}/

-С уважением, администрация сайта {$SITE_NAME} \ No newline at end of file +С уважением, администрация сайта {cfg name='view.name'} \ No newline at end of file diff --git a/templates/skin/developer/notify/russian/notify.reminder_code.tpl b/templates/skin/developer/notify/russian/notify.reminder_code.tpl index 07219e5f..fc4299c6 100644 --- a/templates/skin/developer/notify/russian/notify.reminder_code.tpl +++ b/templates/skin/developer/notify/russian/notify.reminder_code.tpl @@ -1,5 +1,5 @@ -Если вы хотите сменить себе пароль на сайте {$SITE_NAME}, то перейдите по ссылке ниже: -{$DIR_WEB_ROOT}/login/reminder/{$oReminder->getCode()}/ +Если вы хотите сменить себе пароль на сайте {cfg name='view.name'}, то перейдите по ссылке ниже: +{router page='login'}reminder/{$oReminder->getCode()}/

-С уважением, администрация сайта {$SITE_NAME} \ No newline at end of file +С уважением, администрация сайта {cfg name='view.name'} \ No newline at end of file diff --git a/templates/skin/developer/notify/russian/notify.reminder_password.tpl b/templates/skin/developer/notify/russian/notify.reminder_password.tpl index ec9f08ff..6976a333 100644 --- a/templates/skin/developer/notify/russian/notify.reminder_password.tpl +++ b/templates/skin/developer/notify/russian/notify.reminder_password.tpl @@ -1,4 +1,4 @@ Вам присвоен новый пароль: {$sNewPassword}

-С уважением, администрация сайта {$SITE_NAME} \ No newline at end of file +С уважением, администрация сайта {cfg name='view.name'} \ No newline at end of file diff --git a/templates/skin/developer/notify/russian/notify.talk_comment_new.tpl b/templates/skin/developer/notify/russian/notify.talk_comment_new.tpl index 7b454634..ff29abcc 100644 --- a/templates/skin/developer/notify/russian/notify.talk_comment_new.tpl +++ b/templates/skin/developer/notify/russian/notify.talk_comment_new.tpl @@ -1,7 +1,7 @@ -Получен новый комментарий на письмо «{$oTalk->getTitle()|escape:'html'}», прочитать его можно перейдя по этой ссылке
-{if $SYS_MAIL_INCLUDE_TALK_TEXT} +Получен новый комментарий на письмо «{$oTalk->getTitle()|escape:'html'}», прочитать его можно перейдя по этой ссылке
+{if $oConfig->GetValue('sys.mail.include_talk')} Текст сообщения: {$oTalkComment->getText()}
{/if} Не забудьте предварительно авторизоваться!

-С уважением, администрация сайта {$SITE_NAME} \ No newline at end of file +С уважением, администрация сайта {cfg name='view.name'} \ No newline at end of file diff --git a/templates/skin/developer/notify/russian/notify.talk_new.tpl b/templates/skin/developer/notify/russian/notify.talk_new.tpl index a1c388e2..c01ac530 100644 --- a/templates/skin/developer/notify/russian/notify.talk_new.tpl +++ b/templates/skin/developer/notify/russian/notify.talk_new.tpl @@ -1,8 +1,8 @@ -Вам пришло новое письмо, прочитать и ответить на него можно перейдя по этой ссылке
+Вам пришло новое письмо, прочитать и ответить на него можно перейдя по этой ссылке
Тема письма: {$oTalk->getTitle()|escape:'html'}
-{if $SYS_MAIL_INCLUDE_TALK_TEXT} +{if $oConfig->GetValue('sys.mail.include_talk')} Текст сообщения: {$oTalk->getText()}
{/if} Не забудьте предварительно авторизоваться!

-С уважением, администрация сайта {$SITE_NAME} \ No newline at end of file +С уважением, администрация сайта {cfg name='view.name'} \ No newline at end of file diff --git a/templates/skin/developer/notify/russian/notify.topic_new.tpl b/templates/skin/developer/notify/russian/notify.topic_new.tpl index e9b51177..0f24a3da 100644 --- a/templates/skin/developer/notify/russian/notify.topic_new.tpl +++ b/templates/skin/developer/notify/russian/notify.topic_new.tpl @@ -1,4 +1,4 @@ -В блоге «{$oBlog->getTitle()|escape:'html'}» опубликован топик - {$oTopic->getTitle()|escape:'html'}
+В блоге «{$oBlog->getTitle()|escape:'html'}» опубликован топик - {$oTopic->getTitle()|escape:'html'}


-С уважением, администрация сайта {$SITE_NAME} \ No newline at end of file +С уважением, администрация сайта {cfg name='view.name'} \ No newline at end of file diff --git a/templates/skin/developer/notify/russian/notify.user_friend_new.tpl b/templates/skin/developer/notify/russian/notify.user_friend_new.tpl index 4ee10c58..a63f1bfc 100644 --- a/templates/skin/developer/notify/russian/notify.user_friend_new.tpl +++ b/templates/skin/developer/notify/russian/notify.user_friend_new.tpl @@ -1,3 +1,6 @@ -Пользователь «{$oUserFrom->getLogin()}» добавил вас в друзья. -

-С уважением, администрация сайта {$SITE_NAME} \ No newline at end of file +Пользователь «{$oUserFrom->getLogin()}» хочет добавить вас в друзья. +

+{$sText} +Посмотреть заявку (Не забудьте предварительно авторизоваться!) +
+С уважением, администрация сайта {cfg name='view.name'} \ No newline at end of file