diff --git a/js/admin.js b/js/backend.js similarity index 100% rename from js/admin.js rename to js/backend.js diff --git a/_admin.php b/src/BackendBehaviors.php similarity index 100% rename from _admin.php rename to src/BackendBehaviors.php diff --git a/_config.php b/src/Config.php similarity index 100% rename from _config.php rename to src/Config.php diff --git a/_public.php b/src/Frontend.php similarity index 100% rename from _public.php rename to src/Frontend.php diff --git a/_install.php b/src/Install.php similarity index 100% rename from _install.php rename to src/Install.php