| #336 | if($_GET['mid'] == 4 && isset($_show['novel_id']) && $_show['novel_id']){ |
| #337 | $novel_table_backup = $this->cms_content->table; |
| #338 | $this->cms_content->table = 'cms_novel'; |
| #339 | $novel_info = $this->cms_content->get($_show['novel_id']); |
| #340 | if($novel_info){ |
| #341 | $novel_url = $this->cms_content->content_url($novel_info, 3); |
| #342 | $this->assign('novel_url', $novel_url); |
| #343 | $this->assign('novel_title', $novel_info['title']); |
| #344 | } |
| #345 | $chapter_url = $this->cms_content->content_url($_show, 4, false); |