mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-25 16:00:22 +01:00
copying stylesheet
This commit is contained in:
parent
626719ab86
commit
c0ed5d591e
@ -18,7 +18,7 @@
|
||||
global $config, $_theme;
|
||||
|
||||
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']);
|
||||
@ -144,4 +144,4 @@
|
||||
}
|
||||
};
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user