| #408 | $_show['ming'] = $_GET['ming']; |
| #409 | |
| #410 | $times_data = $this->qm_xingming_times->xingming_times($_show['xingming']); |
| #411 | $_show['dateline'] = isset($times_data['dateline']) ? $times_data['dateline'] : $_ENV['_time']; |
| #412 | $_show['lasttime'] = isset($times_data['lasttime']) ? $times_data['lasttime'] : $_ENV['_time']; |
| #413 | $_show['date'] = date('Y-m-d H:i',$_show['dateline']); |
| #414 | |
| #415 | if(isset($this->_cfg['url_path']) && !empty($this->_cfg['url_path'])) { |
| #416 | $_show['absolute_url'] = $this->_cfg['webroot'].$this->urls->qm_ming_url($_GET['xing'], $_GET['ming']); |
| #417 | }else{ |