summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormodela bitweaver <spiderr@bitweaver.org>2021-02-02 01:17:05 -0500
committermodela bitweaver <spiderr@bitweaver.org>2021-02-02 01:17:05 -0500
commit44de7b379639527081214ab11b6d2db754d1c302 (patch)
tree66ebc30cbef42a8df03a3fab7b31bc69f736f12a
parent4a18c9cc265f97bdd81c51c9deee26b85c49f312 (diff)
downloadlanguages-44de7b379639527081214ab11b6d2db754d1c302.tar.gz
languages-44de7b379639527081214ab11b6d2db754d1c302.tar.bz2
languages-44de7b379639527081214ab11b6d2db754d1c302.zip
move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants
-rw-r--r--get_strings.php2
-rw-r--r--includes/classes/BitLanguage.php (renamed from BitLanguage.php)0
2 files changed, 1 insertions, 1 deletions
diff --git a/get_strings.php b/get_strings.php
index 6c5d7cd..7063d10 100644
--- a/get_strings.php
+++ b/get_strings.php
@@ -195,7 +195,7 @@ $wordlist = Array ();
## a (sub)directory that is excluded. In this (unfortunate) case it seems that
## the file is placed in a logical location.
collect_files ( BIT_ROOT_PATH );
-hardwire_file ( LANGUAGES_PKG_PATH.'lang_mapping_inc.php');
+hardwire_file ( LANGUAGES_PKG_INCLUDE_PATH.'lang_mapping_inc.php');
diff --git a/BitLanguage.php b/includes/classes/BitLanguage.php
index 79e5166..79e5166 100644
--- a/BitLanguage.php
+++ b/includes/classes/BitLanguage.php