mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@710 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b5e08ad2d9
commit
c213e170e3
2 changed files with 3 additions and 3 deletions
|
|
@ -36,7 +36,7 @@
|
||||||
$tpl_file = 'list';
|
$tpl_file = 'list';
|
||||||
|
|
||||||
// 템플릿 파일에서 사용할 변수들을 세팅
|
// 템플릿 파일에서 사용할 변수들을 세팅
|
||||||
Context::set('mid_list', $mid_list);
|
if(count($mid_list)==1) Context::set('module_name', $mid_list[0]);
|
||||||
Context::set('title', $title);
|
Context::set('title', $title);
|
||||||
Context::set('style', $args->style);
|
Context::set('style', $args->style);
|
||||||
Context::set('document_list', $output->data);
|
Context::set('document_list', $output->data);
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@
|
||||||
<div class="newest_document_default_box">
|
<div class="newest_document_default_box">
|
||||||
<div class="title_box">
|
<div class="title_box">
|
||||||
<div class="title">{$title}</div>
|
<div class="title">{$title}</div>
|
||||||
<!--@if(count($mid_list)==1)-->
|
<!--@if($module_name)-->
|
||||||
<div class="more"><a href="{getUrl('','mid',$mid_list[0])}">more</a></div>
|
<div class="more"><a href="{getUrl('','mid',$module_name)}">more</a></div>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue