summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-18 01:53:19 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-18 01:53:19 +0000
commitc367a9c075b6ef91376ec9617323a7e4262af64f (patch)
tree638c9e825721d5e5bae5533f7f634a17f82b99c3 /usr/local/www/index.php
parentffb119f50c215265a7a3f0a6f54878a2e0caaf6e (diff)
downloadpfsense-c367a9c075b6ef91376ec9617323a7e4262af64f.zip
pfsense-c367a9c075b6ef91376ec9617323a7e4262af64f.tar.gz
Only break if we are showing image
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-xusr/local/www/index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index e42da98..fa27a9c 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -156,9 +156,8 @@ include("head.inc");
include("fbegin.inc");
if(!file_exists("/usr/local/www/themes/{$g['theme']}/no_big_logo"))
- echo "<center><img src=\"logobig.jpg\"></center>";
+ echo "<center><img src=\"logobig.jpg\"></center><br>";
?>
- <br>
<div id="niftyOutter" width="650">
<table bgcolor="#990000" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
OpenPOWER on IntegriCloud