Proyectos de Subversion Moodle

Rev

Rev 155 | Rev 161 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 155 Rev 156
Línea 25... Línea 25...
25
    // Call a function from our parent themes lib.php file to fetch the content of the themes main SCSS file based on it's own config, not ours.
25
    // Call a function from our parent themes lib.php file to fetch the content of the themes main SCSS file based on it's own config, not ours.
26
    return theme_universe_get_main_scss_content($parentconfig);
26
    return theme_universe_get_main_scss_content($parentconfig);
27
};
27
};
Línea 28... Línea 28...
28
 
28
 
29
$THEME->prescsscallback = 'theme_universe_child_get_pre_scss';
-
 
30
 
-