Эх сурвалжийг харах

Misc Classes: Database class integration.

Nate 6 жил өмнө
parent
commit
51490070dd

+ 1 - 1
resources/classes/template.php

@@ -98,4 +98,4 @@ include "root.php";
 		}
 	}
 
-?>
+?>

+ 3 - 3
resources/classes/text.php

@@ -265,7 +265,7 @@ class text {
 			$text = array();
 			$languages = array();
 
-		//fetch all the languages
+		//retrieve all the languages
 			$files = glob($_SERVER["PROJECT_ROOT"] . "/*/*/app_languages.php");
 			foreach($files as $file) {
 				include $file;
@@ -309,7 +309,7 @@ class text {
 				$language_totals[$language_code] = 0;
 			}
 
-		//fetch all the languages
+		//retrieve all the languages
 			$text = array();
 			$files = glob($_SERVER["PROJECT_ROOT"] . "/*/*/app_languages.php");
 			foreach($files as $file) {
@@ -327,7 +327,7 @@ class text {
 			}
 			unset($text);
 
-		//fetch all the menus
+		//retrieve all the menus
 			$x = 0;
 			$files = glob($_SERVER["PROJECT_ROOT"] . "/*/*");
 			foreach($files as $file) {