16 lines
228 B
PHP
16 lines
228 B
PHP
![]() |
<?php
|
||
|
|
||
|
/**
|
||
|
* CBV3 Them configs...
|
||
|
*/
|
||
|
|
||
|
//Template files
|
||
|
$array = array(
|
||
|
'single_comment' => 'blocks/comment.html',
|
||
|
'comments' => 'blocks/comments.html',
|
||
|
);
|
||
|
|
||
|
set_config('template_files',$array);
|
||
|
|
||
|
?>
|