#495 common_layout.html에 레이아웃 제작자 정보 정상 출력하도록

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4394 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2008-07-20 08:10:17 +00:00
parent 493cad88df
commit 66f10943f3

View file

@ -13,7 +13,9 @@
<meta name="layout" content="{$layout_info->title} ({$layout_info->layout})" />
<!--@end-->
<!--@if($layout_info->author)-->
<meta name="layout_maker" content="{$layout_info->author->name} ({$layout_info->author->homepage})" />
<!--@foreach($layout_info->author as $author)-->
<meta name="layout_maker" content="{$author->name} ({$author->homepage})" />
<!--@endforeach-->
<!--@end-->
<meta http-equiv="imagetoolbar" content="no" />
<title>{Context::getBrowserTitle()}</title>