Move the includes in devices.
This commit is contained in:
parent
0900c143cd
commit
04521659b6
|
|
@ -33,6 +33,10 @@ else {
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//additional includes
|
||||||
|
require_once "resources/header.php";
|
||||||
|
require_once "resources/paging.php";
|
||||||
|
|
||||||
//add multi-lingual support
|
//add multi-lingual support
|
||||||
$language = new text;
|
$language = new text;
|
||||||
$text = $language->get();
|
$text = $language->get();
|
||||||
|
|
@ -149,10 +153,6 @@ else {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//additional includes
|
|
||||||
require_once "resources/header.php";
|
|
||||||
require_once "resources/paging.php";
|
|
||||||
|
|
||||||
//show the content
|
//show the content
|
||||||
echo "<table width='100%' cellpadding='0' cellspacing='0' border='0'>\n";
|
echo "<table width='100%' cellpadding='0' cellspacing='0' border='0'>\n";
|
||||||
echo " <tr>\n";
|
echo " <tr>\n";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue