more title sets

git-svn-id: http://www.observium.org/svn/observer/trunk@2691 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2011-10-18 14:41:19 +00:00
parent ab2668981c
commit a0a1939995
23 changed files with 58 additions and 2 deletions
+2
View File
@@ -16,6 +16,8 @@ if ($vars['type']) { $where .= " AND type = ?"; $sql_param[] = $vars[
if ($vars['location'] == "Unset") { $location_filter = ''; }
if ($vars['location']) { $location_filter = $vars['location']; }
$pagetitle[] = "Devices";
print_optionbar_start();
if($vars['searchbar'] != "hide")