clipbucket/upload/styles/cbv3/configs.php

15 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);
?>