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

pareview pt.4

parent 057266ad
Branches
Tags
No related merge requests found
......@@ -3,7 +3,9 @@
Add Drupal as a webapp in Ubuntus Unity.
It adds a Shortcut to ubuntus launcher and allows integration for menu shortcuts in the Unity HUD.
Current set of Features:
* It adds a Shortcut to ubuntus launcher.
* Allows integration for menu shortcuts in the Unity HUD.
......
......@@ -32,4 +32,3 @@ function unity_webapp_page_alter(&$page) {
// TODO: drupal_alter to allow other modules to alter the output.
drupal_add_js(array('unity_api' => $my_settings), 'setting');
}
......@@ -33,4 +33,3 @@ function unity_webapp_menu_unityapi_addlinks() {
$links = unity_hud_walk(menu_tree_all_data("management"));
return $links;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment