summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@dds.nl>2010-11-01 13:11:07 +0100
committerSeth Mos <seth.mos@dds.nl>2010-11-01 13:11:07 +0100
commit11b8ca39441ad99ba661512be82589e307dae754 (patch)
tree91378a537b72dc1d14429b76a35b2918cdc2e493 /usr/local/www/fbegin.inc
parenta8a98fb45f17db850c79f6915fb78ac5e3a60498 (diff)
parent0e604b3abc4e8a49da7d13720482c17e017bf0bf (diff)
downloadpfsense-11b8ca39441ad99ba661512be82589e307dae754.zip
pfsense-11b8ca39441ad99ba661512be82589e307dae754.tar.gz
Merge remote branch 'upstream/master'
Conflicts: etc/inc/filter.inc
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-xusr/local/www/fbegin.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index 6476115..ac31fb6 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -230,9 +230,8 @@ if ($_REQUEST['noticeaction'] == 'acknowledge') {
?>
<div id="wrapper">
-
<div id="header">
- <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-left"><a href="index.php" id="status-link"><img src="/themes/<?= $g['theme']; ?>/images/transparent.gif" border="0"></a></div>
<div id="header-right">
<div class="container">
<div class="left">webConfigurator</div>
@@ -408,7 +407,7 @@ function add_to_menu($url, $name) {
?>
<div>
-<span class="pgtitle"><?=genhtmltitle($pgtitle);?></font></span>
+<span class="pgtitle"><a href="<?= $_SERVER['SCRIPT_NAME'] ?>"><?=genhtmltitle($pgtitle);?></a></span>
<span style="float:right; margin: 0 0 20px 20px;">
<?php if(! empty($statusurl)): ?>
<a href="<?php echo $statusurl; ?>" target="_new" title="Status of items on this page."><img src="/themes/<?php echo $g['theme']; ?>/images/status.png" border="0"></a>
OpenPOWER on IntegriCloud