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