added Fluttershy recent theme and theme picker

This commit is contained in:
asiekierka 2013-01-06 13:40:33 +01:00 committed by Michael Foster
parent 15d2c3e28a
commit b01417be44
3 changed files with 66 additions and 1 deletions

View file

@ -19,7 +19,7 @@
global $config, $_theme;
if ($action == 'all') {
copy('templates/themes/recent/recent.css', $config['dir']['home'] . $settings['css']);
copy('templates/themes/recent/' . $settings['basecss'], $config['dir']['home'] . $settings['css']);
}
$this->excluded = explode(' ', $settings['exclude']);