copying stylesheet

This commit is contained in:
Savetheinternet 2011-06-11 17:09:51 +10:00
parent 5333f8c9cc
commit 94dc6698f5

View File

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