Skip to content
Snippets Groups Projects
Commit e61d6b51 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@1550 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent 97c5de45
No related branches found
No related tags found
No related merge requests found
......@@ -353,6 +353,13 @@ function unl_permission() {
*/
function unl_preprocess_page(&$vars) {
switch (current_path()) {
case 'admin/help':
// Override default help_help text about what to do after install
$vars['page']['help']['system_help']['#markup'] = '<h2>UNLcms Help</h2><p>Help is available from:</p>
<ul><li><a href="http://unlcms.unl.edu/guide">Online Guide</a></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>
<p>Below are help topics automatically generated by Drupal.</p><hr />';
case 'admin/modules':
if (!unl_user_is_administrator()) {
// Changed here rather than using hook_help because the later merely appends to the existing text.
......
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