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

@ -4,7 +4,7 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="generator" content="zeroboard xe (http://www.zeroboard.com)" />
<!--@if($module_info->module)--><meta name="module" content="{$module_info->module}" />
<!--@end--><!--@if($module_info->skin)--><meta name="skin" content="{$module_info->skin}" />
<!--@end--><!--@if($module_info->skin)--><meta name="module_skin" content="{$module_info->skin}" />
<!--@end--><!--@if($layout_info)--><meta name="layout" content="{$layout_info->title} ({$layout_info->layout})" />
<meta name="layout_maker" content="{$layout_info->author->name} ({$layout_info->author->homepage})" />
<!--@end--><meta http-equiv="imagetoolbar" content="no" />
@ -15,9 +15,9 @@
<script type="text/javascript" src="./common/js/xml_js_filter.js"></script>
<script type="text/javascript" src="./common/js/tree_menu.js"></script>
<!--@foreach(Context::getJsFile() as $key => $js_file)--><script type="text/javascript" src="{$js_file}"></script>
<!--@end--><!--@if($rss_url)--><link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="{$rss_url}" />
<!--@end--><link rel="stylesheet" href="./common/css/default.css" type="text/css" />
<!--@if($rss_url)--><link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="{$rss_url}" />
<!--@end--><!--@foreach(Context::getCssFile() as $key => $css_file)--><link rel="stylesheet" href="{$css_file}" type="text/css" />
<!--@foreach(Context::getCssFile() as $key => $css_file)--><link rel="stylesheet" href="{$css_file}" type="text/css" />
<!--@end--><script type="text/javascript">
var zbxe_url = "{$zbxe_url}";
</script>

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