File: /var/www/ilya/data/www/irkboard.ru/cache/skin_cache/cacheid_2/skin_emails.php
<?php
/*--------------------------------------------------*/
/* FILE GENERATED BY INVISION POWER BOARD 3 */
/* CACHE FILE: Skin set id: 2 */
/* CACHE FILE: Generated: Wed, 19 Aug 2009 21:44:38 GMT */
/* DO NOT EDIT DIRECTLY - THE CHANGES WILL NOT BE */
/* WRITTEN TO THE DATABASE AUTOMATICALLY */
/*--------------------------------------------------*/
class skin_emails_2 {
/**
* Construct
*/
function __construct( ipsRegistry $registry )
{
/* Make object */
$this->registry = $registry;
$this->DB = $this->registry->DB();
$this->settings =& $this->registry->fetchSettings();
$this->request =& $this->registry->fetchRequest();
$this->lang = $this->registry->getClass('class_localization');
$this->member = $this->registry->member();
$this->memberData =& $this->registry->member()->fetchMemberData();
$this->cache = $this->registry->cache();
$this->caches =& $this->registry->cache()->fetchCaches();
}
/* -- boardRules --*/
function boardRules($title="",$body="") {
$IPBHTML = "";
$IPBHTML .= "";
return $IPBHTML;
}
/* -- errors --*/
function errors($data="") {
$IPBHTML = "";
$IPBHTML .= "";
return $IPBHTML;
}
/* -- forward_form --*/
function forward_form($title="",$text="",$lang="") {
$IPBHTML = "";
$IPBHTML .= "";
return $IPBHTML;
}
/* -- sendMailForm --*/
function sendMailForm($data="") {
$IPBHTML = "";
$IPBHTML .= "";
return $IPBHTML;
}
/* -- sentScreen --*/
function sentScreen($member_name="") {
$IPBHTML = "";
$IPBHTML .= "";
return $IPBHTML;
}
/* -- show_address --*/
function show_address($data="") {
$IPBHTML = "";
$IPBHTML .= "";
return $IPBHTML;
}
}
/*--------------------------------------------------*/
/* END OF FILE */
/*--------------------------------------------------*/
?>