Proyectos de Subversion Moodle

Rev

Rev 256 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 256 Rev 1287
Línea 50... Línea 50...
50
    }
50
    }
Línea 51... Línea 51...
51
 
51
 
52
    return format_string($theme->settings->$setting);
52
    return format_string($theme->settings->$setting);
Línea -... Línea 53...
-
 
53
}
-
 
54
 
-
 
55
function theme_universe_themedir()
-
 
56
{
-
 
57
    global $CFG;
-
 
58
 
-
 
59
    $teme_dir = '/theme';
-
 
60
 
-
 
61
    if (isset($CFG->themedir)) {
-
 
62
        $teme_dir = $CFG->themedir;
-
 
63
        $teme_dir = str_replace($CFG->dirroot, '', $CFG->themedir);
-
 
64
    }
-
 
65
 
-
 
66
    return $teme_dir;
53
}
67
}
54
 
68
 
55
/**
69
/**
56
 * Post process the CSS tree.
70
 * Post process the CSS tree.
57
 *
71
 *