You are here

function theme_lt_access_denied in LoginToboggan 5

Same name and namespace in other branches
  1. 6 logintoboggan.module \theme_lt_access_denied()
  2. 7 logintoboggan.module \theme_lt_access_denied()

Theme the Access Denied message.

1 theme call to theme_lt_access_denied()
logintoboggan_denied in ./logintoboggan.module

File

./logintoboggan.module, line 1167
Logintoboggan Module

Code

function theme_lt_access_denied() {
  return t('You are not authorized to access this page.');
}