diff --git a/functions.php b/functions.php index 08b4c4b81..26e57ab4a 100644 --- a/functions.php +++ b/functions.php @@ -40,7 +40,7 @@ } if (ENABLE_TRANSLATIONS == true) { // If translations are enabled. - require_once "accept-to-gettext.php"; + require_once "lib/accept-to-gettext.php"; require_once "lib/gettext/gettext.inc"; function startup_gettext() { diff --git a/accept-to-gettext.php b/lib/accept-to-gettext.php similarity index 100% rename from accept-to-gettext.php rename to lib/accept-to-gettext.php diff --git a/pngfix.js b/lib/pngfix.js similarity index 100% rename from pngfix.js rename to lib/pngfix.js diff --git a/xsl_mop-up.js b/lib/xsl_mop-up.js similarity index 100% rename from xsl_mop-up.js rename to lib/xsl_mop-up.js diff --git a/login.php b/login.php index 71f2e73f3..07ab1be2a 100644 --- a/login.php +++ b/login.php @@ -24,9 +24,6 @@