mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
념글모드 테스트
This commit is contained in:
parent
88d65d52a9
commit
6af71f7940
2 changed files with 5 additions and 0 deletions
|
|
@ -500,6 +500,7 @@ class BoardView extends Board
|
|||
$args->page = intval(Context::get('page')) ?: null;
|
||||
$args->list_count = $this->list_count;
|
||||
$args->page_count = $this->page_count;
|
||||
if(Context::get('v_mode') == 'recommended') $args->s_voted_count = 5;
|
||||
if (isset($this->module_info->include_days) && $this->module_info->include_days > 0)
|
||||
{
|
||||
$args->start_regdate = date('YmdHis', time() - ($this->module_info->include_days * 86400));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue