get rid of propicon
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user