summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/widgets/include/dyn_dns_status.inc
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-12-10 19:09:43 +0545
committerPhil Davis <phil.davis@inf.org>2015-12-10 19:09:43 +0545
commitef325a6cf6ce582c18d892497f6ea72e117e7ab0 (patch)
tree37d0c7e334b90e4737323c969888d1eae12e2a43 /src/usr/local/www/widgets/include/dyn_dns_status.inc
parentc0499d48618013412a4b2ace07b04dde7a0df955 (diff)
downloadpfsense-ef325a6cf6ce582c18d892497f6ea72e117e7ab0.zip
pfsense-ef325a6cf6ce582c18d892497f6ea72e117e7ab0.tar.gz
Use the _title var to make the widget title
Each widget has an include file that already has the required widget title in a var like $dyn_dns_status_title $carp_status_title etc. Use that var to set the displayed title of the widget, rather than the stuff that was capitalizing the file name and then having a list of special cases... This meant the loop that includes the widget include files had to be moved higher up in the code.
Diffstat (limited to 'src/usr/local/www/widgets/include/dyn_dns_status.inc')
-rw-r--r--src/usr/local/www/widgets/include/dyn_dns_status.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/widgets/include/dyn_dns_status.inc b/src/usr/local/www/widgets/include/dyn_dns_status.inc
index 8116fe7..b2588db 100644
--- a/src/usr/local/www/widgets/include/dyn_dns_status.inc
+++ b/src/usr/local/www/widgets/include/dyn_dns_status.inc
@@ -1,7 +1,7 @@
<?php
//set variable for custom title
-$dyn_dns_status_title = "Dyn DNS Status";
+$dyn_dns_status_title = "Dynamic DNS Status";
$dyn_dns_status_title_link = "services_dyndns.php";
?>
OpenPOWER on IntegriCloud