<?php
/**
* å端å
¨å±é¡¹å è½½
* @copyright (c) Emlog All Rights Reserved
* $Id: common.php 1732 2010-06-04 15:37:57Z hide@address.com $
*/
require_once 'init.php';
//读åç¼å
$log_cache_tags = $CACHE->readCache('logtags');
$log_cache_sort = $CACHE->readCache('logsort');
$log_cache_atts = $CACHE->readCache('logatts');
$newLogs_cache = $CACHE->readCache('newlog');
$newtws_cache = $CACHE->readCache('newtw');
$tag_cache = $CACHE->readCache('tags');
$sort_cache = $CACHE->readCache('sort');
$com_cache = $CACHE->readCache('comment');
$link_cache = $CACHE->readCache('link');
$user_cache = $CACHE->readCache('user');
$dang_cache = $CACHE->readCache('record');
$sta_cache = $CACHE->readCache('sta');
$navibar = unserialize($navibar);
$curpage = CURPAGE_HOME;
$calendar_url = isset($_GET['record']) ? DYNAMIC_BLOGURL.'?action=cal&record='.intval($_GET['record']) : DYNAMIC_BLOGURL.'?action=cal' ;
if ($action == 'cal') {
require_once EMLOG_ROOT.'/lib/class.calendar.php';
Calendar::generate();
}