summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-23 18:14:50 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-23 18:14:50 +0000
commit0225a6441bbf74d72f7a74562fc0dc03ce33fcc7 (patch)
tree0b095b012384ad89a4b2e8c6501b09d3bbda9be4 /usr/local
parent69c3075472b1e67427032769c32b5f386582e695 (diff)
downloadpfsense-0225a6441bbf74d72f7a74562fc0dc03ce33fcc7.zip
pfsense-0225a6441bbf74d72f7a74562fc0dc03ce33fcc7.tar.gz
MFC 8629
Making the pfSense logo go back to the index.php page.
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/fbegin.inc2
-rw-r--r--usr/local/www/themes/metallic/all.css5
2 files changed, 6 insertions, 1 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index 5d49de4..084234d 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -32,7 +32,7 @@ require_once("notices.inc");
<div id="wrapper">
<div id="header">
- <div id="header-left"></div>
+ <div id="header-left"><a href="index.php" id="status-link"><img src="/themes/<?= $g['theme']; ?>/images/transparent.gif" border="0"></img></a></div>
<div id="header-right">
<div class="container">
<div class="left">webConfigurator</div>
diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css
index 1b0827a..ac439e7 100644
--- a/usr/local/www/themes/metallic/all.css
+++ b/usr/local/www/themes/metallic/all.css
@@ -50,6 +50,11 @@ iframe {
left: 10px;
float: left;
}
+#header-left #status-link {
+ position: relative;
+ top: 10px;
+ left: 6px;
+}
#header-right {
position: relative;
/* background: url('images/header.gif') no-repeat; */
OpenPOWER on IntegriCloud