Skip to content
Snippets Groups Projects
Commit 415daaa2 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

[gh-312] Merging test into staging

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@1559 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent 3fe86c2f
Branches
Tags
No related merge requests found
...@@ -360,11 +360,13 @@ function unl_preprocess_page(&$vars) { ...@@ -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://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> <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 />'; <p>Below are help topics automatically generated by Drupal.</p><hr />';
break;
case 'admin/modules': case 'admin/modules':
if (!unl_user_is_administrator()) { if (!unl_user_is_administrator()) {
// Changed here rather than using hook_help because the later merely appends to the existing text. // 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;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment