mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 08:39:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1246 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d0f90bf3c9
commit
495ac679be
10 changed files with 67 additions and 16 deletions
|
|
@ -41,6 +41,11 @@ body {
|
|||
z-index:10;
|
||||
}
|
||||
|
||||
#blog_category {
|
||||
padding:10px;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
/* 컨텐츠 */
|
||||
.layout_content {
|
||||
position:absolute;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<!-- 블로그 메뉴를 common/js/tree_menu.js를 이용해서 표시 -->
|
||||
<script type="text/javascript">
|
||||
//loadTreeMenu("{$blog_menu->xml_file}", "blog_menu", "menu", "{$module_info->main_menu_name?$module_info->main_menu_name:'home'}");
|
||||
loadTreeMenu("{$module_info->category_xml_file}", "blog_category", "blog_category", "{$module_info->category_name?$module_info->category_name:'category'}");
|
||||
</script>
|
||||
|
||||
|
||||
|
|
@ -62,7 +62,7 @@
|
|||
<!--@end-->
|
||||
|
||||
<!-- 블로그 메뉴 출력 -->
|
||||
<div id="menu"></div>
|
||||
<div id="blog_category"></div>
|
||||
|
||||
<!--@if($rss_url)-->
|
||||
<!-- rss 버튼 -->
|
||||
|
|
|
|||
|
|
@ -30,9 +30,9 @@
|
|||
<title xml:lang="ko">프로필</title>
|
||||
<description lang="ko">간단한 프로필을 입력해주세요</description>
|
||||
</var>
|
||||
<var name="memo" type="textarea">
|
||||
<title xml:lang="ko">분류 메뉴명</title>
|
||||
<description lang="ko">분류 메뉴의 제목을 입력해주세요.</description>
|
||||
<var name="category_name" type="text">
|
||||
<title xml:lang="ko">카테고리명</title>
|
||||
<description lang="ko">카테고리의 이름을 입력해주세요.</description>
|
||||
</var>
|
||||
</extra_vars>
|
||||
</skin>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue