mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 11:49:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1190 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0f262440cc
commit
ef1dbae755
3 changed files with 9 additions and 6 deletions
|
|
@ -19,6 +19,11 @@
|
|||
<type>text</type>
|
||||
<description xml:lang="ko">트리메뉴의 가장 상위에 표시될 이름을 입력하세요.</description>
|
||||
</var>
|
||||
<var id="home_url">
|
||||
<name xml:lang="ko">홈 url</name>
|
||||
<type>text</type>
|
||||
<description xml:lang="ko">home이나 상단 제목 클릭시 이동할 홈 url을 입력해주세요.</description>
|
||||
</var>
|
||||
<var id="colorset">
|
||||
<name xml:lang="ko">컬러셋</name>
|
||||
<type>select</type>
|
||||
|
|
|
|||
|
|
@ -7,12 +7,10 @@
|
|||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- 상단 로고 및 상단 메뉴 출력 -->
|
||||
<div class="layout_top">
|
||||
<div class="layout_logo">
|
||||
<a href="./">{$layout_info->top_title}</a>
|
||||
<a href="{$layout_info->home_url}">{$layout_info->top_title}</a>
|
||||
</div>
|
||||
|
||||
<div class="layout_first_menu">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue