묻고답하기
xp 스킨에서 왼쪽 로그인창 밑에 배너넣는방법좀 ..ㅠㅠ
2009.05.09 01:47
<!--// js 파일 import -->
<!--%import("js/xe_official.js")-->
<!--// 레이아웃과 연동될 css 파일 import -->
<colorset">!--@if($layout_info->colorset == "white")-->
<!--%import("css/white.css")-->
<colorset">!--@elseif($layout_info->colorset == "black")-->
<!--%import("css/black.css")-->
<!--@else-->
<!--%import("css/default.css")-->
<!--@end-->
<background_image">!--@if($layout_info->background_image)-->
<style type="text/css">
body { background:#FFFFFF url({getUrl()}{$layout_info->background_image}) repeat-x left top; }
</style>
<!--@end-->
<colorset">!--@if(!$layout_info->colorset)-->
colorset">{@$layout_info->colorset = "default"}
<!--@end-->
<div> <div> <h1><logo_image)--> !--@else--> <!--@end--></h1>
<div> <strong title="{$lang_type}">{$lang_supported[$lang_type]}</strong> <a href="#selectLang"><img src="./images/{$layout_info->colorset}/buttonLang.gif" alt="Select Language" width="87" height="15" /></a>
<ul> <!--@foreach($lang_supported as $key => $val)--><!--@if($key!= $lang_type)-->
<li><a href="#">{$val}</a></li>
<> href="{$val['href']}" <onclick="window.open(this.href);return">!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<>{$val['link']}!--@end-->>{$val['link']}</a></li>
<> href="{$val['href']}" <onclick="window.open(this.href);return">!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<>{$val['link']}!--@end-->>{$val['link']}</a>
<!-- main_menu 3차 시작 -->
<!--@if($val['list'] && ($val['expand']=='Y'||$val['selected']) )-->
<ul>
<!--@foreach($val['list'] as $k => $v)--><!--@if($v['link'])-->
<li <class="on"> href="{$v['href']}" <onclick="window.open(this.href);return">!--@if($v['open_window']=='Y')-->onclick="window.open(this.href);return false;"<>{$v['link']}!--@end-->>{$v['link']}</a></li>
<
다른스킨들은 배너넣는곳이 있던데 이스킨은 배너넣는곳이 없더라구요 ㅠㅠ
방법 없을까요 ?ㅠㅠ
<!-- 로그인 위젯 -->
<코드>
밑에다가 다시면 됩니다.