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

This commit is contained in:
zero 2007-04-17 02:10:10 +00:00
parent ef1dbae755
commit 2fc90cfebc

View file

@ -3,7 +3,7 @@
<!-- 블로그 메뉴를 common/js/tree_menu.js를 이용해서 표시 -->
<script type="text/javascript">
loadTreeMenu("{$blog_menu->xml_file}", "blog_menu", "menu", "{$layout_info->blog_menu_name?$layout_info->blog_menu_name:'home'}");
loadTreeMenu("{$blog_menu->xml_file}", "blog_menu", "menu", "{$layout_info->main_menu_name?$layout_info->main_menu_name:'home'}");
</script>