Cheetah
|
Go to the source code of this file.
Functions | |
SendTellFriend ($iSenderID=0) | |
Variables | |
$_page ['name_index'] = 29 | |
$_page ['css_name'] = array('forms_adv.css') | |
$_page ['header'] = _t("_Tell a friend") | |
$_page ['header_text'] = _t("_Tell a friend") | |
$profileID = 0 | |
if(isset($_GET['ID'])) | else |
$aSenderInfo = getProfileInfo($iSenderID) | |
$bAjaxMode = isset($_SERVER['HTTP_X_REQUESTED_WITH']) && $_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest' | |
$sCaption = ($profileID) ? _t('_TELLAFRIEND2', $site['title']) : _t('_TELLAFRIEND', $site['title']) | |
$aForm | |
$oForm = new ChTemplFormView($aForm) | |
else | $sPageCode = $oForm->getCode() |
if(isset($_SERVER['HTTP_X_REQUESTED_WITH']) && $_SERVER['HTTP_X_REQUESTED_WITH']=='XMLHttpRequest') | $_ni = $_page['name_index'] |
$_page_cont [$_ni]['page_code'] = $sPageCode | |
SendTellFriend | ( | $iSenderID = 0 | ) |
send "tell a friend" email
Definition at line 159 of file tellfriend.php.
if (isset( $_SERVER[ 'HTTP_X_REQUESTED_WITH']) &&$_SERVER[ 'HTTP_X_REQUESTED_WITH']=='XMLHttpRequest') $_ni = $_page['name_index'] |
Definition at line 149 of file tellfriend.php.
$_page[ 'css_name'] = array('forms_adv.css') |
Definition at line 19 of file tellfriend.php.
Definition at line 21 of file tellfriend.php.
Definition at line 22 of file tellfriend.php.
$_page[ 'name_index'] = 29 |
Definition at line 18 of file tellfriend.php.
$_page_cont[ $_ni][ 'page_code'] = $sPageCode |
Definition at line 150 of file tellfriend.php.
$aForm |
Definition at line 41 of file tellfriend.php.
$aSenderInfo = getProfileInfo($iSenderID) |
Definition at line 34 of file tellfriend.php.
$bAjaxMode = isset($_SERVER['HTTP_X_REQUESTED_WITH']) && $_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest' |
Definition at line 37 of file tellfriend.php.
$oForm = new ChTemplFormView($aForm) |
Definition at line 121 of file tellfriend.php.
$profileID = 0 |
Definition at line 24 of file tellfriend.php.
Definition at line 39 of file tellfriend.php.
Definition at line 126 of file tellfriend.php.
Definition at line 27 of file tellfriend.php.