mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
#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:
parent
2b5ccd685e
commit
0d36d7450e
3 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<load target="css/white.css" cond="$layout_info->colorset=='white'" />
|
||||
<load target="css/black.css" cond="$layout_info->colorset=='black'" />
|
||||
<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>
|
||||
<!--@if(!$layout_info->colorset)-->{@$layout_info->colorset = "default"}<!--@end-->
|
||||
<div class="xe">
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<!--@if($layout_info->background_image)-->
|
||||
<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>
|
||||
<!--@end-->
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<!--%import("css/default.css")-->
|
||||
<!--@if($layout_info->background_image)-->
|
||||
<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>
|
||||
<!--@end-->
|
||||
<!--@if(!$layout_info->colorset)-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue