| #853 | { |
| #854 | $this->setting = isset($this->_cfg['le_hl']) ? $this->_cfg['le_hl'] : array(); |
| #855 | $this->_var['topcid'] = -1; |
| #856 | |
| #857 | $year = R('nian', 'G'); |
| #858 | if(!$year){$year=date('Y',time());} |
| #859 | $month = R('yue', 'G'); |
| #860 | if(!$month){$month=date('n',time());} |
| #861 | $day = R('ri', 'G'); |
| #862 | if(!$day){$day=date('j',time());} |