레이아웃 제작자 정보를 표시하는 부분의 변수명 잘못 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3918 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-03-10 11:39:23 +00:00
parent fe2536ef56
commit 567d6788b9

View file

@ -6,7 +6,7 @@
<!--@if($module_info->module)--><meta name="module" content="{$module_info->module}" />
<!--@end--><!--@if($module_info->skin)--><meta name="module_skin" content="{$module_info->skin}" />
<!--@end--><!--@if($layout_info->title)--><meta name="layout" content="{$layout_info->title} ({$layout_info->layout})" />
<!--@end--><!--@if($layout->author)--><meta name="layout_maker" content="{$layout_info->author->name} ({$layout_info->author->homepage})" />
<!--@end--><!--@if($layout_info->author)--><meta name="layout_maker" content="{$layout_info->author->name} ({$layout_info->author->homepage})" />
<!--@end--><meta http-equiv="imagetoolbar" content="no" />
<title>{Context::getBrowserTitle()}</title>
<!--@foreach($js_files as $key => $js_file)--><script type="text/javascript" src="{$js_file}"></script>