stock; // 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']['stock']) { $no_sidebar = 1; } if ($teaser) { print theme('tripal_stock_teaser',$node); } else { ?>