mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
parent
ebb5aec193
commit
21dbab206d
2 changed files with 4 additions and 3 deletions
|
|
@ -59,7 +59,7 @@ a:hover,a:active,a:focus{text-decoration:none}
|
|||
.footer .f_info{float:left;width:240px;margin-right:65px}
|
||||
.footer .f_logo{overflow:hidden;max-width:100%;margin-bottom:16px;font-size:24px;color:#555}
|
||||
.footer .f_logo.log_txt a{font-size:24px;font-weight:bold;color:#555}
|
||||
.footer .f_logo img{width:240px;height:50px}
|
||||
.footer .f_logo img{max-width:240px}
|
||||
.footer .f_info2{overflow:hidden;margin-top:7px}
|
||||
.footer .site_map > ul{display:inline-block;overflow:hidden;background:url(../img/bg_sitemap.png) repeat-y}
|
||||
.footer .site_map > ul li{float:left;width:282px;margin:0 0 0 24px}
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@
|
|||
</block>
|
||||
<block cond="!$layout_info->slide_img1">{@ $_sample_slide = true}</block>
|
||||
<block cond="$layout_info->use_demo === 'Y'">{@ $_sample_footer = true}</block>
|
||||
<block cond="$layout_info->footer_logo_img || $layout_info->footer_logo_text">{@ $_sample_footer = false}</block>
|
||||
|
||||
<!--// xeicon 페이지 별도 정의 -->
|
||||
<block cond="$mid === 'xeicon'">
|
||||
|
|
@ -375,9 +376,9 @@
|
|||
<div class="f_info_area">
|
||||
<div class="f_info">
|
||||
<!--@if(!$_sample_footer)-->
|
||||
<p cond="$layout_info->footer_logo_img || $layout_info->footer_logo_text" class="f_logo<!--@if(!$layout_info->footer_logo_img)--> log_txt<!--@end-->">
|
||||
<p class="f_logo<!--@if(!$layout_info->footer_logo_img)--> log_txt<!--@end-->">
|
||||
<a href="<!--@if($layout_info->footer_logo_url)-->{$layout_info->footer_logo_url}<!--@else-->#<!--@end-->">
|
||||
<!--@if($layout_info->footer_logo_url)-->
|
||||
<!--@if($layout_info->footer_logo_img)-->
|
||||
<img src="{$layout_info->footer_logo_img}" alt="{$layout_info->footer_logo_text}" />
|
||||
<!--@else-->
|
||||
{$layout_info->footer_logo_text}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue