clipbucket/upload/styles/cbv3/template.php
Arslan Hassan 5962836294 Added : template.php as template file
Added : function filters files replacing function hooks
Added : add_admin_menu a whole new function and replaced all existing functions with new
Added : New Admin Area with Bootstrap and new icons
Added : functions for widgets
Added : Sidebars and Widgets
2012-04-28 20:11:43 +00:00

30 lines
No EOL
403 B
PHP

<?php
/**
* Template PHP File for template functions...
*/
/**
* add_thumb_size(336x44)
*/
if(!config($Cbucket->template.'-theme-options'))
{
$options = array(
);
//Add Theme options
$options = array(
'options'=>$options,
'widgets'=> array()
);
}
//Loading configs..
$Cbucket->theme_configs = theme_configs();
?>