Parent Directory
|
Revision Log
|
Revision Graph
|
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 | }; | }; |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |