mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-20 10:52:14 +09:00
#19487853 관리자 인덱스 페이지에서 불필요한 동작 제거
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8058 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
353597e0b6
commit
8bb14526a2
1 changed files with 0 additions and 28 deletions
|
|
@ -213,34 +213,6 @@
|
|||
|
||||
Context::set('status', $status);
|
||||
|
||||
// 최근글 추출
|
||||
$oDocumentModel = &getModel('document');
|
||||
$doc_args->sort_index = 'list_order';
|
||||
$doc_args->order_type = 'asc';
|
||||
$doc_args->list_count = 3;
|
||||
$output = $oDocumentModel->getDocumentList($doc_args, false, false);
|
||||
Context::set('newest_documents', $output->data);
|
||||
|
||||
// 최근 댓글 추출
|
||||
$oCommentModel = &getModel('comment');
|
||||
$com_args->sort_index = 'list_order';
|
||||
$com_args->order_type = 'asc';
|
||||
$com_args->list_count = 5;
|
||||
$output = $oCommentModel->getTotalCommentList($com_args);
|
||||
Context::set('newest_comments', $output->data);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// Get statistics
|
||||
$args->date = date("Ymd000000", time()-60*60*24);
|
||||
$today = date("Ymd");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue