Telefon
+49 9191 1638 - 28
if($metaboxes == NULL) {
$metaboxes = _get_metaboxes_overview($node,FALSE);
}
/*********************************
* Subtemplate switch
*********************************/
switch($node->field_subtemplate[0]['value']){
case 1:{
include_once('subtemplates/node-story-article-tpl.inc'); // general article
break;
}
case 2:{
include_once('subtemplates/node-story-blogarticle-tpl.inc'); // blog article
break;
}
case 3:{
include_once('subtemplates/node-story-news-tpl.inc'); // News article
break;
}
case 4:{
include_once('subtemplates/node-story-pressrelease-tpl.inc'); // Press release
break;
}
case 5:{
include_once('subtemplates/node-story-date-tpl.inc'); // Date
break;
}
case 6:{
include_once('subtemplates/node-story-case-tpl.inc');#
break;
}
default: include_once('subtemplates/node-story-article-tpl.inc');
}
?>