From 9c976c3c04e8a3f9bc9f9dbbdb429d82559f58b0 Mon Sep 17 00:00:00 2001 From: artem Date: Mon, 4 Jun 2007 12:55:26 +0000 Subject: - added history of last five visited pages (Artem) git-svn-id: svn://svn.zabbix.com/trunk@4229 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/items.php | 1 + 1 file changed, 1 insertion(+) (limited to 'frontends/php/items.php') diff --git a/frontends/php/items.php b/frontends/php/items.php index ebe81305..644819d7 100644 --- a/frontends/php/items.php +++ b/frontends/php/items.php @@ -26,6 +26,7 @@ $page["title"] = "S_CONFIGURATION_OF_ITEMS"; $page["file"] = "items.php"; + $page['hist_arg'] = array(); include_once "include/page_header.php"; ?> -- cgit