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

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

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

revision 1.1, Sat Feb 18 05:43:02 2006 UTC revision 1.1.4.1, Fri Mar 10 20:47:26 2006 UTC
# Line 3  function phptemplate_menu_tree($pid = 1) Line 3  function phptemplate_menu_tree($pid = 1)
3    if ($tree = menu_tree($pid)) {    if ($tree = menu_tree($pid)) {
4      $output .= "<ul>";      $output .= "<ul>";
5      if ($pid == 1) {      if ($pid == 1) {
6        $output .= "<li><a href=\"node\">home</a></li>";        $output .= "<li><a href=\"./\">home</a></li>";
7      };      };
8      $output .= $tree;      $output .= $tree;
9      $output .= "</ul>";      $output .= "</ul>";

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

  ViewVC Help
Powered by ViewVC 1.1.2