mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-17 09:24:17 +09:00
조회수 설정을 세분화하여 선택하도록 함.
This commit is contained in:
parent
9659ecca83
commit
b2d4d5edd2
5 changed files with 43 additions and 39 deletions
|
|
@ -916,7 +916,7 @@ class documentModel extends document
|
|||
$config = $oModuleModel->getModuleConfig('document');
|
||||
|
||||
if(!$config) $config = new stdClass();
|
||||
if(!$config->thumbnail_type) $config->thumbnail_type = 'crop';
|
||||
if(!$config->view_count_option) $config->view_count_option = 'once';
|
||||
$GLOBALS['__document_config__'] = $config;
|
||||
}
|
||||
return $GLOBALS['__document_config__'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue