Same name in other branches
- 7.x-2.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.
4 theme calls to theme_quicktabs_tab_access_denied()
- QuickBlockContent::render in plugins/
QuickBlockContent.inc - Renders the content.
- QuickCallbackContent::render in plugins/
QuickCallbackContent.inc - Renders the content.
- QuickNodeContent::render in plugins/
QuickNodeContent.inc - Renders the content.
- QuickViewContent::render in plugins/
QuickViewContent.inc - Renders the content.
File
-
./
quicktabs.module, line 546
Code
function theme_quicktabs_tab_access_denied($variables) {
return t('You are not authorized to access this content.');
}