Personalisation
Favicon
Themes
$theme = new Kuusamo\Vle\Entity\Theme\Theme;
$theme->setLogo('/logo.png', true);
$theme->setColour('primary', '#A71212');
Kuusamo\Vle\Service\Templating\TemplatingFactory::setTheme($theme);Last updated
$theme = new Kuusamo\Vle\Entity\Theme\Theme;
$theme->setLogo('/logo.png', true);
$theme->setColour('primary', '#A71212');
Kuusamo\Vle\Service\Templating\TemplatingFactory::setTheme($theme);Last updated