projects
/
fusionforge
/
fusionforge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c4411d
)
Sample usage
author
Roland Mas
<lolando@debian.org>
Mon, 15 Mar 2010 13:01:34 +0000
(13:01 +0000)
committer
Roland Mas
<lolando@debian.org>
Mon, 15 Mar 2010 13:01:34 +0000
(13:01 +0000)
gforge/common/include/Navigation.class.php
patch
|
blob
|
history
diff --git
a/gforge/common/include/Navigation.class.php
b/gforge/common/include/Navigation.class.php
index 0dbff16d889bb42e4104b87fccaa0cab958dae77..aaa782dbcc34cd801ab1c9955cfb892928cbb031 100644
(file)
--- a/
gforge/common/include/Navigation.class.php
+++ b/
gforge/common/include/Navigation.class.php
@@
-55,9
+55,9
@@
class Navigation extends Error {
if (!$asHTML) {
// get the title
if (!$params['title']) {
- return
$GLOBALS['sys_name']
;
+ return
get_config ('core', 'forge_name')
;
} else {
- return
$GLOBALS['sys_name']
. ': ' . $params['title'];
+ return
get_config ('core', 'forge_name')
. ': ' . $params['title'];
}
} else {
// return HTML code otherwise