clipbucket/upload/styles/cbv3/configs.php
Arslan Hassan 968c9361b3 Fixed : Channel Feeds
Fixed : Notifications
2012-12-24 20:27:36 +00:00

24 lines
666 B
PHP

<?php
/**
* CBV3 Them configs...
*/
//Template files
$array = array(
'single_comment' => 'blocks/comment.html',
'single_feed_comment' => 'blocks/single_feed_comment.html',
'comments' => 'blocks/comments.html',
'topic' => 'blocks/groups/group_topic.html',
'single_group_feed' => 'blcoks/groups/group_feed.html',
'single_feed_user' => 'blocks/view_channel/feed.html',
);
set_config('template_files',$array);
//Setting the pagination tag
$pages->pagination_tag = '<a #params# class="btn">#page#</a>';
$pages->skipper = '<a #params# class="btn disabled">...</a>';
?>