Openstack theme - openstack.org main menu
Add openstack.org link to main menu. Change-Id: I492581f49bcb0fd5f067891cf50d236fc7232882
This commit is contained in:
@@ -59,6 +59,15 @@ function groups_install() {
|
||||
// Set a default user avatar.
|
||||
/*commons_set_default_avatar();*/
|
||||
|
||||
// Create openstack.org menu item
|
||||
$item = array(
|
||||
'link_title' => st('OpenStack.org'),
|
||||
'link_path' => 'http://openstack.org',
|
||||
'menu_name' => 'main-menu',
|
||||
'weight' => -5,
|
||||
);
|
||||
menu_link_save($item);
|
||||
|
||||
$search_block = array(
|
||||
'module' => 'search',
|
||||
'delta' => 'form',
|
||||
|
||||
Reference in New Issue
Block a user