Hello (sorry for my english, i'm french),

with this theme and Profile core module, there is an issue. When I want edit additionnal informations, I can't access to because there isn't tab links.
I think is in the page.tpl.php that the issue is located.

Thanks.

Comments

Djtito10’s picture

Effectively was in page.tpl.php where there isn't $tabs2.

Moreover, is necessary to include a function into template.php

function phptemplate_preprocess_page(&$vars) {
  $vars['tabs2'] = menu_secondary_local_tasks();
}

And don't forget ! Clear cache ;)