Пример #1
0
 function run()
 {
     $this->nofooter = true;
     $this->noheader = true;
     if (isset($_REQUEST['clearcache'])) {
         wra_cacheflow::clearcache();
     }
     if (isset($_POST['btnclicked'])) {
         switch ($_POST['btnclicked']) {
             case 'btnsave':
                 wra_options::$options['phone'] = wra_admintable::getpost('phone');
                 wra_options::$options['email'] = wra_admintable::getpost('email');
                 wra_options::$options['fb'] = wra_admintable::getpost('fb');
                 wra_options::$options['vk'] = wra_admintable::getpost('vk');
                 wra_options::$options['insta'] = wra_admintable::getpost('insta');
                 wra_options::$options['lj'] = wra_admintable::getpost('lj');
                 wra_options::$options['blogger'] = wra_admintable::getpost('blogger');
                 wra_options::$options['flickr'] = wra_admintable::getpost('flickr');
                 wra_options::saveoptions();
                 $this->wf->options = wra_options::loadoptions();
                 break;
         }
     }
     /*
             if (WRA::ir('mod')) {
                 $this->cap->adminedit = @WRA::r('mod');
                 $this->currentlink='?mod='. $this->cap->adminedit;
                 if(strpos($this->cap->adminedit,'edit')){            
                     $this->cap->isedit=true;  
                     $this->cap->mod = str_replace("edit","", $this->cap->adminedit);
     
                 }else{
                     
                
                     $this->cap->mod =  $this->cap->adminedit;
                 }
                 
                 switch ($this->cap->mod) {
                     default :
                         if (wra_adminmenu::isexist($this->cap->mod)) {
                             $this->editlink_withoutid = '?mod='.$this->cap->mod;
                              $this->cap->getcurmenu();
                             if (WRA::ir('id'))
                                 $this->currentlink .= '&id=' . WRA::r('id');
     
                             if (WRA::ir('pid')) {
                                 $this->currentlink .= '&pid=' . WRA::r('pid');
                                 $this->editlink_withoutid .= '&pid=' . WRA::r('pid');
                             }
                             if (WRA::ir('type')) {
                                 $this->currentlink .= '&type=' . WRA::r('type');
                                 $this->editlink_withoutid .= '&type=' . WRA::r('type');
                             }
                            if ($this->cap->usenames) {
     
                                 $this->cap->getnames();
                             }
                             if(!$this->cap->isedit)
                             include WRA_Path. '/modules/admin/forms/list.php';
                             else
                             include WRA_Path. '/modules/admin/forms/edit.php';
                             
                             $this->cap->doedit($this->wf);
                         } else {
                             include WRA_Path. '/modules/admin/parts/default.php';
                         }
                         break;
                 }
             } else {
                 $this->useleftmenu = - 1;
                 //echo 'hi'; print_r($_SESSION);
                // die(session_id());
              
                 include WRA_Path. '/modules/admin/parts/main.php';
             }*/
 }
Пример #2
0
<?php

defined("WERUA") or die('<div style="margin:0 0 auto;width:200px">Ошибка запуска. Contact </div>');
$this->wf->cp->add_script("../modules/admin/scripts/options.js");
$this->wf->cp->add_script("../modules/admin/scripts/default.js");
if (isset($_REQUEST['clearcache'])) {
    wra_cacheflow::clearcache();
}
if (isset($_POST['googleanalytics'])) {
    wra_options::updatevalue("googleanal", WRA::getpost('googleanalytics'));
}
if (isset($_POST['yandexmetrics'])) {
    wra_options::updatevalue("yandexmetrics", WRA::getpost('yandexmetrics'));
}
if (isset($_POST['facebook'])) {
    wra_options::updatevalue("facebook", WRA::getpost('facebook'));
}
if (isset($_POST['vkontakte'])) {
    wra_options::updatevalue("vkontakte", WRA::getpost('vkontakte'));
}
function flushpage($currentlink, $cap)
{
    ?>
<div><h1>Администрирование сайта. Общие настройки</h1></br></div>
<div class="content_edit">
    <div class="input_edit">
        <table id="" width="100%" class="adminedittbl table_edit" cellpadding="0" cellspacing="0">
            <tbody>
                <tr><td>&nbsp;</td></tr>
                <tr>
                    <td colspan="2"><b>Общие настройки</b></td>