/[drupal]/contributions/themes/slurpee/slurpee.theme
ViewVC logotype

Diff of /contributions/themes/slurpee/slurpee.theme

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.19, Thu Mar 31 19:53:49 2005 UTC revision 1.20, Sat Apr 30 18:42:48 2005 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: slurpee.theme,v 1.18 2005/01/29 10:17:13 tdobes Exp $  // $Id: slurpee.theme,v 1.19 2005/03/31 19:53:49 tdobes Exp $
3    
4  function slurpee_features() {  function slurpee_features() {
5    return array('toggle_name', 'toggle_mission', 'toggle_primary_links', 'toggle_search');    return array('toggle_name', 'toggle_mission', 'toggle_primary_links', 'toggle_search');
# Line 89  function slurpee_page($content) { Line 89  function slurpee_page($content) {
89    if ($tabs = theme('menu_local_tasks')) {    if ($tabs = theme('menu_local_tasks')) {
90      $output .= $tabs;      $output .= $tabs;
91    }    }
92    if ($help = menu_get_active_help()) {    $output .= theme('help');
93      $output .= "        <div id=\"help\">$help</div><hr />\n";    $output .= theme('status_messages');
   }  
   $output .= theme_status_messages();  
94    
95    $output .= "\n        <!-- begin content -->\n";    $output .= "\n        <!-- begin content -->\n";
96    $output .= $content;    $output .= $content;
# Line 250  function slurpee_block($block) { Line 248  function slurpee_block($block) {
248    $output .= "        <br />\n\n";    $output .= "        <br />\n\n";
249    return $output;    return $output;
250  }  }
251    
252    function slurpee_help() {
253      if ($help = menu_get_active_help()) {
254        return '<div class="help">'. $help .'</div><hr />';
255      }
256    }
257    
258    ?>

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

  ViewVC Help
Powered by ViewVC 1.1.2