Commit dff78d5d authored by Pierre Ducroquet's avatar Pierre Ducroquet

Fix a copy/paste typo in mf54_grid.css : top background image had the wrong layout property.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31689 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5b436576
......@@ -75,7 +75,7 @@
content_bottom_background_image python:here.getLayoutProperty(\'layout_content_bottom_background_image\', \n
\'mf54_image/bg_corner_content_%s1col_bottom.gif\' % ((not has_right_column and \'nosidebar_\') or \'\'));\n
content_bottom_background_image python:\'%s/%s\' % (site_url, content_bottom_background_image);\n
content_top_background_image python:here.getLayoutProperty(\'layout_content_bottom_background_image\', \n
content_top_background_image python:here.getLayoutProperty(\'layout_content_top_background_image\', \n
\'mf54_image/bg_corner_content_%s1col_top.gif\' % ((not has_right_column and \'nosidebar_\') or \'\'));\n
content_top_background_image python:\'%s/%s\' % (site_url, content_top_background_image);\n
subcontent_top_background_image python:here.getLayoutProperty(\'layout_subcontent_top_background_image\',\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment