-
-
-
-
-
-
-
-
- Index: themes/bluemarine/block.tpl.php =================================================================== RCS file: themes/bluemarine/block.tpl.php diff -N themes/bluemarine/block.tpl.php --- themes/bluemarine/block.tpl.php 7 Aug 2007 08:39:36 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,7 +0,0 @@ - -
| $blocks_left | \n"; - } - - $output .= "\n";
-
- if ($title) {
- $output .= theme("breadcrumb", drupal_get_breadcrumb());
- $output .= "$title"; - } - - if ($tabs = theme('menu_local_tasks')) { - $output .= $tabs; - } - - if ($show_messages) { - $output .= theme('status_messages'); - } - - $output .= theme('help'); - - $output .= "\n\n"; - $output .= $content; - $output .= drupal_get_feeds(); - $output .= "\n\n"; - - if ($footer = variable_get('site_footer', '')) { - $output .= " \n"; - } - - $output .= " | \n";
-
- if ($show_blocks && !empty($blocks_right)) {
- $output .= " $blocks_right | \n"; - } - - $output .= "