git-svn-id: http://xe-core.googlecode.com/svn/trunk@1190 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-17 02:09:21 +00:00
parent 0f262440cc
commit ef1dbae755
3 changed files with 9 additions and 6 deletions

View file

@ -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>

View file

@ -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">