slight fix.
This commit is contained in:
parent
24c34f1c53
commit
8fac3ecd8a
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ sub process {
|
||||||
$var{'account.display.url'} = WebGUI::URL::page('op=auth&method=displayAccount');
|
$var{'account.display.url'} = WebGUI::URL::page('op=auth&method=displayAccount');
|
||||||
$var{'logout.label'} = WebGUI::International::get(49);
|
$var{'logout.label'} = WebGUI::International::get(49);
|
||||||
my $boxSize = $param[0];
|
my $boxSize = $param[0];
|
||||||
$boxSize = 12 unless $boxSize;
|
$boxSize = 12 unless ($boxSize);
|
||||||
if (index(lc($ENV{HTTP_USER_AGENT}),"msie") < 0) {
|
if (index(lc($ENV{HTTP_USER_AGENT}),"msie") < 0) {
|
||||||
$boxSize = int($boxSize=$boxSize*2/3);
|
$boxSize = int($boxSize=$boxSize*2/3);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue