mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
플래닛 위젯이 날짜에 의해 컨텐츠를 가져오는 것을 최신 글을 가져오도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5180 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c9b6ba9338
commit
ac70118473
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
// 플래닛 글 목록 구함
|
||||
$oPlanetModel = &getModel('planet');
|
||||
Context::set('planet', $planet = $oPlanetModel->getPlanet());
|
||||
$output = $oPlanetModel->getNewestContentList(null, $planet->getContentLastDay(), $page, $list_count, 'documents.list_order', 'asc', null);
|
||||
$output = $oPlanetModel->getContentList(null, 'content', '', 1, $list_count);
|
||||
Context::set('planet_list', $output->data);
|
||||
|
||||
// 템플릿의 스킨 경로를 지정 (skin, colorset에 따른 값을 설정)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue