Вход Регистрация
Файл: adultscript-2.0.3-pro/files/modules/404/404.php
Строк: 15
<?php
defined
('_VALID') or die('Restricted Access!');
class 
VModule_404
{
    public function 
__construct()
    {
    }
    
    public function 
render()
    {
        
// no ads displayed for our 404 pages
        
VF::cfg_item_set('ads', (int) 0);
    
        
VLanguage::load('frontend.global');
    
        
VResponse::add_header('Status''404 Not Found');
        
$tpl VF::factory('template');
        
$tpl->meta_title __('404-meta-title');
        
$tpl->load(array('header''404''footer'));
        
$tpl->display();
        
        
VF::close();
        die();
    }
}
?>
Онлайн: 1
Реклама