summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-10-26 09:19:49 -0400
committerjim-p <jimp@pfsense.org>2010-10-26 09:19:49 -0400
commite6c563bb071b1f26edf051449399d078237425b9 (patch)
tree7dc1ae50c2164ffbe05bd7327ce2a4dfcc52be08 /usr
parentdbb0e0865b4dbe976781646a490c8a05b6005f25 (diff)
downloadpfsense-e6c563bb071b1f26edf051449399d078237425b9.zip
pfsense-e6c563bb071b1f26edf051449399d078237425b9.tar.gz
Make the $pgtitle output a link back to the current page for a convenient way of reloading.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/fbegin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index 7da907b..11598fa 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -406,7 +406,7 @@ function add_to_menu($url, $name) {
?>
<div>
-<span class="pgtitle"><?=genhtmltitle($pgtitle);?></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