@@ -334,7 +334,7 @@ class Journal_v1 extends Core
$id = $this->check();
$config_id = 20;
- if ($id > $config_id) {
+ if ($id > $config_id || $id == 26) {
$this->data['top'] = Dever::load('act/lib/num')->getList($id);
} else {
$this->data['score'] = Dever::load('act/lib/score')->getList($id);