From 94dc6698f5b5d76e3c19924a4f349eb7d23c9add Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Sat, 11 Jun 2011 17:09:51 +1000 Subject: [PATCH] copying stylesheet --- templates/themes/recent/theme.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/themes/recent/theme.php b/templates/themes/recent/theme.php index 764c4170..812760ff 100644 --- a/templates/themes/recent/theme.php +++ b/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 @@ } }; -?> \ No newline at end of file +?>