Skip to content
Snippets Groups Projects
Commit 472bc44b authored by Sebastian Paul's avatar Sebastian Paul
Browse files

update .api.php

parent 0f5ffad2
No related branches found
No related tags found
No related merge requests found
......@@ -22,15 +22,15 @@
*/
function hook_unity_webapp_addlinks() {
return array(
[0] => array(
name => "linkname",
href => "link",
),
[1] => array(
name => "linkname",
href => "link",
),
);
array(
'name' => 'Administration',
'href' => 'admin',
),
array(
'name' => 'Tasks',
'href' => 'admin/tasks',
),
);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment