aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-02-21 11:49:27 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-02-21 11:49:27 +0000
commit983c50cb179f30bcefd86e609809790bcfe993bc (patch)
tree6a5e0a9e265745ae9e8d6a5a3e15bbb482d49f7c
parent1bcbac70c3e5a031ae69f2344afd491fec77dfda (diff)
downloadforums-983c50cb179f30bcefd86e609809790bcfe993bc.tar
forums-983c50cb179f30bcefd86e609809790bcfe993bc.tar.gz
forums-983c50cb179f30bcefd86e609809790bcfe993bc.tar.bz2
forums-983c50cb179f30bcefd86e609809790bcfe993bc.tar.xz
forums-983c50cb179f30bcefd86e609809790bcfe993bc.zip
Altered theme entry ... delete your existing entry and replace with this
git-svn-id: file:///svn/phpbb/trunk@3484 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/install/schemas/mysql_basic.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/mysql_basic.sql b/phpBB/install/schemas/mysql_basic.sql
index 21c1ae637d..85ab5e11c1 100644
--- a/phpBB/install/schemas/mysql_basic.sql
+++ b/phpBB/install/schemas/mysql_basic.sql
@@ -186,7 +186,7 @@ INSERT INTO phpbb_styles_imageset (imageset_id, imageset_name, imageset_path, po
INSERT INTO phpbb_styles_template (template_id, template_name, template_path, poll_length, pm_box_length, compile_crc) VALUES (1, 'subSilver &copy; phpBB Group', 'subSilver', 205, 175, '');
# -- phpbb_styles_theme
-INSERT INTO phpbb_styles_theme (theme_id, css_data, css_external) VALUES (1, 'th { background-image: url(templates/subSilver/images/cellpic3.gif) }\r\ntd.cat { background-image: url(templates/subSilver/images/cellpic1.gif) }\r\ntd.rowpic { background-image: url(templates/subSilver/images/cellpic2.jpg); background-repeat: repeat-y }\r\ntd.icqback { background-image: url(templates/subSilver/images/icon_icq_add.gif); background-repeat: no-repeat }\r\ntd.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { background-image: url(templates/subSilver/images/cellpic1.gif) }\r\nth.thTop { background-image: url(templates/subSilver/images/cellpic3.gif) }', 'subSilver/subSilver.css');
+INSERT INTO phpbb_styles_theme (theme_id, css_data, css_external) VALUES (1, 'body {background: white url(\'templates/subSilver/images/background.png\') repeat-x;}\nth { background-image: url(\'templates/subSilver/images/cellpic3.gif\') }\ntd.cat { background-image: url(\'templates/subSilver/images/cellpic1.gif\') }\ntd.rowpic { background-image: url(\'templates/subSilver/images/cellpic2.jpg\'); background-repeat: repeat-y }\ntd.icqback { background-image: url(\'templates/subSilver/images/icon_icq_add.gif\'); background-repeat: no-repeat }', 'subSilver/subSilver.css');
# -- Forums