#854 Fixed. CSS background image url was changed. Thanks to vn21.net

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9913 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-12-07 15:51:37 +00:00
parent 2b5ccd685e
commit 0d36d7450e
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
<load target="css/white.css" cond="$layout_info->colorset=='white'" /> <load target="css/white.css" cond="$layout_info->colorset=='white'" />
<load target="css/black.css" cond="$layout_info->colorset=='black'" /> <load target="css/black.css" cond="$layout_info->colorset=='black'" />
<style type="text/css" cond="$layout_info->background_image"> <style type="text/css" cond="$layout_info->background_image">
body{background:url({getUrl()}{$layout_info->background_image}) repeat-x left top;} body{background:url({$layout_info->background_image}) repeat-x left top;}
</style> </style>
<!--@if(!$layout_info->colorset)-->{@$layout_info->colorset = "default"}<!--@end--> <!--@if(!$layout_info->colorset)-->{@$layout_info->colorset = "default"}<!--@end-->
<div class="xe"> <div class="xe">

View file

@ -8,7 +8,7 @@
<!--@if($layout_info->background_image)--> <!--@if($layout_info->background_image)-->
<style type="text/css"> <style type="text/css">
body { background:#FFFFFF url({getUrl()}{$layout_info->background_image}) repeat-x left top; } body { background:#FFFFFF url({$layout_info->background_image}) repeat-x left top; }
</style> </style>
<!--@end--> <!--@end-->

View file

@ -5,7 +5,7 @@
<!--%import("css/default.css")--> <!--%import("css/default.css")-->
<!--@if($layout_info->background_image)--> <!--@if($layout_info->background_image)-->
<style type="text/css"> <style type="text/css">
body { background:#FFFFFF url({getUrl()}{$layout_info->background_image}) repeat-x left top; } body { background:#FFFFFF url({$layout_info->background_image}) repeat-x left top; }
</style> </style>
<!--@end--> <!--@end-->
<!--@if(!$layout_info->colorset)--> <!--@if(!$layout_info->colorset)-->