Add the text class to more of the optional applications.

This commit is contained in:
Mark Crane
2015-01-18 10:15:38 +00:00
parent c5755666cb
commit e0115b0e99

View File

@@ -48,12 +48,9 @@ else {
}
}
//get the http values and set them as variables
$search = check_str($_GET["search"]);
if (isset($_GET["order_by"])) {
$order_by = check_str($_GET["order_by"]);
$order = check_str($_GET["order"]);
}
//add multi-lingual support
$language = new text;
$text = $language->get();
//additional includes
require_once "resources/header.php";