updated themes to use new file_write() function

This commit is contained in:
Savetheinternet 2011-05-22 01:24:45 +10:00
parent d4aff84741
commit 70d84874e0
2 changed files with 4 additions and 4 deletions

View file

@ -16,7 +16,7 @@
global $config;
if($action == 'all' || $action == 'news')
file_put_contents($config['dir']['home'] . $config['file_index'], Basic::homepage($settings));
file_write($config['dir']['home'] . $config['file_index'], Basic::homepage($settings));
}
// Build news page