Move the includes in devices.

This commit is contained in:
markjcrane
2015-09-04 22:23:01 -06:00
parent 675c85b85e
commit 3731eb9190

View File

@@ -33,6 +33,10 @@ else {
exit;
}
//additional includes
require_once "resources/header.php";
require_once "resources/paging.php";
//add multi-lingual support
$language = new text;
$text = $language->get();
@@ -149,10 +153,6 @@ else {
}
}
//additional includes
require_once "resources/header.php";
require_once "resources/paging.php";
//show the content
echo "<table width='100%' cellpadding='0' cellspacing='0' border='0'>\n";
echo " <tr>\n";