mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
merge from 1.5.2
git-svn-id: http://xe-core.googlecode.com/svn/trunk@10446 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6c23751ef8
commit
c727926d9e
382 changed files with 6855 additions and 3603 deletions
|
|
@ -148,6 +148,12 @@
|
|||
<description xml:lang="vi">Hãy chọn Logo hiển thị phía trên cùng của giao diện. (Đề nghị: Hình ảnh có nền trong suốt và kích thước 23px.)</description>
|
||||
<description xml:lang="tr">Lütfen yerleşim düzeninin üst kısmında görüntülenecek bir resim girişi yapınız. (23px uzunluğunda net bir resim seçmeniz önerilir)</description>
|
||||
</var>
|
||||
<var name="logo_image_alt" type="text">
|
||||
<title xml:lang="ko">로고이미지 대체문자</title>
|
||||
<title xml:lang="en">Logo image alt text</title>
|
||||
<description xml:lang="ko">레이아웃의 상단에 표시될 로고이미지 대체문자를 입력하세요.</description>
|
||||
<description xml:lang="en">Please input a logo image alternative text which will be displayed on the top of the layout.</description>
|
||||
</var>
|
||||
<var name="index_url" type="text">
|
||||
<title xml:lang="ko">홈 페이지 URL</title>
|
||||
<title xml:lang="jp">ホームページURL</title>
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ body{background:url({$layout_info->background_image}) repeat-x left top;}
|
|||
<div class="xe">
|
||||
<div class="header">
|
||||
<h1>
|
||||
<a href="{$layout_info->index_url}" cond="$layout_info->logo_image"><img src="{$layout_info->logo_image}" alt="logo" border="0" class="iePngFix" /></a>
|
||||
<a href="{$layout_info->index_url}" cond="$layout_info->logo_image"><img src="{$layout_info->logo_image}" alt="logo" border="0" /></a>
|
||||
<a href="{$layout_info->index_url}" cond="!$layout_info->logo_image">{$layout_info->logo_image_alt}</a>
|
||||
</h1>
|
||||
<div class="language">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue