diff -r 74e03196fd43 -r e45183014778 includes/paths.php --- a/includes/paths.php Sat Jul 19 21:14:54 2008 -0400 +++ b/includes/paths.php Sun Jul 20 13:32:04 2008 -0400 @@ -475,7 +475,7 @@ { $i++; $name = ( preg_match('/^[a-z0-9_]+$/', $key) ) ? $lang->get($c['name']) : $c['name']; - if ( $c['icon'] && $c['icon'] != scriptPath . '/images/spacer.gif' ) + if ( $c['icon'] && $c['icon'] != cdnPath . '/images/spacer.gif' ) { if ( is_array($c['icon']) ) { @@ -520,7 +520,7 @@ { $xpos = 16 * ( $ix - 1 ); $ypos = 16 * ( $iy - 1 ); - return "\"\" "; + return "\"\" "; } /** @@ -535,7 +535,7 @@ { if ( !$icon ) { - $icon = scriptPath . '/images/spacer.gif'; + $icon = cdnPath . '/images/spacer.gif'; } if(!isset($this->admin_tree[$section])) {