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

Diff of /contributions/themes/adc/adc.theme

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

revision 1.18, Thu Mar 31 19:53:46 2005 UTC revision 1.19, Sat Apr 30 18:42:47 2005 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /** $Id: adc.theme,v 1.17 2005/03/21 02:50:52 tdobes Exp $  /** $Id: adc.theme,v 1.18 2005/03/31 19:53:46 tdobes Exp $
3   *  Theme for cuadc.org   *  Theme for cuadc.org
4   *   *
5   *  @author Alastair Maw (me@almaw.com)   *  @author Alastair Maw (me@almaw.com)
# Line 70  function adc_page($content) { Line 70  function adc_page($content) {
70      $output .= $tabs;      $output .= $tabs;
71    }    }
72    
73    if ($help = menu_get_active_help()) {    $output .= theme('help');
     $output .= "<div id=\"help\">$help</div><hr />";  
   }  
74    
75    $output .= theme_status_messages();    $output .= theme('status_messages');
76    
77    $output .= "\n<!-- begin content -->\n";    $output .= "\n<!-- begin content -->\n";
78    $output .= $content;    $output .= $content;
# Line 135  function adc_comment($comment, $link = " Line 133  function adc_comment($comment, $link = "
133    return $output;    return $output;
134  }  }
135    
   
136  function adc_block($block) {  function adc_block($block) {
137    global $boxcounter;    global $boxcounter;
138    $boxcounter++;    $boxcounter++;
# Line 151  function adc_block($block) { Line 148  function adc_block($block) {
148    return $output;    return $output;
149  }  }
150    
151    function adc_help() {
152      if ($help = menu_get_active_help()) {
153        return '<div class="help">'. $help .'</div><hr />';
154      }
155    }
156    
157  ?>  ?>

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

  ViewVC Help
Powered by ViewVC 1.1.2