35 lines
1.2 KiB
PHP
35 lines
1.2 KiB
PHP
<?php use_helper('Date', 'stUrl') ?>
|
|
|
|
<?php $smarty->assign('host', $sf_request->getHost()) ?>
|
|
|
|
<?php $smarty->assign('user_name', $user->getUsername()) ?>
|
|
|
|
<?php $smarty->assign('user_password', $password) ?>
|
|
|
|
<?php $smarty->assign('user_head', $head) ?>
|
|
|
|
<?php $smarty->assign('user_foot', $foot) ?>
|
|
|
|
<?php $smarty->assign('user_content_head', $head_content) ?>
|
|
|
|
<?php $smarty->assign('user_content_foot', $foot_content) ?>
|
|
|
|
|
|
<?php $smarty->assign('bg_header_color', $mail_config->get('bg_header_color')) ?>
|
|
|
|
<?php $smarty->assign('bg_footer_color', $mail_config->get('bg_footer_color')) ?>
|
|
|
|
<?php $smarty->assign('bg_action_color', $mail_config->get('bg_action_color')) ?>
|
|
|
|
<?php $smarty->assign('bg_action_link_color', $mail_config->get('bg_action_link_color')) ?>
|
|
|
|
<?php $smarty->assign('link_color', $mail_config->get('link_color')) ?>
|
|
|
|
<?php $smarty->assign('logo', $mail_config->get('logo')) ?>
|
|
|
|
|
|
<?php $smarty->assign('user_created_at', date("d-m-Y H:i", strtotime($user->getCreatedAt()))) ?>
|
|
|
|
<?php $smarty->assign('user_submit', st_url_for('@stConfirmForUser?user=' . $user->getId() . '&hash_code=' . $user->getHashCode().'&language='.$languageShortcut, true)) ?>
|
|
|
|
<?php $smarty->display('user_send_new_user_to_user_html_mail.html') ?>
|