From de02dc292637fb731986719dbf8c8ead5fae4912 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 10 Jan 2017 20:33:55 +0545 Subject: Breadcrumb links (cherry picked from commit edcd75357f0e93b124159314d3306197d5312e6c) --- 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 fffde5b..22f6062 100644 --- a/src/usr/local/www/diag_smart.php +++ b/src/usr/local/www/diag_smart.php @@ -66,6 +66,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