Commbuilder template info hook
/**
* Implement hook_theme()
*/
function as_newsletter_template_2014v1_commbuilder_template_info() {
return array(
'theme_set_2014v1' => array(
'default' => array(
'email' => array(
'description' => 'Single column layout tested for Outlook',
'template' => 'theme/email_single_column',
'variables' => array()
),
'web' => array(
'description' => 'Single column layout tested for Outlook',
'template' => 'theme/web_newsletter',
'variables' => array()
),
),
),
);
}