/[drupal]/contributions/themes/channel_nine/template.php
ViewVC logotype

Diff of /contributions/themes/channel_nine/template.php

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

revision 1.2, Sun Feb 26 18:21:32 2006 UTC revision 1.2.2.1, Fri Mar 10 21:24:35 2006 UTC
# Line 9  function channel_nine_regions() { Line 9  function channel_nine_regions() {
9         'footer' => t('footer')         'footer' => t('footer')
10    );    );
11  }  }
12  function channel_nine_get_center_width($left, $right1, $right2) {  function channel_nine_get_center_width($left, $right1, $right2, $mission) {
13    $width = 44;    $width = 44;
14    if (!$left) {    if (!$left && !$mission) {
15      $width = $width + 18;      $width = $width + 18;
16    }    }
17    if (!$right1) {    if (!$right1) {
# Line 28  function phptemplate_menu_tree($pid = 1) Line 28  function phptemplate_menu_tree($pid = 1)
28      if (function_exists('base_path')) {      if (function_exists('base_path')) {
29        $base_path = base_path();        $base_path = base_path();
30      }      }
31      $url = $base_path . 'node';      $url = $base_path;
32      if ($pid == 1) {      if ($pid == 1) {
33        $output .= "<li><a href=\"" . $url . "\">home</a></li>";        $output .= "<li><a href=\"" . $url . "\">home</a></li>";
34      };      };

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.2.1

  ViewVC Help
Powered by ViewVC 1.1.2