mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 19:29:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1260 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4a570c091a
commit
45f679a9ad
3 changed files with 57 additions and 42 deletions
|
|
@ -5,6 +5,15 @@
|
|||
loadTreeMenu("./files/cache/blog_category/{$layout_info->layout_srl}.xml.php", "blog_category", "blog_category", "{$layout_info->category_name?$layout_info->category_name:'category'}", "./?mid={$mid}");
|
||||
</script>
|
||||
|
||||
<!-- 기본 변수들 세팅 -->
|
||||
<!--@if(!$layout_info->top_title)-->
|
||||
{@$layout_info->top_title = "title"}
|
||||
<!--@end-->
|
||||
|
||||
<!--@if(!$layout_info->profile)-->
|
||||
{@$layout_info->profile = "profile"}
|
||||
<!--@end-->
|
||||
|
||||
|
||||
<!-- 상단 로고 및 상단 메뉴 출력 -->
|
||||
<div class="layout_top">
|
||||
|
|
|
|||
|
|
@ -2,10 +2,14 @@
|
|||
|
||||
<!-- 목록 -->
|
||||
<div>
|
||||
<!--@foreach($document_list as $no => $document)-->
|
||||
<!--@if($document && $grant->list)-->
|
||||
<!--#include("./view_document.html")-->
|
||||
<!--@if($document_list)-->
|
||||
<!--@foreach($document_list as $no => $document)-->
|
||||
<!--@if($document && $grant->list)-->
|
||||
<!--#include("./view_document.html")-->
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
<!--@else-->
|
||||
{$lang->no_documents}
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue