File: /var/www/ilya/data/www/irkboard.ru/cache/skin_cache/cacheid_2/skin_global_other.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_global_other_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();
}
/* -- captchaGD --*/
function captchaGD($captcha_unique_id) {
$IPBHTML = "";
$IPBHTML .= "";
return $IPBHTML;
}
/* -- captchaRecaptcha --*/
function captchaRecaptcha($html="") {
$IPBHTML = "";
$IPBHTML .= "";
return $IPBHTML;
}
/* -- displayBoardOffline --*/
function displayBoardOffline($message="") {
$IPBHTML = "";
$IPBHTML .= "<offline>
<message>{$message}</message>
</offline>";
return $IPBHTML;
}
/* -- displayPopUpWindow --*/
function displayPopUpWindow($documentHeadItems, $css, $jsLoaderItems, $title="", $output="") {
$IPBHTML = "";
$IPBHTML .= "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>
<ipb>
$html
</ipb>";
return $IPBHTML;
}
/* -- Error --*/
function Error($message="",$code=0,$ad_email_one="",$ad_email_two="",$show_top_msg=0, $login="", $post="") {
$IPBHTML = "";
$IPBHTML .= "<error>
<code>{$code}</code>
<message>{$message}</message>
</error>";
return $IPBHTML;
}
/* -- error_log_in --*/
function error_log_in($q_string="") {
$IPBHTML = "";
$IPBHTML .= "";
return $IPBHTML;
}
/* -- error_post_textarea --*/
function error_post_textarea($post="") {
$IPBHTML = "";
$IPBHTML .= "";
return $IPBHTML;
}
/* -- questionAndAnswer --*/
function questionAndAnswer($data) {
$IPBHTML = "";
$IPBHTML .= "";
return $IPBHTML;
}
/* -- redirectTemplate --*/
function redirectTemplate($documentHeadItems, $css, $jsLoaderItems, $text="",$url="", $full=false) {
$IPBHTML = "";
$IPBHTML .= "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>
<ipb>
<redirect>
<url>" . $this->registry->getClass('output')->formatUrl( $this->registry->getClass('output')->buildUrl( "$url", 'public','' ), "", "" ) . "</url>
<message>{$text}</message>
</redirect>
</ipb>";
return $IPBHTML;
}
}
/*--------------------------------------------------*/
/* END OF FILE */
/*--------------------------------------------------*/
?>