Same name and namespace in other branches
  1. 7.x-3.x quicktabs.module \theme_quicktabs_tab_access_denied() 1 comment
  2. 8.x-1.x quicktabs.module \theme_quicktabs_tab_access_denied() 1 comment

Theme function to display the access denied tab.

3 theme calls to theme_quicktabs_tab_access_denied()
_quicktabs_build_content_block in ./quicktabs.module
_quicktabs_build_content_node in ./quicktabs.module
_quicktabs_build_content_view in ./quicktabs.module

File

./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.');
}