|
мобильные телефоны
| Узнай погоду на завтра при помощи метеостанции RST | ночной клуб Сова
Представляем лучшие хостелы Санкт Петербурга для школьников
| полезные методики
| Быстрая продажа коттеджей в загородном поселке Аврора.
| ремонт окон, roto
## COPYRIGHTS © DANNEO PHP TEAM ##
## ==================================================== ##
## PRODUCT : CMS(CONTENT MANAGEMENT SYSTEM) ##
## LICENSE : GNU 2(General Public License v.2) ##
## TECHNOLOGIES : PHP & MySQL ##
## WWW : www.danneo.com | www.danneo.org ##
## E-MAIL : help@danneo.com ##
## ==================================================== */
if(!defined("DNREAD")) exit();
global $setting,$sitem,$menu,$tm,$dnmblock,$dnmbottom,$rightblock,$botblock,$dn;
// Foot create output
$contents = $tm->create('bot');
$powered = " ";
if($setting['botsys']=="yes"){
$start = explode(' ',TimeStart);
$start=$start[0] + $start[1];
$end = microtime();
$end = explode(' ',$end); $end = $end[0] + $end[1];
$total_time = number_format($end-$start,4);
$counting = "[ PG.t : ".substr($total_time,0,4)." | DB.q : ".$db->sqlcount." | DB.t : ".substr($db->totaltime,0,4)." ]";
} else {
$counting = "";
}
// DEBUG
$debug = '';
if($setting['debug']=="yes"){
$debug.= '';
$debug.= $db->explain;
$debug.= ' ';
}
// Foot output
$tm->parseprint(array('botblock'=>notslashes($botblock),
'rightblock'=>notslashes($rightblock),
'dnmbottom'=>notslashes($dnmbottom),
'copy'=>'© '.NEWYEAR.' '.notslashes($setting['site_copy']),
'count'=>$counting,
'powered'=>$powered,
'debug'=>$debug),
$contents);
// Foot output
$db->close();
print " |