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

Diff of /contributions/themes/unconed/unconed.theme

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

revision 1.14, Thu Mar 31 19:53:49 2005 UTC revision 1.15, Sat Apr 30 18:42:48 2005 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: unconed.theme,v 1.13 2005/03/27 10:41:55 tdobes Exp $  // $Id: unconed.theme,v 1.14 2005/03/31 19:53:49 tdobes Exp $
3    
4  function unconed_features() {  function unconed_features() {
5    return array('logo', 'toggle_primary_links');    return array('logo', 'toggle_primary_links');
# Line 100  function unconed_page($content) { Line 100  function unconed_page($content) {
100      $output .= $tabs;      $output .= $tabs;
101    }    }
102    
103    if ($help = menu_get_active_help()) {    $output .= theme('help');
     $output .= "<div id=\"help\">$help</div><hr />";  
   }  
104    
105    $output .= theme_status_messages();    $output .= theme('status_messages');
106    
107    $output .= "\n<!-- begin content -->\n";    $output .= "\n<!-- begin content -->\n";
108    $output .= $content;    $output .= $content;
# Line 333  function unconed_box($subject, $content, Line 331  function unconed_box($subject, $content,
331    return $output;    return $output;
332  }  }
333    
334    function unconed_help() {
335      if ($help = menu_get_active_help()) {
336        return '<div class="help">'. $help .'</div><hr />';
337      }
338    }
339    
340  ?>  ?>

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

  ViewVC Help
Powered by ViewVC 1.1.2