From edcd75357f0e93b124159314d3306197d5312e6c Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 10 Jan 2017 20:33:55 +0545 Subject: Breadcrumb links --- src/usr/local/www/diag_smart.php | 1 + 1 file changed, 1 insertion(+) (limited to 'src/usr/local/www/diag_smart.php') diff --git a/src/usr/local/www/diag_smart.php b/src/usr/local/www/diag_smart.php index 5a34030..97f54fa 100644 --- a/src/usr/local/www/diag_smart.php +++ b/src/usr/local/www/diag_smart.php @@ -34,6 +34,7 @@ require_once("guiconfig.inc"); $action = (isset($_POST['action']) ? $_POST['action'] : $_GET['action']); $pgtitle = array(gettext("Diagnostics"), gettext("S.M.A.R.T. Status")); +$pglinks = array("", "@self", "@self"); if ($action != 'config') { $pgtitle[] = htmlspecialchars(gettext('Information & Tests')); -- cgit v1.1