Own theme as standard theme

Re: Own theme as standard theme

by Howard Miller -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of 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)


Average of ratings: Useful (1)