summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/guiconfig.inc
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-10-01 10:26:36 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-10-01 10:26:36 -0400
commit5d457c041eea4d06ea59183b59353926f1aaec31 (patch)
tree9b09cce734e27e220da3f217500de4b6640a936e /src/usr/local/www/guiconfig.inc
parent2f1f9a989fbb05f8fbb3560fafd8bc5a7b8c0610 (diff)
downloadpfsense-5d457c041eea4d06ea59183b59353926f1aaec31.zip
pfsense-5d457c041eea4d06ea59183b59353926f1aaec31.tar.gz
Page title now hyperlink to page
Diffstat (limited to 'src/usr/local/www/guiconfig.inc')
-rw-r--r--src/usr/local/www/guiconfig.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/guiconfig.inc b/src/usr/local/www/guiconfig.inc
index d052c7f..2071282 100644
--- a/src/usr/local/www/guiconfig.inc
+++ b/src/usr/local/www/guiconfig.inc
@@ -559,9 +559,9 @@ function gentitle($title) {
function genhtmltitle($title) {
if (!is_array($title))
- return '<h1 class="page-header">' . $title . '</h1>';
+ return '<h1 class="page-header"><a href="#">' . $title . '</a></h1>';
- $heading = '<h1 class="page-header">' . end($title) . '</h1>';
+ $heading = '<h1 class="page-header"><a href="#">' . end($title) . '</a></h1>';
// If the array contains only one element, there are no breadcrumbs, so don't
// add anything else
OpenPOWER on IntegriCloud