some first basic branding

This commit is contained in:
Ralf Becker 2003-08-28 18:17:11 +00:00
parent 55638ce3a5
commit 7971e01aef
7 changed files with 5 additions and 5 deletions

View File

@ -146,7 +146,7 @@
print "scalar: set *$varname* to *$value*<br>\n"; print "scalar: set *$varname* to *$value*<br>\n";
} }
$this->varkeys[$varname] = $this->varname($varname); $this->varkeys[$varname] = $this->varname($varname);
$this->varvals[$varname] = $value; $this->varvals[$varname] = str_replace('phpGroupWare','eGroupWare',$value);
} }
} }
else else
@ -161,7 +161,7 @@
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] = $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

View File

@ -146,7 +146,7 @@
print "scalar: set *$varname* to *$value*<br>\n"; print "scalar: set *$varname* to *$value*<br>\n";
} }
$this->varkeys[$varname] = $this->varname($varname); $this->varkeys[$varname] = $this->varname($varname);
$this->varvals[$varname] = $value; $this->varvals[$varname] = str_replace('phpGroupWare','eGroupWare',$value);
} }
} }
else else
@ -161,7 +161,7 @@
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] = $v; $this->varvals[$k] = str_replace('phpGroupWare','eGroupWare',$v);
} }
} }
} }

View File

@ -29,7 +29,7 @@
<table width="100%" border="0" cellspacing="0" cellpadding="2"> <table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr class="banner"> <tr class="banner">
<td align="left"> <td align="left">
&nbsp;phpGroupWare version {pgw_ver} {lang_setup} {configdomain} &nbsp;eGroupWare version {pgw_ver} {lang_setup} {configdomain}
</td> </td>
<td align="right">{logoutbutton}</td> <td align="right">{logoutbutton}</td>
</tr> </tr>