clipbucket/upload/styles/cbv3/configs.php
Arslan Hassan 327662d858 Added : Initial Group
Renamed : account-left.html to account_left.html
Added : new group member manager for front end
Updated : Playlists
Added : functions_groups.js
Added : group.css
Added : ajax/groups.php
Added : jquery.address.js
Updated : API
2012-09-26 11:28:20 +00:00

19 lines
437 B
PHP

<?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);
//Setting the pagination tag
$pages->pagination_tag = '<a #params# class="btn">#page#</a>';
$pages->skipper = '<a #params# class="btn disabled">...</a>'
?>