From c94ffd93d46f95ca084fcd711efde918d5a5c355 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 28 Jul 2016 15:36:24 -0600 Subject: [PATCH] Update device_profiles.php --- app/devices/device_profiles.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/devices/device_profiles.php b/app/devices/device_profiles.php index 51c323e2f2..9fff3d9eae 100644 --- a/app/devices/device_profiles.php +++ b/app/devices/device_profiles.php @@ -48,6 +48,11 @@ $order = check_str($_GET["order"]); } +//additional includes + require_once "resources/header.php"; + $document['title'] = $text['title-profiles']; + require_once "resources/paging.php"; + //prepare to page the results $sql = "select count(*) as num_rows from v_device_profiles "; $sql .= "where (domain_uuid = '".$domain_uuid."' or domain_uuid is null) "; @@ -98,11 +103,6 @@ $row_style["0"] = "row_style0"; $row_style["1"] = "row_style1"; -//additional includes - require_once "resources/header.php"; - $document['title'] = $text['title-profiles']; - require_once "resources/paging.php"; - //show the content echo "\n"; echo " \n";