pub;
// get the template settings
$template_settings = theme_get_setting('tripal');
// toggle the sidebar if desired
$no_sidebar = 0;
if (is_array($template_settings['tripal_no_sidebar']) and
$template_settings['tripal_no_sidebar']['pub']) {
$no_sidebar = 1;
}
if ($teaser) {
print theme('tripal_pub_teaser',$node);
}
else { ?>
field_resource_titles); $i++){
if($node->field_resource_titles[$i]['value']){ ?>
field_resource_titles[$i]['value'] ?>
field_resource_blocks[$i]['value']; ?>
Resources
field_resource_links); $i++){
if($node->field_resource_links[$i]['value']){
$matches = preg_split("/\|/",$node->field_resource_links[$i]['value']);?>
LINKS HERE ?>