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
+3 -6
View File
@@ -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";