Same name in other branches
- 7.x-3.x quicktabs.module \theme_quicktabs_tab_access_denied()
- 8.x-1.x quicktabs.module \theme_quicktabs_tab_access_denied()
Theme function to display the access denied tab.
3 theme calls to theme_quicktabs_tab_access_denied()
Fichier
-
./
quicktabs.module, line 490
Code
function theme_quicktabs_tab_access_denied($variables) {
$tab = $variables['tab'];
return t('You are not authorized to access this content.');
}