mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 19:51:42 +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';
|
||||
|
||||
// 템플릿 파일에서 사용할 변수들을 세팅
|
||||
Context::set('mid_list', $mid_list);
|
||||
if(count($mid_list)==1) Context::set('module_name', $mid_list[0]);
|
||||
Context::set('title', $title);
|
||||
Context::set('style', $args->style);
|
||||
Context::set('document_list', $output->data);
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
<div class="newest_document_default_box">
|
||||
<div class="title_box">
|
||||
<div class="title">{$title}</div>
|
||||
<!--@if(count($mid_list)==1)-->
|
||||
<div class="more"><a href="{getUrl('','mid',$mid_list[0])}">more</a></div>
|
||||
<!--@if($module_name)-->
|
||||
<div class="more"><a href="{getUrl('','mid',$module_name)}">more</a></div>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue