diff options
Diffstat (limited to 'includes/locale.inc')
-rw-r--r-- | includes/locale.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/includes/locale.inc b/includes/locale.inc new file mode 100644 index 000000000..6fd51a5a6 --- /dev/null +++ b/includes/locale.inc @@ -0,0 +1,7 @@ +<? + +function t($string) { + return $string; +} + +?>
\ No newline at end of file |