This problem caused from non-printing of $tabs2. I committed those changes, so will be included in next Bluemasters theme release.
However, in order to fix this issue directly, follow the instructions below:
1. Add to your template.php file the code
/**
* Override or insert PHPTemplate variables into the templates.
*/
function phptemplate_preprocess_page(&$vars) {
$vars['tabs2'] = menu_secondary_local_tasks();
}
2. then, print $tabs2 at your page.tpl.php file (under "print $tabs;")
Comments
Comment #1
gtsopour commentedThis problem caused from non-printing of $tabs2. I committed those changes, so will be included in next Bluemasters theme release.
However, in order to fix this issue directly, follow the instructions below:
1. Add to your template.php file the code
2. then, print $tabs2 at your page.tpl.php file (under "print $tabs;")
Finally, in order to see tabs2 you should clear your cache through admin/settings/performance.
Comment #2
gtsopour commentedFixed and committed.
Comment #3
Bitvark commentedHi,
it should be better edit only template.php file and add to phptemplate_menu_local_tasks function following code before returning output:
function should become as follows:
Comment #5
bkenro commentedIt doesn't seem to be fixed for me.
phptemplate_menu_local_tasks missing the if-clause for $secondary.
Comment #6
beto_beto commentedi have the same problem here ,, in other theme
the sub-tab containing [ *Form Components *E-mails *Form Settings] under Webform.
dose not show .