mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 16:49:58 +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
|
|
@ -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-->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue