Proyectos de Subversion Moodle

Rev

Rev 125 | Rev 131 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
118 ariadna 1
<?php
1 efrain 2
defined('MOODLE_INTERNAL') || die();
3
 
118 ariadna 4
function theme_universe_child_get_pre_scss($theme)
5
{
1 efrain 6
    // Load the settings from the parent.
118 ariadna 7
    $theme = theme_config::load('universe');
1 efrain 8
    // Call the parent themes get_pre_scss function.
118 ariadna 9
    return theme_universe_get_pre_scss($theme);
1 efrain 10
}