clipbucket/upload/styles/cbv3/configs.php

20 lines
437 B
PHP
Raw Normal View History

<?php
/**
* CBV3 Them configs...
*/
//Template files
$array = array(
'single_comment' => 'blocks/comment.html',
'comments' => 'blocks/comments.html',
'topic' => 'blocks/groups/topic.html',
);
set_config('template_files',$array);
2012-09-13 18:59:23 +00:00
//Setting the pagination tag
$pages->pagination_tag = '<a #params# class="btn">#page#</a>';
$pages->skipper = '<a #params# class="btn disabled">...</a>'
?>