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

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

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

revision 1.2, Sat Mar 4 06:13:13 2006 UTC revision 1.2.2.1, Fri Mar 10 21:28:03 2006 UTC
# Line 73  function phptemplate_menu_tree($pid = 1) Line 73  function phptemplate_menu_tree($pid = 1)
73      if (function_exists('base_path')) {      if (function_exists('base_path')) {
74        $base_path = base_path();        $base_path = base_path();
75      }      }
76      $url = $base_path . 'node';      $url = $base_path;
77      if ($pid == 1) {      if ($pid == 1) {
78        $output .= "<li><a href=\"" . $url . "\">home</a></li>";        $output .= "<li><a href=\"" . $url . "\">home</a></li>";
79      };      };

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

  ViewVC Help
Powered by ViewVC 1.1.2