mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
some more branding www.phpgroupware.org --> www.eGroupWare.org
This commit is contained in:
parent
4c93a60578
commit
16d1fddc52
@ -159,7 +159,10 @@
|
|||||||
print "array: set *$k* to *$v*<br>\n";
|
print "array: set *$k* to *$v*<br>\n";
|
||||||
}
|
}
|
||||||
$this->varkeys[$k] = $this->varname($k);
|
$this->varkeys[$k] = $this->varname($k);
|
||||||
$this->varvals[$k] = $this->egroupware_hack ? str_replace('phpGroupWare','eGroupWare',$v) : $v;
|
$this->varvals[$k] = $this->egroupware_hack ? str_replace(
|
||||||
|
array('phpGroupWare','www.phpgroupware.org'),
|
||||||
|
array('eGroupWare','www.eGroupWare.org'),$v
|
||||||
|
) : $v;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user