Custom pix work again .... bug 3319

This commit is contained in:
moodler
2005-05-22 15:34:07 +00:00
parent ee4a29b417
commit 255804071d
+1 -1
View File
@@ -2078,7 +2078,7 @@ function theme_setup($theme = '', $params=NULL) {
}
/// Set up image paths
if (empty($CFG->custompix)) { // Could be set in the above file
if (empty($THEME->custompix)) { // Could be set in the above file
$CFG->pixpath = $CFG->wwwroot .'/pix';
$CFG->modpixpath = $CFG->wwwroot .'/mod';
} else {