/[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.1, Sat Feb 25 06:27:33 2006 UTC revision 1.2, Sun Feb 26 18:21:32 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) {
13      $width = 44;
14      if (!$left) {
15        $width = $width + 18;
16      }
17      if (!$right1) {
18        $width = $width + 19;
19      }
20      if (!$right2) {
21        $width = $width + 14;
22      }
23      return $width;
24    }
25  function phptemplate_menu_tree($pid = 1) {  function phptemplate_menu_tree($pid = 1) {
26    if ($tree = menu_tree($pid)) {    if ($tree = menu_tree($pid)) {
27      $output .= "\n<ul>\n";      $output .= "\n<ul>\n";

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

  ViewVC Help
Powered by ViewVC 1.1.2