Skip to content
Snippets Groups Projects
Commit 97c5de45 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@1547 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent 1c0507db
No related branches found
No related tags found
No related merge requests found
sites/all/modules/unl/images/feedback_toolbar.png

426 B | W: | H:

sites/all/modules/unl/images/feedback_toolbar.png

1.31 KiB | W: | H:

sites/all/modules/unl/images/feedback_toolbar.png
sites/all/modules/unl/images/feedback_toolbar.png
sites/all/modules/unl/images/feedback_toolbar.png
sites/all/modules/unl/images/feedback_toolbar.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -2,6 +2,18 @@
require_once dirname(__FILE__) . '/includes/common.php';
/**
* Implementation of hook_help().
*/
function unl_help($path, $arg) {
switch ($path) {
case 'admin/people/permissions':
return '<h1>Be careful! Permissions are shared globally between sites on UNLcms!</h1>';
case 'user/unl/technical_feedback':
return '<p>Consider visiting the Web Developer Network <a href="http://wdn.unl.edu/help/irc.shtml" target="_blank">chat room</a> as well.</p>';
}
}
/**
* Implementation of hook_entity_info_alter().
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment