Changed message and CSS on the recent page / e.g. the recent theme. Cyberpunk is DUCK.

This commit is contained in:
Benjamin Southall 2016-12-10 18:23:18 +09:00
parent b85104821e
commit 72a207b4c0
3 changed files with 13 additions and 7 deletions

View file

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