First off, the above "path" is wrong. Second, that's not the way set_filenames is used. You should change it back to this:Mr_makaveli wrote:$template->set_filenames(array(
'body' => '/styles/template/clanzone3/arcade/arcade_index_body.html')
I get errors, because clanzone3 is not my default theme and nor do i want it to be!
Code: Select all
$template->set_filenames(array(
'body' => 'arcade/arcade_index_body.html'
));