diff --git a/sites/all/modules/unl/unl.module b/sites/all/modules/unl/unl.module index fd3f8e502ba831f650821fb0441500f7508d6ea6..777bb0aa98e751e73fe2869fc1e7afcd3ea29432 100644 --- a/sites/all/modules/unl/unl.module +++ b/sites/all/modules/unl/unl.module @@ -360,11 +360,13 @@ function unl_preprocess_page(&$vars) { <li><a href="http://unlcms.unl.edu/community">Users Group</a>, the second Tuesday of each month at 3:00pm in Nebraska Union</li> <li><a href="http://wdn.unl.edu/help/irc.shtml">WDN Chat Room</a></li></ul> <p>Below are help topics automatically generated by Drupal.</p><hr />'; + break; case 'admin/modules': if (!unl_user_is_administrator()) { // Changed here rather than using hook_help because the later merely appends to the existing text. - $vars['page']['help']['system_help']['#markup'] = '<p>Not all modules can be turned on/off. If you have questions about modules on this page or modules not yet part of the UNL project contact an administrator.</p>'; + $vars['page']['help']['system_help']['#markup'] = '<p>Not all modules can be turned on/off. If you have questions about modules on this page or modules not yet part of the UNL project <a href="user/unl/technical_feedback">contact an administrator</a>.</p>'; } + break; } }