/[drupal]/contributions/modules/fb/themes/fb_fbml/template.php
ViewVC logotype

Diff of /contributions/modules/fb/themes/fb_fbml/template.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch 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();

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.2