Skip to content
Snippets Groups Projects
Commit 46b22c99 authored by Tim Steiner's avatar Tim Steiner
Browse files

In the UNL site profile, make the "Home" link expanded by default

git-svn-id: file:///tmp/wdn_thm_drupal/trunk@316 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent c31a8436
No related branches found
No related tags found
No related merge requests found
......@@ -211,7 +211,10 @@ EOF;
// End adding custom blocks
// Set the "Home" menu link to be expanded by default
$links = menu_load_links('main-menu');
$links[0]['expanded'] = 1;
menu_link_save($links[0]);
......
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