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