Browse Source

copying stylesheet

pull/40/head
Savetheinternet 13 years ago
parent
commit
94dc6698f5
  1. 4
      templates/themes/recent/theme.php

4
templates/themes/recent/theme.php

@ -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…
Cancel
Save