Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
unity_webapp
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
unity_webapp
Commits
a280ec19
There was an error fetching the commit references. Please try again later.
Commit
a280ec19
authored
12 years ago
by
Sebastian Paul
Browse files
Options
Downloads
Patches
Plain Diff
pareview fixes pt. 3
parent
c4c3330c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
unity_api.module
+1
-1
1 addition, 1 deletion
unity_api.module
unity_hud_menu/unity_hud_menu.module
+2
-2
2 additions, 2 deletions
unity_hud_menu/unity_hud_menu.module
with
3 additions
and
3 deletions
unity_api.module
+
1
−
1
View file @
a280ec19
...
...
@@ -7,7 +7,7 @@
/**
* Call hooks to build the links.
* @return
$link
array
* @return array
* array with links from called hooks
*/
function
unity_api_generate_links_array
()
{
...
...
This diff is collapsed.
Click to expand it.
unity_hud_menu/unity_hud_menu.module
+
2
−
2
View file @
a280ec19
...
...
@@ -6,7 +6,7 @@
/**
* Walk through menu_tree and find the links.
* @return
$link
array
* @return array
* array with links
*/
function
unity_hud_menu_walk
(
$object
)
{
...
...
@@ -26,7 +26,7 @@ function unity_hud_menu_walk($object) {
/**
* Implements hook_unityapi_addlinks().
* @return
$link
array
* @return array
* array with links
*/
function
unity_hud_menu_unityapi_addlinks
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment