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

Theme function to display the access denied tab.

4 theme calls to theme_quicktabs_tab_access_denied()
QuickBlockContent::render dans plugins/QuickBlockContent.inc
Renders the content.
QuickCallbackContent::render dans plugins/QuickCallbackContent.inc
Renders the content.
QuickNodeContent::render dans plugins/QuickNodeContent.inc
Renders the content.
QuickViewContent::render dans plugins/QuickViewContent.inc
Renders the content.

Fichier

./quicktabs.module, line 546

Code

function theme_quicktabs_tab_access_denied($variables) {
    return t('You are not authorized to access this content.');
}