Own theme as standard theme

Re: Own theme as standard theme

par Howard Miller,
Nombre de réponses : 0
Avatar Core developers Avatar Documentation writers Avatar Particularly helpful Moodlers Avatar Peer reviewers Avatar Plugin developers

Here....


To build that into the install without changing core code you need to set up a new file called local/defaults.php

That should contain..

<?php
$defaults['moodle']['theme'] = 'yourtheme';

(see local/readme.txt)


Moyenne des évaluations Useful (1)