Add the text class to more of the optional applications.
This commit is contained in:
parent
c5755666cb
commit
e0115b0e99
|
|
@ -48,12 +48,9 @@ else {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//get the http values and set them as variables
|
//add multi-lingual support
|
||||||
$search = check_str($_GET["search"]);
|
$language = new text;
|
||||||
if (isset($_GET["order_by"])) {
|
$text = $language->get();
|
||||||
$order_by = check_str($_GET["order_by"]);
|
|
||||||
$order = check_str($_GET["order"]);
|
|
||||||
}
|
|
||||||
|
|
||||||
//additional includes
|
//additional includes
|
||||||
require_once "resources/header.php";
|
require_once "resources/header.php";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue