clipbucket/upload/styles/cbv3/configs.php

16 lines
228 B
PHP
Raw Normal View History

<?php
/**
* CBV3 Them configs...
*/
//Template files
$array = array(
'single_comment' => 'blocks/comment.html',
'comments' => 'blocks/comments.html',
);
set_config('template_files',$array);
?>