Started work on Address
This commit is contained in:
@@ -211,3 +211,12 @@ class mfLayout {
|
||||
return $this->inline->cycle[$this->inline->cyclecount++];
|
||||
}
|
||||
}
|
||||
|
||||
function __($string) {
|
||||
$lang = [];
|
||||
include(BASEDIR."/lang/de.php");
|
||||
if(array_key_exists($string, $lang['de'])) {
|
||||
return $lang['de'][$string];
|
||||
}
|
||||
return $string;
|
||||
}
|
||||
Reference in New Issue
Block a user