Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.10, Tue Jul 29 18:08:12 2008 UTC | revision 1.11, Fri Aug 1 07:26:20 2008 UTC | |
|---|---|---|
| # | Line 119 function phptemplate_menu_local_tasks() | Line 119 function phptemplate_menu_local_tasks() |
| 119 | $output .= "</fb:tabs>\n"; | $output .= "</fb:tabs>\n"; |
| 120 | } | } |
| 121 | // TODO secondary local tasks | // TODO secondary local tasks |
| 122 | if ($secondary = menu_secondary_local_tasks()) { | |
| 123 | $output .= "<ul class=\"tabs secondary\">\n". $secondary ."</ul>\n"; | |
| 124 | } | |
| 125 | } | } |
| 126 | else | else |
| 127 | $output = theme_menu_local_tasks(); | $output = theme_menu_local_tasks(); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |