clipbucket/upload/styles/cbv3/configs.php

24 lines
600 B
PHP
Raw Normal View History

<?php
/**
* CBV3 Them configs...
*/
//Template files
$array = array(
2012-11-27 10:15:44 +00:00
'single_comment' => 'blocks/comment.html',
'single_feed_comment' => 'blocks/single_feed_comment.html',
2012-11-27 10:15:44 +00:00
'comments' => 'blocks/comments.html',
'topic' => 'blocks/groups/group_topic.html',
'single_group_feed' => 'blcoks/groups/group_feed.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>';
?>