Implements hook_theme().
function custom_block_theme($existing, $type, $theme, $path) {
return array(
'custom_block_add_list' => array(
'variables' => array(
'content' => NULL,
),
'file' => 'custom_block.pages.inc',
'template' => 'custom-block-add-list',
),
);
}