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