By Aurian Noreinor on
Hi there,
I am having an issue with a theme i designed.
I have additional profile-categories defined with the core profile module. When I try to use this theme the secondary tabs that provide access to them under my account->edit are not shown. Only the standard account settings are shown.
When i activate the bluemarine theme the secondary tabs show up. I have looked that the page.tpl.php file and I have made sure that the statement <?php print $tabs ?> is there. But even then the tabs are not showing in my theme.
Has anyone faced this problem before?
Aurian
Comments
Fixed it !
In my template.php file for my custom theme I replaced :
with
...
the extra < & > shouldnt be there, eg }< is just }
Pimp your Drupal 8 Toolbar - make it badass.
Adaptivetheme - theming system for people who don't code.
Works perfectly, thanks !
Works perfectly, thanks !