function theme_lt_access_denied in LoginToboggan 5
Same name and namespace in other branches
- 6 logintoboggan.module \theme_lt_access_denied()
- 7 logintoboggan.module \theme_lt_access_denied()
Theme the Access Denied message.
1 theme call to theme_lt_access_denied()
File
- ./
logintoboggan.module, line 1167 - Logintoboggan Module
Code
function theme_lt_access_denied() {
return t('You are not authorized to access this page.');
}