mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 17:08:34 +01:00
some first basic branding
This commit is contained in:
parent
55638ce3a5
commit
7971e01aef
@ -146,7 +146,7 @@
|
||||
print "scalar: set *$varname* to *$value*<br>\n";
|
||||
}
|
||||
$this->varkeys[$varname] = $this->varname($varname);
|
||||
$this->varvals[$varname] = $value;
|
||||
$this->varvals[$varname] = str_replace('phpGroupWare','eGroupWare',$value);
|
||||
}
|
||||
}
|
||||
else
|
||||
@ -161,7 +161,7 @@
|
||||
print "array: set *$k* to *$v*<br>\n";
|
||||
}
|
||||
$this->varkeys[$k] = $this->varname($k);
|
||||
$this->varvals[$k] = $v;
|
||||
$this->varvals[$k] = str_replace('phpGroupWare','eGroupWare',$v);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 7.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 18 KiB |
Binary file not shown.
@ -146,7 +146,7 @@
|
||||
print "scalar: set *$varname* to *$value*<br>\n";
|
||||
}
|
||||
$this->varkeys[$varname] = $this->varname($varname);
|
||||
$this->varvals[$varname] = $value;
|
||||
$this->varvals[$varname] = str_replace('phpGroupWare','eGroupWare',$value);
|
||||
}
|
||||
}
|
||||
else
|
||||
@ -161,7 +161,7 @@
|
||||
print "array: set *$k* to *$v*<br>\n";
|
||||
}
|
||||
$this->varkeys[$k] = $this->varname($k);
|
||||
$this->varvals[$k] = $v;
|
||||
$this->varvals[$k] = str_replace('phpGroupWare','eGroupWare',$v);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -29,7 +29,7 @@
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr class="banner">
|
||||
<td align="left">
|
||||
phpGroupWare version {pgw_ver} {lang_setup} {configdomain}
|
||||
eGroupWare version {pgw_ver} {lang_setup} {configdomain}
|
||||
</td>
|
||||
<td align="right">{logoutbutton}</td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user