mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 13:02:15 +09:00
#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:
parent
493cad88df
commit
66f10943f3
1 changed files with 3 additions and 1 deletions
|
|
@ -13,7 +13,9 @@
|
||||||
<meta name="layout" content="{$layout_info->title} ({$layout_info->layout})" />
|
<meta name="layout" content="{$layout_info->title} ({$layout_info->layout})" />
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
<!--@if($layout_info->author)-->
|
<!--@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-->
|
<!--@end-->
|
||||||
<meta http-equiv="imagetoolbar" content="no" />
|
<meta http-equiv="imagetoolbar" content="no" />
|
||||||
<title>{Context::getBrowserTitle()}</title>
|
<title>{Context::getBrowserTitle()}</title>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue