get rid of propicon

This commit is contained in:
Marc Delisle
2007-02-10 15:58:46 +00:00
parent cffc524c4d
commit 99afad04b1
33 changed files with 335 additions and 343 deletions

View File

@@ -5,8 +5,7 @@ body {
color: #000000;
<?php
if ($GLOBALS['cfg']['RightBgImage'] == '') {
// calls from a css file are relative to itself, so use ../images
echo ' background-image: url(../themes/original/img/vertical_line.png);' . "\n"
echo ' background-image: url(themes/original/img/vertical_line.png);' . "\n"
. ' background-repeat: repeat-y;' . "\n";
} else {
echo ' background-image: url(' . $GLOBALS['cfg']['RightBgImage'] . ');' . "\n";
@@ -200,7 +199,7 @@ div.errorhead {
color: #ffffff;
text-align: left;
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
background-image: url(../themes/original/img/s_error.png);
background-image: url(themes/original/img/s_error.png);
background-repeat: no-repeat;
background-position: 5px 50%;
padding: 0px 0px 0px 25px;