#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

@ -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)-->