diff --git a/config/bootsplash/images/bootsplash-1024x768.jpg b/config/bootsplash/images/bootsplash-1024x768.jpg index 7fc980047..e6d5eba64 100644 Binary files a/config/bootsplash/images/bootsplash-1024x768.jpg and b/config/bootsplash/images/bootsplash-1024x768.jpg differ diff --git a/config/cfgroot/header.pl b/config/cfgroot/header.pl index 805489c67..2e621fb8a 100644 --- a/config/cfgroot/header.pl +++ b/config/cfgroot/header.pl @@ -721,7 +721,7 @@ sub openpage { my $h2 = gettitle($menu); my $helpuri = get_helpuri(); - $title = "IPFire - $title $FIREBUILD"; + $title = "IPFire - $title"; if ($settings{'WINDOWWITHHOSTNAME'} eq 'on') { $title = "$settings{'HOSTNAME'}.$settings{'DOMAINNAME'} - $title"; } @@ -737,8 +737,15 @@ sub openpage { $extrahead +END +; + if ($settings{'FX'} eq 'on') { + print < + } else { + print < @@ -809,7 +816,7 @@ sub closepage () { print < - Status: $status Uptime:$uptime + Status: $status Uptime:$uptime Version: $FIREBUILD
-