You are here

function theme_quicktabs_tab_access_denied in Quick Tabs 6.2

Same name and namespace in other branches
  1. 6.3 quicktabs.module \theme_quicktabs_tab_access_denied()
  2. 7.3 quicktabs.module \theme_quicktabs_tab_access_denied()
  3. 7.2 quicktabs.module \theme_quicktabs_tab_access_denied()

Theme function to display the access denied tab.

1 theme call to theme_quicktabs_tab_access_denied()
quicktabs_render_tabpage in ./quicktabs.module
Render quicktabs tabpage.

File

./quicktabs.module, line 300

Code

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