diff --git a/Changelog b/Changelog index ccc73803d..13ad514c9 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2017-07-31 DariusIII + * Chg: Rename www folder into public, adjust constants.php acordingly * Chg: Add Models/User * Fix: Fix used type of value in Models/Tmux from string to bool * Chg: Update www/index.php diff --git a/nntmux/constants.php b/nntmux/constants.php index c1eb7a3f7..256b27652 100755 --- a/nntmux/constants.php +++ b/nntmux/constants.php @@ -38,7 +38,7 @@ define('NN_TMUX', NN_UPDATE . 'nix' . DS . 'tmux'. DS); define('NN_MULTIPROCESSING', NN_NIX . 'multiprocessing' . DS); // Refers to the web root for the Smarty lib -define('NN_WWW', NN_ROOT . 'www' . DS); +define('NN_WWW', NN_ROOT . 'public' . DS); // Used to refer to the resources folder define('NN_RES', NN_ROOT . 'resources' . DS); diff --git a/www/.htaccess b/public/.htaccess similarity index 100% rename from www/.htaccess rename to public/.htaccess diff --git a/www/admin/ajax.php b/public/admin/ajax.php similarity index 100% rename from www/admin/ajax.php rename to public/admin/ajax.php diff --git a/www/admin/ajax_binaryblacklist-list.php b/public/admin/ajax_binaryblacklist-list.php similarity index 100% rename from www/admin/ajax_binaryblacklist-list.php rename to public/admin/ajax_binaryblacklist-list.php diff --git a/www/admin/ajax_group-edit.php b/public/admin/ajax_group-edit.php similarity index 100% rename from www/admin/ajax_group-edit.php rename to public/admin/ajax_group-edit.php diff --git a/www/admin/ajax_regex-list.php b/public/admin/ajax_regex-list.php similarity index 100% rename from www/admin/ajax_regex-list.php rename to public/admin/ajax_regex-list.php diff --git a/www/admin/ajax_regex.php b/public/admin/ajax_regex.php similarity index 100% rename from www/admin/ajax_regex.php rename to public/admin/ajax_regex.php diff --git a/www/admin/ajax_sharing_settings.php b/public/admin/ajax_sharing_settings.php similarity index 100% rename from www/admin/ajax_sharing_settings.php rename to public/admin/ajax_sharing_settings.php diff --git a/www/admin/ajax_welcome_msg.php b/public/admin/ajax_welcome_msg.php similarity index 100% rename from www/admin/ajax_welcome_msg.php rename to public/admin/ajax_welcome_msg.php diff --git a/www/admin/anidb-delete.php b/public/admin/anidb-delete.php similarity index 100% rename from www/admin/anidb-delete.php rename to public/admin/anidb-delete.php diff --git a/www/admin/anidb-edit.php b/public/admin/anidb-edit.php similarity index 100% rename from www/admin/anidb-edit.php rename to public/admin/anidb-edit.php diff --git a/www/admin/anidb-list.php b/public/admin/anidb-list.php similarity index 100% rename from www/admin/anidb-list.php rename to public/admin/anidb-list.php diff --git a/www/admin/anidb-remove.php b/public/admin/anidb-remove.php similarity index 100% rename from www/admin/anidb-remove.php rename to public/admin/anidb-remove.php diff --git a/www/admin/binaryblacklist-edit.php b/public/admin/binaryblacklist-edit.php similarity index 100% rename from www/admin/binaryblacklist-edit.php rename to public/admin/binaryblacklist-edit.php diff --git a/www/admin/binaryblacklist-list.php b/public/admin/binaryblacklist-list.php similarity index 100% rename from www/admin/binaryblacklist-list.php rename to public/admin/binaryblacklist-list.php diff --git a/www/admin/book-edit.php b/public/admin/book-edit.php similarity index 100% rename from www/admin/book-edit.php rename to public/admin/book-edit.php diff --git a/www/admin/book-list.php b/public/admin/book-list.php similarity index 100% rename from www/admin/book-list.php rename to public/admin/book-list.php diff --git a/www/admin/category-edit.php b/public/admin/category-edit.php similarity index 100% rename from www/admin/category-edit.php rename to public/admin/category-edit.php diff --git a/www/admin/category-list.php b/public/admin/category-list.php similarity index 100% rename from www/admin/category-list.php rename to public/admin/category-list.php diff --git a/www/admin/category_regexes-edit.php b/public/admin/category_regexes-edit.php similarity index 100% rename from www/admin/category_regexes-edit.php rename to public/admin/category_regexes-edit.php diff --git a/www/admin/category_regexes-list.php b/public/admin/category_regexes-list.php similarity index 100% rename from www/admin/category_regexes-list.php rename to public/admin/category_regexes-list.php diff --git a/www/admin/collection_regexes-edit.php b/public/admin/collection_regexes-edit.php similarity index 100% rename from www/admin/collection_regexes-edit.php rename to public/admin/collection_regexes-edit.php diff --git a/www/admin/collection_regexes-list.php b/public/admin/collection_regexes-list.php similarity index 100% rename from www/admin/collection_regexes-list.php rename to public/admin/collection_regexes-list.php diff --git a/www/admin/collection_regexes-test.php b/public/admin/collection_regexes-test.php similarity index 100% rename from www/admin/collection_regexes-test.php rename to public/admin/collection_regexes-test.php diff --git a/www/admin/comments-delete.php b/public/admin/comments-delete.php similarity index 100% rename from www/admin/comments-delete.php rename to public/admin/comments-delete.php diff --git a/www/admin/comments-list.php b/public/admin/comments-list.php similarity index 100% rename from www/admin/comments-list.php rename to public/admin/comments-list.php diff --git a/www/admin/console-edit.php b/public/admin/console-edit.php similarity index 100% rename from www/admin/console-edit.php rename to public/admin/console-edit.php diff --git a/www/admin/console-list.php b/public/admin/console-list.php similarity index 100% rename from www/admin/console-list.php rename to public/admin/console-list.php diff --git a/www/admin/content-add.php b/public/admin/content-add.php similarity index 100% rename from www/admin/content-add.php rename to public/admin/content-add.php diff --git a/www/admin/content-delete.php b/public/admin/content-delete.php similarity index 100% rename from www/admin/content-delete.php rename to public/admin/content-delete.php diff --git a/www/admin/content-list.php b/public/admin/content-list.php similarity index 100% rename from www/admin/content-list.php rename to public/admin/content-list.php diff --git a/www/admin/failrel-list.php b/public/admin/failrel-list.php similarity index 100% rename from www/admin/failrel-list.php rename to public/admin/failrel-list.php diff --git a/www/admin/forum-delete.php b/public/admin/forum-delete.php similarity index 100% rename from www/admin/forum-delete.php rename to public/admin/forum-delete.php diff --git a/www/admin/game-edit.php b/public/admin/game-edit.php similarity index 100% rename from www/admin/game-edit.php rename to public/admin/game-edit.php diff --git a/www/admin/game-list.php b/public/admin/game-list.php similarity index 100% rename from www/admin/game-list.php rename to public/admin/game-list.php diff --git a/www/admin/group-bulk.php b/public/admin/group-bulk.php similarity index 100% rename from www/admin/group-bulk.php rename to public/admin/group-bulk.php diff --git a/www/admin/group-edit.php b/public/admin/group-edit.php similarity index 100% rename from www/admin/group-edit.php rename to public/admin/group-edit.php diff --git a/www/admin/group-list-active.php b/public/admin/group-list-active.php similarity index 100% rename from www/admin/group-list-active.php rename to public/admin/group-list-active.php diff --git a/www/admin/group-list-inactive.php b/public/admin/group-list-inactive.php similarity index 100% rename from www/admin/group-list-inactive.php rename to public/admin/group-list-inactive.php diff --git a/www/admin/group-list.php b/public/admin/group-list.php similarity index 100% rename from www/admin/group-list.php rename to public/admin/group-list.php diff --git a/www/admin/index.php b/public/admin/index.php similarity index 100% rename from www/admin/index.php rename to public/admin/index.php diff --git a/www/admin/menu-delete.php b/public/admin/menu-delete.php similarity index 100% rename from www/admin/menu-delete.php rename to public/admin/menu-delete.php diff --git a/www/admin/menu-edit.php b/public/admin/menu-edit.php similarity index 100% rename from www/admin/menu-edit.php rename to public/admin/menu-edit.php diff --git a/www/admin/menu-list.php b/public/admin/menu-list.php similarity index 100% rename from www/admin/menu-list.php rename to public/admin/menu-list.php diff --git a/www/admin/movie-add.php b/public/admin/movie-add.php similarity index 100% rename from www/admin/movie-add.php rename to public/admin/movie-add.php diff --git a/www/admin/movie-edit.php b/public/admin/movie-edit.php similarity index 100% rename from www/admin/movie-edit.php rename to public/admin/movie-edit.php diff --git a/www/admin/movie-list.php b/public/admin/movie-list.php similarity index 100% rename from www/admin/movie-list.php rename to public/admin/movie-list.php diff --git a/www/admin/music-edit.php b/public/admin/music-edit.php similarity index 100% rename from www/admin/music-edit.php rename to public/admin/music-edit.php diff --git a/www/admin/music-list.php b/public/admin/music-list.php similarity index 100% rename from www/admin/music-list.php rename to public/admin/music-list.php diff --git a/www/admin/nzb-export.php b/public/admin/nzb-export.php similarity index 100% rename from www/admin/nzb-export.php rename to public/admin/nzb-export.php diff --git a/www/admin/nzb-import.php b/public/admin/nzb-import.php similarity index 100% rename from www/admin/nzb-import.php rename to public/admin/nzb-import.php diff --git a/www/admin/opcachestats.php b/public/admin/opcachestats.php similarity index 100% rename from www/admin/opcachestats.php rename to public/admin/opcachestats.php diff --git a/www/admin/poster-delete.php b/public/admin/poster-delete.php similarity index 100% rename from www/admin/poster-delete.php rename to public/admin/poster-delete.php diff --git a/www/admin/posters-edit.php b/public/admin/posters-edit.php similarity index 100% rename from www/admin/posters-edit.php rename to public/admin/posters-edit.php diff --git a/www/admin/posters-list.php b/public/admin/posters-list.php similarity index 100% rename from www/admin/posters-list.php rename to public/admin/posters-list.php diff --git a/www/admin/predb.php b/public/admin/predb.php similarity index 100% rename from www/admin/predb.php rename to public/admin/predb.php diff --git a/www/admin/regex-edit.php b/public/admin/regex-edit.php similarity index 100% rename from www/admin/regex-edit.php rename to public/admin/regex-edit.php diff --git a/www/admin/regex-list.php b/public/admin/regex-list.php similarity index 100% rename from www/admin/regex-list.php rename to public/admin/regex-list.php diff --git a/www/admin/regex-submit.php b/public/admin/regex-submit.php similarity index 100% rename from www/admin/regex-submit.php rename to public/admin/regex-submit.php diff --git a/www/admin/regex-test.php b/public/admin/regex-test.php similarity index 100% rename from www/admin/regex-test.php rename to public/admin/regex-test.php diff --git a/www/admin/release-delete.php b/public/admin/release-delete.php similarity index 100% rename from www/admin/release-delete.php rename to public/admin/release-delete.php diff --git a/www/admin/release-edit.php b/public/admin/release-edit.php similarity index 100% rename from www/admin/release-edit.php rename to public/admin/release-edit.php diff --git a/www/admin/release-files.php b/public/admin/release-files.php similarity index 100% rename from www/admin/release-files.php rename to public/admin/release-files.php diff --git a/www/admin/release-list.php b/public/admin/release-list.php similarity index 100% rename from www/admin/release-list.php rename to public/admin/release-list.php diff --git a/www/admin/release_naming_regexes-edit.php b/public/admin/release_naming_regexes-edit.php similarity index 100% rename from www/admin/release_naming_regexes-edit.php rename to public/admin/release_naming_regexes-edit.php diff --git a/www/admin/release_naming_regexes-list.php b/public/admin/release_naming_regexes-list.php similarity index 100% rename from www/admin/release_naming_regexes-list.php rename to public/admin/release_naming_regexes-list.php diff --git a/www/admin/release_naming_regexes-test.php b/public/admin/release_naming_regexes-test.php similarity index 100% rename from www/admin/release_naming_regexes-test.php rename to public/admin/release_naming_regexes-test.php diff --git a/www/admin/role-delete.php b/public/admin/role-delete.php similarity index 100% rename from www/admin/role-delete.php rename to public/admin/role-delete.php diff --git a/www/admin/role-edit.php b/public/admin/role-edit.php similarity index 100% rename from www/admin/role-edit.php rename to public/admin/role-edit.php diff --git a/www/admin/role-list.php b/public/admin/role-list.php similarity index 100% rename from www/admin/role-list.php rename to public/admin/role-list.php diff --git a/www/admin/sharing.php b/public/admin/sharing.php similarity index 100% rename from www/admin/sharing.php rename to public/admin/sharing.php diff --git a/www/admin/show-delete.php b/public/admin/show-delete.php similarity index 100% rename from www/admin/show-delete.php rename to public/admin/show-delete.php diff --git a/www/admin/show-edit.php b/public/admin/show-edit.php similarity index 100% rename from www/admin/show-edit.php rename to public/admin/show-edit.php diff --git a/www/admin/show-list.php b/public/admin/show-list.php similarity index 100% rename from www/admin/show-list.php rename to public/admin/show-list.php diff --git a/www/admin/show-remove.php b/public/admin/show-remove.php similarity index 100% rename from www/admin/show-remove.php rename to public/admin/show-remove.php diff --git a/www/admin/site-edit.php b/public/admin/site-edit.php similarity index 100% rename from www/admin/site-edit.php rename to public/admin/site-edit.php diff --git a/www/admin/site-stats.php b/public/admin/site-stats.php similarity index 100% rename from www/admin/site-stats.php rename to public/admin/site-stats.php diff --git a/www/admin/spotnab-delete.php b/public/admin/spotnab-delete.php similarity index 100% rename from www/admin/spotnab-delete.php rename to public/admin/spotnab-delete.php diff --git a/www/admin/spotnab-edit.php b/public/admin/spotnab-edit.php similarity index 100% rename from www/admin/spotnab-edit.php rename to public/admin/spotnab-edit.php diff --git a/www/admin/spotnab-list.php b/public/admin/spotnab-list.php similarity index 100% rename from www/admin/spotnab-list.php rename to public/admin/spotnab-list.php diff --git a/www/admin/tmux-edit.php b/public/admin/tmux-edit.php similarity index 100% rename from www/admin/tmux-edit.php rename to public/admin/tmux-edit.php diff --git a/www/admin/user-delete.php b/public/admin/user-delete.php similarity index 100% rename from www/admin/user-delete.php rename to public/admin/user-delete.php diff --git a/www/admin/user-edit.php b/public/admin/user-edit.php similarity index 100% rename from www/admin/user-edit.php rename to public/admin/user-edit.php diff --git a/www/admin/user-list.php b/public/admin/user-list.php similarity index 100% rename from www/admin/user-list.php rename to public/admin/user-list.php diff --git a/www/admin/view-logs.php b/public/admin/view-logs.php similarity index 100% rename from www/admin/view-logs.php rename to public/admin/view-logs.php diff --git a/www/autoloader.php b/public/autoloader.php similarity index 100% rename from www/autoloader.php rename to public/autoloader.php diff --git a/www/index.php b/public/index.php similarity index 100% rename from www/index.php rename to public/index.php diff --git a/www/pages/.htaccess b/public/pages/.htaccess similarity index 100% rename from www/pages/.htaccess rename to public/pages/.htaccess diff --git a/www/pages/AdminPage.php b/public/pages/AdminPage.php similarity index 100% rename from www/pages/AdminPage.php rename to public/pages/AdminPage.php diff --git a/www/pages/BasePage.php b/public/pages/BasePage.php similarity index 100% rename from www/pages/BasePage.php rename to public/pages/BasePage.php diff --git a/www/pages/InstallPage.php b/public/pages/InstallPage.php similarity index 100% rename from www/pages/InstallPage.php rename to public/pages/InstallPage.php diff --git a/www/pages/Page.php b/public/pages/Page.php similarity index 100% rename from www/pages/Page.php rename to public/pages/Page.php diff --git a/www/pages/ajax_mediainfo.php b/public/pages/ajax_mediainfo.php similarity index 100% rename from www/pages/ajax_mediainfo.php rename to public/pages/ajax_mediainfo.php diff --git a/www/pages/ajax_preinfo.php b/public/pages/ajax_preinfo.php similarity index 100% rename from www/pages/ajax_preinfo.php rename to public/pages/ajax_preinfo.php diff --git a/www/pages/ajax_profile.php b/public/pages/ajax_profile.php similarity index 100% rename from www/pages/ajax_profile.php rename to public/pages/ajax_profile.php diff --git a/www/pages/ajax_rarfilelist.php b/public/pages/ajax_rarfilelist.php similarity index 100% rename from www/pages/ajax_rarfilelist.php rename to public/pages/ajax_rarfilelist.php diff --git a/www/pages/ajax_release-admin.php b/public/pages/ajax_release-admin.php similarity index 100% rename from www/pages/ajax_release-admin.php rename to public/pages/ajax_release-admin.php diff --git a/www/pages/ajax_resetusergrabs-admin.php b/public/pages/ajax_resetusergrabs-admin.php similarity index 100% rename from www/pages/ajax_resetusergrabs-admin.php rename to public/pages/ajax_resetusergrabs-admin.php diff --git a/www/pages/ajax_tvinfo.php b/public/pages/ajax_tvinfo.php similarity index 100% rename from www/pages/ajax_tvinfo.php rename to public/pages/ajax_tvinfo.php diff --git a/www/pages/anime.php b/public/pages/anime.php similarity index 100% rename from www/pages/anime.php rename to public/pages/anime.php diff --git a/www/pages/api.php b/public/pages/api.php similarity index 100% rename from www/pages/api.php rename to public/pages/api.php diff --git a/www/pages/apihelp.php b/public/pages/apihelp.php similarity index 100% rename from www/pages/apihelp.php rename to public/pages/apihelp.php diff --git a/www/pages/bookmodal.php b/public/pages/bookmodal.php similarity index 100% rename from www/pages/bookmodal.php rename to public/pages/bookmodal.php diff --git a/www/pages/books.php b/public/pages/books.php similarity index 100% rename from www/pages/books.php rename to public/pages/books.php diff --git a/www/pages/browse.php b/public/pages/browse.php similarity index 100% rename from www/pages/browse.php rename to public/pages/browse.php diff --git a/www/pages/browsegroup.php b/public/pages/browsegroup.php similarity index 100% rename from www/pages/browsegroup.php rename to public/pages/browsegroup.php diff --git a/www/pages/cart.php b/public/pages/cart.php similarity index 100% rename from www/pages/cart.php rename to public/pages/cart.php diff --git a/www/pages/console.php b/public/pages/console.php similarity index 100% rename from www/pages/console.php rename to public/pages/console.php diff --git a/www/pages/consolemodal.php b/public/pages/consolemodal.php similarity index 100% rename from www/pages/consolemodal.php rename to public/pages/consolemodal.php diff --git a/www/pages/contact-us.php b/public/pages/contact-us.php similarity index 100% rename from www/pages/contact-us.php rename to public/pages/contact-us.php diff --git a/www/pages/content.php b/public/pages/content.php similarity index 100% rename from www/pages/content.php rename to public/pages/content.php diff --git a/www/pages/details.php b/public/pages/details.php similarity index 100% rename from www/pages/details.php rename to public/pages/details.php diff --git a/www/pages/failed.php b/public/pages/failed.php similarity index 100% rename from www/pages/failed.php rename to public/pages/failed.php diff --git a/www/pages/filelist.php b/public/pages/filelist.php similarity index 100% rename from www/pages/filelist.php rename to public/pages/filelist.php diff --git a/www/pages/forgottenpassword.php b/public/pages/forgottenpassword.php similarity index 100% rename from www/pages/forgottenpassword.php rename to public/pages/forgottenpassword.php diff --git a/www/pages/forum.php b/public/pages/forum.php similarity index 100% rename from www/pages/forum.php rename to public/pages/forum.php diff --git a/www/pages/forumpost.php b/public/pages/forumpost.php similarity index 100% rename from www/pages/forumpost.php rename to public/pages/forumpost.php diff --git a/www/pages/games.php b/public/pages/games.php similarity index 100% rename from www/pages/games.php rename to public/pages/games.php diff --git a/www/pages/getnzb.php b/public/pages/getnzb.php similarity index 100% rename from www/pages/getnzb.php rename to public/pages/getnzb.php diff --git a/www/pages/login.php b/public/pages/login.php similarity index 100% rename from www/pages/login.php rename to public/pages/login.php diff --git a/www/pages/logout.php b/public/pages/logout.php similarity index 100% rename from www/pages/logout.php rename to public/pages/logout.php diff --git a/www/pages/movie.php b/public/pages/movie.php similarity index 100% rename from www/pages/movie.php rename to public/pages/movie.php diff --git a/www/pages/movies.php b/public/pages/movies.php similarity index 100% rename from www/pages/movies.php rename to public/pages/movies.php diff --git a/www/pages/movietrailer.php b/public/pages/movietrailer.php similarity index 100% rename from www/pages/movietrailer.php rename to public/pages/movietrailer.php diff --git a/www/pages/music.php b/public/pages/music.php similarity index 100% rename from www/pages/music.php rename to public/pages/music.php diff --git a/www/pages/musicmodal.php b/public/pages/musicmodal.php similarity index 100% rename from www/pages/musicmodal.php rename to public/pages/musicmodal.php diff --git a/www/pages/mymovies.php b/public/pages/mymovies.php similarity index 100% rename from www/pages/mymovies.php rename to public/pages/mymovies.php diff --git a/www/pages/myshows.php b/public/pages/myshows.php similarity index 100% rename from www/pages/myshows.php rename to public/pages/myshows.php diff --git a/www/pages/newposterwall.php b/public/pages/newposterwall.php similarity index 100% rename from www/pages/newposterwall.php rename to public/pages/newposterwall.php diff --git a/www/pages/nfo.php b/public/pages/nfo.php similarity index 100% rename from www/pages/nfo.php rename to public/pages/nfo.php diff --git a/www/pages/nzbgetqueuedata.php b/public/pages/nzbgetqueuedata.php similarity index 100% rename from www/pages/nzbgetqueuedata.php rename to public/pages/nzbgetqueuedata.php diff --git a/www/pages/nzbvortex.php b/public/pages/nzbvortex.php similarity index 100% rename from www/pages/nzbvortex.php rename to public/pages/nzbvortex.php diff --git a/www/pages/opensearch.php b/public/pages/opensearch.php similarity index 100% rename from www/pages/opensearch.php rename to public/pages/opensearch.php diff --git a/www/pages/post_edit.php b/public/pages/post_edit.php similarity index 100% rename from www/pages/post_edit.php rename to public/pages/post_edit.php diff --git a/www/pages/preinfo.php b/public/pages/preinfo.php similarity index 100% rename from www/pages/preinfo.php rename to public/pages/preinfo.php diff --git a/www/pages/profile.php b/public/pages/profile.php similarity index 100% rename from www/pages/profile.php rename to public/pages/profile.php diff --git a/www/pages/profileedit.php b/public/pages/profileedit.php similarity index 100% rename from www/pages/profileedit.php rename to public/pages/profileedit.php diff --git a/www/pages/queue.php b/public/pages/queue.php similarity index 100% rename from www/pages/queue.php rename to public/pages/queue.php diff --git a/www/pages/register.php b/public/pages/register.php similarity index 100% rename from www/pages/register.php rename to public/pages/register.php diff --git a/www/pages/rss-info.php b/public/pages/rss-info.php similarity index 100% rename from www/pages/rss-info.php rename to public/pages/rss-info.php diff --git a/www/pages/rss.php b/public/pages/rss.php similarity index 100% rename from www/pages/rss.php rename to public/pages/rss.php diff --git a/www/pages/sabqueuedata.php b/public/pages/sabqueuedata.php similarity index 100% rename from www/pages/sabqueuedata.php rename to public/pages/sabqueuedata.php diff --git a/www/pages/search.php b/public/pages/search.php similarity index 100% rename from www/pages/search.php rename to public/pages/search.php diff --git a/www/pages/sendtocouch.php b/public/pages/sendtocouch.php similarity index 100% rename from www/pages/sendtocouch.php rename to public/pages/sendtocouch.php diff --git a/www/pages/sendtonzbget.php b/public/pages/sendtonzbget.php similarity index 100% rename from www/pages/sendtonzbget.php rename to public/pages/sendtonzbget.php diff --git a/www/pages/sendtoqueue.php b/public/pages/sendtoqueue.php similarity index 100% rename from www/pages/sendtoqueue.php rename to public/pages/sendtoqueue.php diff --git a/www/pages/sendtosab.php b/public/pages/sendtosab.php similarity index 100% rename from www/pages/sendtosab.php rename to public/pages/sendtosab.php diff --git a/www/pages/series.php b/public/pages/series.php similarity index 100% rename from www/pages/series.php rename to public/pages/series.php diff --git a/www/pages/sitemap.php b/public/pages/sitemap.php similarity index 100% rename from www/pages/sitemap.php rename to public/pages/sitemap.php diff --git a/www/pages/smartyTV.php b/public/pages/smartyTV.php similarity index 100% rename from www/pages/smartyTV.php rename to public/pages/smartyTV.php diff --git a/www/pages/terms-and-conditions.php b/public/pages/terms-and-conditions.php similarity index 100% rename from www/pages/terms-and-conditions.php rename to public/pages/terms-and-conditions.php diff --git a/www/pages/topic_delete.php b/public/pages/topic_delete.php similarity index 100% rename from www/pages/topic_delete.php rename to public/pages/topic_delete.php diff --git a/www/pages/xxx.php b/public/pages/xxx.php similarity index 100% rename from www/pages/xxx.php rename to public/pages/xxx.php diff --git a/www/pages/xxxmodal.php b/public/pages/xxxmodal.php similarity index 100% rename from www/pages/xxxmodal.php rename to public/pages/xxxmodal.php diff --git a/www/plugins/block.php.php b/public/plugins/block.php.php similarity index 100% rename from www/plugins/block.php.php rename to public/plugins/block.php.php diff --git a/www/plugins/function.getcatval.php b/public/plugins/function.getcatval.php similarity index 100% rename from www/plugins/function.getcatval.php rename to public/plugins/function.getcatval.php diff --git a/www/plugins/function.html_options_multiple.php b/public/plugins/function.html_options_multiple.php similarity index 100% rename from www/plugins/function.html_options_multiple.php rename to public/plugins/function.html_options_multiple.php diff --git a/www/plugins/load_plugin_dependency.php b/public/plugins/load_plugin_dependency.php similarity index 100% rename from www/plugins/load_plugin_dependency.php rename to public/plugins/load_plugin_dependency.php diff --git a/www/plugins/modifier.daysago.php b/public/plugins/modifier.daysago.php similarity index 100% rename from www/plugins/modifier.daysago.php rename to public/plugins/modifier.daysago.php diff --git a/www/plugins/modifier.fsize_format.php b/public/plugins/modifier.fsize_format.php similarity index 100% rename from www/plugins/modifier.fsize_format.php rename to public/plugins/modifier.fsize_format.php diff --git a/www/plugins/modifier.magicurl.php b/public/plugins/modifier.magicurl.php similarity index 100% rename from www/plugins/modifier.magicurl.php rename to public/plugins/modifier.magicurl.php diff --git a/www/plugins/modifier.nl2br.php b/public/plugins/modifier.nl2br.php similarity index 100% rename from www/plugins/modifier.nl2br.php rename to public/plugins/modifier.nl2br.php diff --git a/www/plugins/modifier.parray.php b/public/plugins/modifier.parray.php similarity index 100% rename from www/plugins/modifier.parray.php rename to public/plugins/modifier.parray.php diff --git a/www/plugins/modifier.phpdate_format.php b/public/plugins/modifier.phpdate_format.php similarity index 100% rename from www/plugins/modifier.phpdate_format.php rename to public/plugins/modifier.phpdate_format.php diff --git a/www/plugins/modifier.strtotime.php b/public/plugins/modifier.strtotime.php similarity index 100% rename from www/plugins/modifier.strtotime.php rename to public/plugins/modifier.strtotime.php diff --git a/www/plugins/modifier.timeago.php b/public/plugins/modifier.timeago.php similarity index 100% rename from www/plugins/modifier.timeago.php rename to public/plugins/modifier.timeago.php diff --git a/www/plugins/shared.make_timestamp.php b/public/plugins/shared.make_timestamp.php similarity index 100% rename from www/plugins/shared.make_timestamp.php rename to public/plugins/shared.make_timestamp.php diff --git a/www/robots.txt b/public/robots.txt similarity index 100% rename from www/robots.txt rename to public/robots.txt diff --git a/www/smarty.php b/public/smarty.php similarity index 100% rename from www/smarty.php rename to public/smarty.php diff --git a/www/themes/Charisma/css/charisma-app.css b/public/themes/Charisma/css/charisma-app.css similarity index 100% rename from www/themes/Charisma/css/charisma-app.css rename to public/themes/Charisma/css/charisma-app.css diff --git a/www/themes/Charisma/css/elfinder.min.css b/public/themes/Charisma/css/elfinder.min.css similarity index 100% rename from www/themes/Charisma/css/elfinder.min.css rename to public/themes/Charisma/css/elfinder.min.css diff --git a/www/themes/Charisma/css/elfinder.theme.css b/public/themes/Charisma/css/elfinder.theme.css similarity index 100% rename from www/themes/Charisma/css/elfinder.theme.css rename to public/themes/Charisma/css/elfinder.theme.css diff --git a/www/themes/Charisma/css/jquery-ui-1.8.21.custom.css b/public/themes/Charisma/css/jquery-ui-1.8.21.custom.css similarity index 100% rename from www/themes/Charisma/css/jquery-ui-1.8.21.custom.css rename to public/themes/Charisma/css/jquery-ui-1.8.21.custom.css diff --git a/www/themes/Charisma/css/jquery.iphone.toggle.css b/public/themes/Charisma/css/jquery.iphone.toggle.css similarity index 100% rename from www/themes/Charisma/css/jquery.iphone.toggle.css rename to public/themes/Charisma/css/jquery.iphone.toggle.css diff --git a/www/themes/Charisma/js/charisma.js b/public/themes/Charisma/js/charisma.js similarity index 100% rename from www/themes/Charisma/js/charisma.js rename to public/themes/Charisma/js/charisma.js diff --git a/www/themes/Charisma/js/init-chart.js b/public/themes/Charisma/js/init-chart.js similarity index 100% rename from www/themes/Charisma/js/init-chart.js rename to public/themes/Charisma/js/init-chart.js diff --git a/www/themes/Charisma/js/jquery.autogrow-textarea.js b/public/themes/Charisma/js/jquery.autogrow-textarea.js similarity index 100% rename from www/themes/Charisma/js/jquery.autogrow-textarea.js rename to public/themes/Charisma/js/jquery.autogrow-textarea.js diff --git a/www/themes/Charisma/js/jquery.cookie.js b/public/themes/Charisma/js/jquery.cookie.js similarity index 100% rename from www/themes/Charisma/js/jquery.cookie.js rename to public/themes/Charisma/js/jquery.cookie.js diff --git a/www/themes/Charisma/js/jquery.history.js b/public/themes/Charisma/js/jquery.history.js similarity index 100% rename from www/themes/Charisma/js/jquery.history.js rename to public/themes/Charisma/js/jquery.history.js diff --git a/www/themes/Charisma/js/jquery.iphone.toggle.js b/public/themes/Charisma/js/jquery.iphone.toggle.js similarity index 100% rename from www/themes/Charisma/js/jquery.iphone.toggle.js rename to public/themes/Charisma/js/jquery.iphone.toggle.js diff --git a/www/themes/Charisma/templates/articlesmenu.tpl b/public/themes/Charisma/templates/articlesmenu.tpl similarity index 100% rename from www/themes/Charisma/templates/articlesmenu.tpl rename to public/themes/Charisma/templates/articlesmenu.tpl diff --git a/www/themes/Charisma/templates/basepage.tpl b/public/themes/Charisma/templates/basepage.tpl similarity index 100% rename from www/themes/Charisma/templates/basepage.tpl rename to public/themes/Charisma/templates/basepage.tpl diff --git a/www/themes/Charisma/templates/books.tpl b/public/themes/Charisma/templates/books.tpl similarity index 100% rename from www/themes/Charisma/templates/books.tpl rename to public/themes/Charisma/templates/books.tpl diff --git a/www/themes/Charisma/templates/browse.tpl b/public/themes/Charisma/templates/browse.tpl similarity index 100% rename from www/themes/Charisma/templates/browse.tpl rename to public/themes/Charisma/templates/browse.tpl diff --git a/www/themes/Charisma/templates/browsegroup.tpl b/public/themes/Charisma/templates/browsegroup.tpl similarity index 100% rename from www/themes/Charisma/templates/browsegroup.tpl rename to public/themes/Charisma/templates/browsegroup.tpl diff --git a/www/themes/Charisma/templates/cart.tpl b/public/themes/Charisma/templates/cart.tpl similarity index 100% rename from www/themes/Charisma/templates/cart.tpl rename to public/themes/Charisma/templates/cart.tpl diff --git a/www/themes/Charisma/templates/console.tpl b/public/themes/Charisma/templates/console.tpl similarity index 100% rename from www/themes/Charisma/templates/console.tpl rename to public/themes/Charisma/templates/console.tpl diff --git a/www/themes/Charisma/templates/contact.tpl b/public/themes/Charisma/templates/contact.tpl similarity index 100% rename from www/themes/Charisma/templates/contact.tpl rename to public/themes/Charisma/templates/contact.tpl diff --git a/www/themes/Charisma/templates/content.tpl b/public/themes/Charisma/templates/content.tpl similarity index 100% rename from www/themes/Charisma/templates/content.tpl rename to public/themes/Charisma/templates/content.tpl diff --git a/www/themes/Charisma/templates/forgottenpassword.tpl b/public/themes/Charisma/templates/forgottenpassword.tpl similarity index 100% rename from www/themes/Charisma/templates/forgottenpassword.tpl rename to public/themes/Charisma/templates/forgottenpassword.tpl diff --git a/www/themes/Charisma/templates/forum.tpl b/public/themes/Charisma/templates/forum.tpl similarity index 100% rename from www/themes/Charisma/templates/forum.tpl rename to public/themes/Charisma/templates/forum.tpl diff --git a/www/themes/Charisma/templates/forumpost.tpl b/public/themes/Charisma/templates/forumpost.tpl similarity index 100% rename from www/themes/Charisma/templates/forumpost.tpl rename to public/themes/Charisma/templates/forumpost.tpl diff --git a/www/themes/Charisma/templates/games.tpl b/public/themes/Charisma/templates/games.tpl similarity index 100% rename from www/themes/Charisma/templates/games.tpl rename to public/themes/Charisma/templates/games.tpl diff --git a/www/themes/Charisma/templates/headermenu.tpl b/public/themes/Charisma/templates/headermenu.tpl similarity index 100% rename from www/themes/Charisma/templates/headermenu.tpl rename to public/themes/Charisma/templates/headermenu.tpl diff --git a/www/themes/Charisma/templates/login.tpl b/public/themes/Charisma/templates/login.tpl similarity index 100% rename from www/themes/Charisma/templates/login.tpl rename to public/themes/Charisma/templates/login.tpl diff --git a/www/themes/Charisma/templates/mainmenu.tpl b/public/themes/Charisma/templates/mainmenu.tpl similarity index 100% rename from www/themes/Charisma/templates/mainmenu.tpl rename to public/themes/Charisma/templates/mainmenu.tpl diff --git a/www/themes/Charisma/templates/movies.tpl b/public/themes/Charisma/templates/movies.tpl similarity index 100% rename from www/themes/Charisma/templates/movies.tpl rename to public/themes/Charisma/templates/movies.tpl diff --git a/www/themes/Charisma/templates/multi-operations.tpl b/public/themes/Charisma/templates/multi-operations.tpl similarity index 100% rename from www/themes/Charisma/templates/multi-operations.tpl rename to public/themes/Charisma/templates/multi-operations.tpl diff --git a/www/themes/Charisma/templates/music.tpl b/public/themes/Charisma/templates/music.tpl similarity index 100% rename from www/themes/Charisma/templates/music.tpl rename to public/themes/Charisma/templates/music.tpl diff --git a/www/themes/Charisma/templates/mymovies-add.tpl b/public/themes/Charisma/templates/mymovies-add.tpl similarity index 100% rename from www/themes/Charisma/templates/mymovies-add.tpl rename to public/themes/Charisma/templates/mymovies-add.tpl diff --git a/www/themes/Charisma/templates/mymovies.tpl b/public/themes/Charisma/templates/mymovies.tpl similarity index 100% rename from www/themes/Charisma/templates/mymovies.tpl rename to public/themes/Charisma/templates/mymovies.tpl diff --git a/www/themes/Charisma/templates/myshows-add.tpl b/public/themes/Charisma/templates/myshows-add.tpl similarity index 100% rename from www/themes/Charisma/templates/myshows-add.tpl rename to public/themes/Charisma/templates/myshows-add.tpl diff --git a/www/themes/Charisma/templates/myshows.tpl b/public/themes/Charisma/templates/myshows.tpl similarity index 100% rename from www/themes/Charisma/templates/myshows.tpl rename to public/themes/Charisma/templates/myshows.tpl diff --git a/www/themes/Charisma/templates/newposterwall.tpl b/public/themes/Charisma/templates/newposterwall.tpl similarity index 100% rename from www/themes/Charisma/templates/newposterwall.tpl rename to public/themes/Charisma/templates/newposterwall.tpl diff --git a/www/themes/Charisma/templates/nzbvortex-ajax.tpl b/public/themes/Charisma/templates/nzbvortex-ajax.tpl similarity index 100% rename from www/themes/Charisma/templates/nzbvortex-ajax.tpl rename to public/themes/Charisma/templates/nzbvortex-ajax.tpl diff --git a/www/themes/Charisma/templates/nzbvortex.tpl b/public/themes/Charisma/templates/nzbvortex.tpl similarity index 100% rename from www/themes/Charisma/templates/nzbvortex.tpl rename to public/themes/Charisma/templates/nzbvortex.tpl diff --git a/www/themes/Charisma/templates/opensearch.tpl b/public/themes/Charisma/templates/opensearch.tpl similarity index 100% rename from www/themes/Charisma/templates/opensearch.tpl rename to public/themes/Charisma/templates/opensearch.tpl diff --git a/www/themes/Charisma/templates/post_edit.tpl b/public/themes/Charisma/templates/post_edit.tpl similarity index 100% rename from www/themes/Charisma/templates/post_edit.tpl rename to public/themes/Charisma/templates/post_edit.tpl diff --git a/www/themes/Charisma/templates/profile.tpl b/public/themes/Charisma/templates/profile.tpl similarity index 100% rename from www/themes/Charisma/templates/profile.tpl rename to public/themes/Charisma/templates/profile.tpl diff --git a/www/themes/Charisma/templates/profileedit.tpl b/public/themes/Charisma/templates/profileedit.tpl similarity index 100% rename from www/themes/Charisma/templates/profileedit.tpl rename to public/themes/Charisma/templates/profileedit.tpl diff --git a/www/themes/Charisma/templates/recentforumposts.tpl b/public/themes/Charisma/templates/recentforumposts.tpl similarity index 100% rename from www/themes/Charisma/templates/recentforumposts.tpl rename to public/themes/Charisma/templates/recentforumposts.tpl diff --git a/www/themes/Charisma/templates/register.tpl b/public/themes/Charisma/templates/register.tpl similarity index 100% rename from www/themes/Charisma/templates/register.tpl rename to public/themes/Charisma/templates/register.tpl diff --git a/www/themes/Charisma/templates/search.tpl b/public/themes/Charisma/templates/search.tpl similarity index 100% rename from www/themes/Charisma/templates/search.tpl rename to public/themes/Charisma/templates/search.tpl diff --git a/www/themes/Charisma/templates/searchraw.tpl b/public/themes/Charisma/templates/searchraw.tpl similarity index 100% rename from www/themes/Charisma/templates/searchraw.tpl rename to public/themes/Charisma/templates/searchraw.tpl diff --git a/www/themes/Charisma/templates/sitemap-xml.tpl b/public/themes/Charisma/templates/sitemap-xml.tpl similarity index 100% rename from www/themes/Charisma/templates/sitemap-xml.tpl rename to public/themes/Charisma/templates/sitemap-xml.tpl diff --git a/www/themes/Charisma/templates/sitemap.tpl b/public/themes/Charisma/templates/sitemap.tpl similarity index 100% rename from www/themes/Charisma/templates/sitemap.tpl rename to public/themes/Charisma/templates/sitemap.tpl diff --git a/www/themes/Charisma/templates/terms.tpl b/public/themes/Charisma/templates/terms.tpl similarity index 100% rename from www/themes/Charisma/templates/terms.tpl rename to public/themes/Charisma/templates/terms.tpl diff --git a/www/themes/Charisma/templates/usefullinksmenu.tpl b/public/themes/Charisma/templates/usefullinksmenu.tpl similarity index 100% rename from www/themes/Charisma/templates/usefullinksmenu.tpl rename to public/themes/Charisma/templates/usefullinksmenu.tpl diff --git a/www/themes/Charisma/templates/viewanime.tpl b/public/themes/Charisma/templates/viewanime.tpl similarity index 100% rename from www/themes/Charisma/templates/viewanime.tpl rename to public/themes/Charisma/templates/viewanime.tpl diff --git a/www/themes/Charisma/templates/viewanimelist.tpl b/public/themes/Charisma/templates/viewanimelist.tpl similarity index 100% rename from www/themes/Charisma/templates/viewanimelist.tpl rename to public/themes/Charisma/templates/viewanimelist.tpl diff --git a/www/themes/Charisma/templates/viewbook.tpl b/public/themes/Charisma/templates/viewbook.tpl similarity index 100% rename from www/themes/Charisma/templates/viewbook.tpl rename to public/themes/Charisma/templates/viewbook.tpl diff --git a/www/themes/Charisma/templates/viewconsole.tpl b/public/themes/Charisma/templates/viewconsole.tpl similarity index 100% rename from www/themes/Charisma/templates/viewconsole.tpl rename to public/themes/Charisma/templates/viewconsole.tpl diff --git a/www/themes/Charisma/templates/viewfilelist.tpl b/public/themes/Charisma/templates/viewfilelist.tpl similarity index 100% rename from www/themes/Charisma/templates/viewfilelist.tpl rename to public/themes/Charisma/templates/viewfilelist.tpl diff --git a/www/themes/Charisma/templates/viewmovie.tpl b/public/themes/Charisma/templates/viewmovie.tpl similarity index 100% rename from www/themes/Charisma/templates/viewmovie.tpl rename to public/themes/Charisma/templates/viewmovie.tpl diff --git a/www/themes/Charisma/templates/viewmoviefull.tpl b/public/themes/Charisma/templates/viewmoviefull.tpl similarity index 100% rename from www/themes/Charisma/templates/viewmoviefull.tpl rename to public/themes/Charisma/templates/viewmoviefull.tpl diff --git a/www/themes/Charisma/templates/viewmovietrailer.tpl b/public/themes/Charisma/templates/viewmovietrailer.tpl similarity index 100% rename from www/themes/Charisma/templates/viewmovietrailer.tpl rename to public/themes/Charisma/templates/viewmovietrailer.tpl diff --git a/www/themes/Charisma/templates/viewmusic.tpl b/public/themes/Charisma/templates/viewmusic.tpl similarity index 100% rename from www/themes/Charisma/templates/viewmusic.tpl rename to public/themes/Charisma/templates/viewmusic.tpl diff --git a/www/themes/Charisma/templates/viewnfo.tpl b/public/themes/Charisma/templates/viewnfo.tpl similarity index 100% rename from www/themes/Charisma/templates/viewnfo.tpl rename to public/themes/Charisma/templates/viewnfo.tpl diff --git a/www/themes/Charisma/templates/viewnzb.tpl b/public/themes/Charisma/templates/viewnzb.tpl similarity index 100% rename from www/themes/Charisma/templates/viewnzb.tpl rename to public/themes/Charisma/templates/viewnzb.tpl diff --git a/www/themes/Charisma/templates/viewqueue.tpl b/public/themes/Charisma/templates/viewqueue.tpl similarity index 100% rename from www/themes/Charisma/templates/viewqueue.tpl rename to public/themes/Charisma/templates/viewqueue.tpl diff --git a/www/themes/Charisma/templates/viewseries.tpl b/public/themes/Charisma/templates/viewseries.tpl similarity index 100% rename from www/themes/Charisma/templates/viewseries.tpl rename to public/themes/Charisma/templates/viewseries.tpl diff --git a/www/themes/Charisma/templates/viewserieslist.tpl b/public/themes/Charisma/templates/viewserieslist.tpl similarity index 100% rename from www/themes/Charisma/templates/viewserieslist.tpl rename to public/themes/Charisma/templates/viewserieslist.tpl diff --git a/www/themes/Charisma/templates/viewxxx.tpl b/public/themes/Charisma/templates/viewxxx.tpl similarity index 100% rename from www/themes/Charisma/templates/viewxxx.tpl rename to public/themes/Charisma/templates/viewxxx.tpl diff --git a/www/themes/Charisma/templates/viewxxxfull.tpl b/public/themes/Charisma/templates/viewxxxfull.tpl similarity index 100% rename from www/themes/Charisma/templates/viewxxxfull.tpl rename to public/themes/Charisma/templates/viewxxxfull.tpl diff --git a/www/themes/Charisma/templates/xxx.tpl b/public/themes/Charisma/templates/xxx.tpl similarity index 100% rename from www/themes/Charisma/templates/xxx.tpl rename to public/themes/Charisma/templates/xxx.tpl diff --git a/www/themes/Gamma/scripts/bootstrap.js b/public/themes/Gamma/scripts/bootstrap.js similarity index 100% rename from www/themes/Gamma/scripts/bootstrap.js rename to public/themes/Gamma/scripts/bootstrap.js diff --git a/www/themes/Gamma/scripts/jquery-ias.js b/public/themes/Gamma/scripts/jquery-ias.js similarity index 100% rename from www/themes/Gamma/scripts/jquery-ias.js rename to public/themes/Gamma/scripts/jquery-ias.js diff --git a/www/themes/Gamma/scripts/jquery.infinitescroll.js b/public/themes/Gamma/scripts/jquery.infinitescroll.js similarity index 100% rename from www/themes/Gamma/scripts/jquery.infinitescroll.js rename to public/themes/Gamma/scripts/jquery.infinitescroll.js diff --git a/www/themes/Gamma/scripts/utils.js b/public/themes/Gamma/scripts/utils.js similarity index 100% rename from www/themes/Gamma/scripts/utils.js rename to public/themes/Gamma/scripts/utils.js diff --git a/www/themes/Gamma/styles/admin.css b/public/themes/Gamma/styles/admin.css similarity index 100% rename from www/themes/Gamma/styles/admin.css rename to public/themes/Gamma/styles/admin.css diff --git a/www/themes/Gamma/styles/bootstrap-fixes.css b/public/themes/Gamma/styles/bootstrap-fixes.css similarity index 100% rename from www/themes/Gamma/styles/bootstrap-fixes.css rename to public/themes/Gamma/styles/bootstrap-fixes.css diff --git a/www/themes/Gamma/styles/bootstrap.css b/public/themes/Gamma/styles/bootstrap.css similarity index 100% rename from www/themes/Gamma/styles/bootstrap.css rename to public/themes/Gamma/styles/bootstrap.css diff --git a/www/themes/Gamma/styles/bootstrap.cyborg.css b/public/themes/Gamma/styles/bootstrap.cyborg.css similarity index 100% rename from www/themes/Gamma/styles/bootstrap.cyborg.css rename to public/themes/Gamma/styles/bootstrap.cyborg.css diff --git a/www/themes/Gamma/styles/bootstrap.slate.min.css b/public/themes/Gamma/styles/bootstrap.slate.min.css similarity index 100% rename from www/themes/Gamma/styles/bootstrap.slate.min.css rename to public/themes/Gamma/styles/bootstrap.slate.min.css diff --git a/www/themes/Gamma/styles/extra.css b/public/themes/Gamma/styles/extra.css similarity index 100% rename from www/themes/Gamma/styles/extra.css rename to public/themes/Gamma/styles/extra.css diff --git a/www/themes/Gamma/styles/install.css b/public/themes/Gamma/styles/install.css similarity index 100% rename from www/themes/Gamma/styles/install.css rename to public/themes/Gamma/styles/install.css diff --git a/www/themes/Gamma/styles/jquery.pnotify.default.css b/public/themes/Gamma/styles/jquery.pnotify.default.css similarity index 100% rename from www/themes/Gamma/styles/jquery.pnotify.default.css rename to public/themes/Gamma/styles/jquery.pnotify.default.css diff --git a/www/themes/Gamma/styles/style.css b/public/themes/Gamma/styles/style.css similarity index 100% rename from www/themes/Gamma/styles/style.css rename to public/themes/Gamma/styles/style.css diff --git a/www/themes/Gamma/styles/style.ie.css b/public/themes/Gamma/styles/style.ie.css similarity index 100% rename from www/themes/Gamma/styles/style.ie.css rename to public/themes/Gamma/styles/style.ie.css diff --git a/www/themes/Gamma/templates/articlesmenu.tpl b/public/themes/Gamma/templates/articlesmenu.tpl similarity index 100% rename from www/themes/Gamma/templates/articlesmenu.tpl rename to public/themes/Gamma/templates/articlesmenu.tpl diff --git a/www/themes/Gamma/templates/basepage.tpl b/public/themes/Gamma/templates/basepage.tpl similarity index 100% rename from www/themes/Gamma/templates/basepage.tpl rename to public/themes/Gamma/templates/basepage.tpl diff --git a/www/themes/Gamma/templates/books.tpl b/public/themes/Gamma/templates/books.tpl similarity index 100% rename from www/themes/Gamma/templates/books.tpl rename to public/themes/Gamma/templates/books.tpl diff --git a/www/themes/Gamma/templates/browse.tpl b/public/themes/Gamma/templates/browse.tpl similarity index 100% rename from www/themes/Gamma/templates/browse.tpl rename to public/themes/Gamma/templates/browse.tpl diff --git a/www/themes/Gamma/templates/browsegroup.tpl b/public/themes/Gamma/templates/browsegroup.tpl similarity index 100% rename from www/themes/Gamma/templates/browsegroup.tpl rename to public/themes/Gamma/templates/browsegroup.tpl diff --git a/www/themes/Gamma/templates/cart.tpl b/public/themes/Gamma/templates/cart.tpl similarity index 100% rename from www/themes/Gamma/templates/cart.tpl rename to public/themes/Gamma/templates/cart.tpl diff --git a/www/themes/Gamma/templates/console.tpl b/public/themes/Gamma/templates/console.tpl similarity index 100% rename from www/themes/Gamma/templates/console.tpl rename to public/themes/Gamma/templates/console.tpl diff --git a/www/themes/Gamma/templates/contact.tpl b/public/themes/Gamma/templates/contact.tpl similarity index 100% rename from www/themes/Gamma/templates/contact.tpl rename to public/themes/Gamma/templates/contact.tpl diff --git a/www/themes/Gamma/templates/content.tpl b/public/themes/Gamma/templates/content.tpl similarity index 100% rename from www/themes/Gamma/templates/content.tpl rename to public/themes/Gamma/templates/content.tpl diff --git a/www/themes/Gamma/templates/forgottenpassword.tpl b/public/themes/Gamma/templates/forgottenpassword.tpl similarity index 100% rename from www/themes/Gamma/templates/forgottenpassword.tpl rename to public/themes/Gamma/templates/forgottenpassword.tpl diff --git a/www/themes/Gamma/templates/forum.tpl b/public/themes/Gamma/templates/forum.tpl similarity index 100% rename from www/themes/Gamma/templates/forum.tpl rename to public/themes/Gamma/templates/forum.tpl diff --git a/www/themes/Gamma/templates/forumpost.tpl b/public/themes/Gamma/templates/forumpost.tpl similarity index 100% rename from www/themes/Gamma/templates/forumpost.tpl rename to public/themes/Gamma/templates/forumpost.tpl diff --git a/www/themes/Gamma/templates/games.tpl b/public/themes/Gamma/templates/games.tpl similarity index 100% rename from www/themes/Gamma/templates/games.tpl rename to public/themes/Gamma/templates/games.tpl diff --git a/www/themes/Gamma/templates/headermenu.tpl b/public/themes/Gamma/templates/headermenu.tpl similarity index 100% rename from www/themes/Gamma/templates/headermenu.tpl rename to public/themes/Gamma/templates/headermenu.tpl diff --git a/www/themes/Gamma/templates/login.tpl b/public/themes/Gamma/templates/login.tpl similarity index 100% rename from www/themes/Gamma/templates/login.tpl rename to public/themes/Gamma/templates/login.tpl diff --git a/www/themes/Gamma/templates/mainmenu.tpl b/public/themes/Gamma/templates/mainmenu.tpl similarity index 100% rename from www/themes/Gamma/templates/mainmenu.tpl rename to public/themes/Gamma/templates/mainmenu.tpl diff --git a/www/themes/Gamma/templates/movies.tpl b/public/themes/Gamma/templates/movies.tpl similarity index 100% rename from www/themes/Gamma/templates/movies.tpl rename to public/themes/Gamma/templates/movies.tpl diff --git a/www/themes/Gamma/templates/multi-operations.tpl b/public/themes/Gamma/templates/multi-operations.tpl similarity index 100% rename from www/themes/Gamma/templates/multi-operations.tpl rename to public/themes/Gamma/templates/multi-operations.tpl diff --git a/www/themes/Gamma/templates/music.tpl b/public/themes/Gamma/templates/music.tpl similarity index 100% rename from www/themes/Gamma/templates/music.tpl rename to public/themes/Gamma/templates/music.tpl diff --git a/www/themes/Gamma/templates/mymovies-add.tpl b/public/themes/Gamma/templates/mymovies-add.tpl similarity index 100% rename from www/themes/Gamma/templates/mymovies-add.tpl rename to public/themes/Gamma/templates/mymovies-add.tpl diff --git a/www/themes/Gamma/templates/mymovies.tpl b/public/themes/Gamma/templates/mymovies.tpl similarity index 100% rename from www/themes/Gamma/templates/mymovies.tpl rename to public/themes/Gamma/templates/mymovies.tpl diff --git a/www/themes/Gamma/templates/myshows-add.tpl b/public/themes/Gamma/templates/myshows-add.tpl similarity index 100% rename from www/themes/Gamma/templates/myshows-add.tpl rename to public/themes/Gamma/templates/myshows-add.tpl diff --git a/www/themes/Gamma/templates/myshows.tpl b/public/themes/Gamma/templates/myshows.tpl similarity index 100% rename from www/themes/Gamma/templates/myshows.tpl rename to public/themes/Gamma/templates/myshows.tpl diff --git a/www/themes/Gamma/templates/newposterwall.tpl b/public/themes/Gamma/templates/newposterwall.tpl similarity index 100% rename from www/themes/Gamma/templates/newposterwall.tpl rename to public/themes/Gamma/templates/newposterwall.tpl diff --git a/www/themes/Gamma/templates/nzbvortex-ajax.tpl b/public/themes/Gamma/templates/nzbvortex-ajax.tpl similarity index 100% rename from www/themes/Gamma/templates/nzbvortex-ajax.tpl rename to public/themes/Gamma/templates/nzbvortex-ajax.tpl diff --git a/www/themes/Gamma/templates/nzbvortex.tpl b/public/themes/Gamma/templates/nzbvortex.tpl similarity index 100% rename from www/themes/Gamma/templates/nzbvortex.tpl rename to public/themes/Gamma/templates/nzbvortex.tpl diff --git a/www/themes/Gamma/templates/opensearch.tpl b/public/themes/Gamma/templates/opensearch.tpl similarity index 100% rename from www/themes/Gamma/templates/opensearch.tpl rename to public/themes/Gamma/templates/opensearch.tpl diff --git a/www/themes/Gamma/templates/post_edit.tpl b/public/themes/Gamma/templates/post_edit.tpl similarity index 100% rename from www/themes/Gamma/templates/post_edit.tpl rename to public/themes/Gamma/templates/post_edit.tpl diff --git a/www/themes/Gamma/templates/profile.tpl b/public/themes/Gamma/templates/profile.tpl similarity index 100% rename from www/themes/Gamma/templates/profile.tpl rename to public/themes/Gamma/templates/profile.tpl diff --git a/www/themes/Gamma/templates/profileedit.tpl b/public/themes/Gamma/templates/profileedit.tpl similarity index 100% rename from www/themes/Gamma/templates/profileedit.tpl rename to public/themes/Gamma/templates/profileedit.tpl diff --git a/www/themes/Gamma/templates/recentforumposts.tpl b/public/themes/Gamma/templates/recentforumposts.tpl similarity index 100% rename from www/themes/Gamma/templates/recentforumposts.tpl rename to public/themes/Gamma/templates/recentforumposts.tpl diff --git a/www/themes/Gamma/templates/register.tpl b/public/themes/Gamma/templates/register.tpl similarity index 100% rename from www/themes/Gamma/templates/register.tpl rename to public/themes/Gamma/templates/register.tpl diff --git a/www/themes/Gamma/templates/search.tpl b/public/themes/Gamma/templates/search.tpl similarity index 100% rename from www/themes/Gamma/templates/search.tpl rename to public/themes/Gamma/templates/search.tpl diff --git a/www/themes/Gamma/templates/searchraw.tpl b/public/themes/Gamma/templates/searchraw.tpl similarity index 100% rename from www/themes/Gamma/templates/searchraw.tpl rename to public/themes/Gamma/templates/searchraw.tpl diff --git a/www/themes/Gamma/templates/sitemap-xml.tpl b/public/themes/Gamma/templates/sitemap-xml.tpl similarity index 100% rename from www/themes/Gamma/templates/sitemap-xml.tpl rename to public/themes/Gamma/templates/sitemap-xml.tpl diff --git a/www/themes/Gamma/templates/sitemap.tpl b/public/themes/Gamma/templates/sitemap.tpl similarity index 100% rename from www/themes/Gamma/templates/sitemap.tpl rename to public/themes/Gamma/templates/sitemap.tpl diff --git a/www/themes/Gamma/templates/terms.tpl b/public/themes/Gamma/templates/terms.tpl similarity index 100% rename from www/themes/Gamma/templates/terms.tpl rename to public/themes/Gamma/templates/terms.tpl diff --git a/www/themes/Gamma/templates/usefullinksmenu.tpl b/public/themes/Gamma/templates/usefullinksmenu.tpl similarity index 100% rename from www/themes/Gamma/templates/usefullinksmenu.tpl rename to public/themes/Gamma/templates/usefullinksmenu.tpl diff --git a/www/themes/Gamma/templates/viewanime.tpl b/public/themes/Gamma/templates/viewanime.tpl similarity index 100% rename from www/themes/Gamma/templates/viewanime.tpl rename to public/themes/Gamma/templates/viewanime.tpl diff --git a/www/themes/Gamma/templates/viewanimelist.tpl b/public/themes/Gamma/templates/viewanimelist.tpl similarity index 100% rename from www/themes/Gamma/templates/viewanimelist.tpl rename to public/themes/Gamma/templates/viewanimelist.tpl diff --git a/www/themes/Gamma/templates/viewbook.tpl b/public/themes/Gamma/templates/viewbook.tpl similarity index 100% rename from www/themes/Gamma/templates/viewbook.tpl rename to public/themes/Gamma/templates/viewbook.tpl diff --git a/www/themes/Gamma/templates/viewconsole.tpl b/public/themes/Gamma/templates/viewconsole.tpl similarity index 100% rename from www/themes/Gamma/templates/viewconsole.tpl rename to public/themes/Gamma/templates/viewconsole.tpl diff --git a/www/themes/Gamma/templates/viewfilelist.tpl b/public/themes/Gamma/templates/viewfilelist.tpl similarity index 100% rename from www/themes/Gamma/templates/viewfilelist.tpl rename to public/themes/Gamma/templates/viewfilelist.tpl diff --git a/www/themes/Gamma/templates/viewmovie.tpl b/public/themes/Gamma/templates/viewmovie.tpl similarity index 100% rename from www/themes/Gamma/templates/viewmovie.tpl rename to public/themes/Gamma/templates/viewmovie.tpl diff --git a/www/themes/Gamma/templates/viewmoviefull.tpl b/public/themes/Gamma/templates/viewmoviefull.tpl similarity index 100% rename from www/themes/Gamma/templates/viewmoviefull.tpl rename to public/themes/Gamma/templates/viewmoviefull.tpl diff --git a/www/themes/Gamma/templates/viewmovietrailer.tpl b/public/themes/Gamma/templates/viewmovietrailer.tpl similarity index 100% rename from www/themes/Gamma/templates/viewmovietrailer.tpl rename to public/themes/Gamma/templates/viewmovietrailer.tpl diff --git a/www/themes/Gamma/templates/viewmusic.tpl b/public/themes/Gamma/templates/viewmusic.tpl similarity index 100% rename from www/themes/Gamma/templates/viewmusic.tpl rename to public/themes/Gamma/templates/viewmusic.tpl diff --git a/www/themes/Gamma/templates/viewnfo.tpl b/public/themes/Gamma/templates/viewnfo.tpl similarity index 100% rename from www/themes/Gamma/templates/viewnfo.tpl rename to public/themes/Gamma/templates/viewnfo.tpl diff --git a/www/themes/Gamma/templates/viewnzb.tpl b/public/themes/Gamma/templates/viewnzb.tpl similarity index 100% rename from www/themes/Gamma/templates/viewnzb.tpl rename to public/themes/Gamma/templates/viewnzb.tpl diff --git a/www/themes/Gamma/templates/viewqueue.tpl b/public/themes/Gamma/templates/viewqueue.tpl similarity index 100% rename from www/themes/Gamma/templates/viewqueue.tpl rename to public/themes/Gamma/templates/viewqueue.tpl diff --git a/www/themes/Gamma/templates/viewseries.tpl b/public/themes/Gamma/templates/viewseries.tpl similarity index 100% rename from www/themes/Gamma/templates/viewseries.tpl rename to public/themes/Gamma/templates/viewseries.tpl diff --git a/www/themes/Gamma/templates/viewserieslist.tpl b/public/themes/Gamma/templates/viewserieslist.tpl similarity index 100% rename from www/themes/Gamma/templates/viewserieslist.tpl rename to public/themes/Gamma/templates/viewserieslist.tpl diff --git a/www/themes/Gamma/templates/viewxxx.tpl b/public/themes/Gamma/templates/viewxxx.tpl similarity index 100% rename from www/themes/Gamma/templates/viewxxx.tpl rename to public/themes/Gamma/templates/viewxxx.tpl diff --git a/www/themes/Gamma/templates/viewxxxfull.tpl b/public/themes/Gamma/templates/viewxxxfull.tpl similarity index 100% rename from www/themes/Gamma/templates/viewxxxfull.tpl rename to public/themes/Gamma/templates/viewxxxfull.tpl diff --git a/www/themes/Gamma/templates/xxx.tpl b/public/themes/Gamma/templates/xxx.tpl similarity index 100% rename from www/themes/Gamma/templates/xxx.tpl rename to public/themes/Gamma/templates/xxx.tpl diff --git a/www/themes/Gentele/templates/articlesmenu.tpl b/public/themes/Gentele/templates/articlesmenu.tpl similarity index 100% rename from www/themes/Gentele/templates/articlesmenu.tpl rename to public/themes/Gentele/templates/articlesmenu.tpl diff --git a/www/themes/Gentele/templates/basepage.tpl b/public/themes/Gentele/templates/basepage.tpl similarity index 100% rename from www/themes/Gentele/templates/basepage.tpl rename to public/themes/Gentele/templates/basepage.tpl diff --git a/www/themes/Gentele/templates/books.tpl b/public/themes/Gentele/templates/books.tpl similarity index 100% rename from www/themes/Gentele/templates/books.tpl rename to public/themes/Gentele/templates/books.tpl diff --git a/www/themes/Gentele/templates/browse.tpl b/public/themes/Gentele/templates/browse.tpl similarity index 100% rename from www/themes/Gentele/templates/browse.tpl rename to public/themes/Gentele/templates/browse.tpl diff --git a/www/themes/Gentele/templates/browsegroup.tpl b/public/themes/Gentele/templates/browsegroup.tpl similarity index 100% rename from www/themes/Gentele/templates/browsegroup.tpl rename to public/themes/Gentele/templates/browsegroup.tpl diff --git a/www/themes/Gentele/templates/cart.tpl b/public/themes/Gentele/templates/cart.tpl similarity index 100% rename from www/themes/Gentele/templates/cart.tpl rename to public/themes/Gentele/templates/cart.tpl diff --git a/www/themes/Gentele/templates/console.tpl b/public/themes/Gentele/templates/console.tpl similarity index 100% rename from www/themes/Gentele/templates/console.tpl rename to public/themes/Gentele/templates/console.tpl diff --git a/www/themes/Gentele/templates/contact.tpl b/public/themes/Gentele/templates/contact.tpl similarity index 100% rename from www/themes/Gentele/templates/contact.tpl rename to public/themes/Gentele/templates/contact.tpl diff --git a/www/themes/Gentele/templates/content.tpl b/public/themes/Gentele/templates/content.tpl similarity index 100% rename from www/themes/Gentele/templates/content.tpl rename to public/themes/Gentele/templates/content.tpl diff --git a/www/themes/Gentele/templates/forgottenpassword.tpl b/public/themes/Gentele/templates/forgottenpassword.tpl similarity index 100% rename from www/themes/Gentele/templates/forgottenpassword.tpl rename to public/themes/Gentele/templates/forgottenpassword.tpl diff --git a/www/themes/Gentele/templates/forum.tpl b/public/themes/Gentele/templates/forum.tpl similarity index 100% rename from www/themes/Gentele/templates/forum.tpl rename to public/themes/Gentele/templates/forum.tpl diff --git a/www/themes/Gentele/templates/forumpost.tpl b/public/themes/Gentele/templates/forumpost.tpl similarity index 100% rename from www/themes/Gentele/templates/forumpost.tpl rename to public/themes/Gentele/templates/forumpost.tpl diff --git a/www/themes/Gentele/templates/games.tpl b/public/themes/Gentele/templates/games.tpl similarity index 100% rename from www/themes/Gentele/templates/games.tpl rename to public/themes/Gentele/templates/games.tpl diff --git a/www/themes/Gentele/templates/headermenu.tpl b/public/themes/Gentele/templates/headermenu.tpl similarity index 100% rename from www/themes/Gentele/templates/headermenu.tpl rename to public/themes/Gentele/templates/headermenu.tpl diff --git a/www/themes/Gentele/templates/login.tpl b/public/themes/Gentele/templates/login.tpl similarity index 100% rename from www/themes/Gentele/templates/login.tpl rename to public/themes/Gentele/templates/login.tpl diff --git a/www/themes/Gentele/templates/mainmenu.tpl b/public/themes/Gentele/templates/mainmenu.tpl similarity index 100% rename from www/themes/Gentele/templates/mainmenu.tpl rename to public/themes/Gentele/templates/mainmenu.tpl diff --git a/www/themes/Gentele/templates/movies.tpl b/public/themes/Gentele/templates/movies.tpl similarity index 100% rename from www/themes/Gentele/templates/movies.tpl rename to public/themes/Gentele/templates/movies.tpl diff --git a/www/themes/Gentele/templates/multi-operations.tpl b/public/themes/Gentele/templates/multi-operations.tpl similarity index 100% rename from www/themes/Gentele/templates/multi-operations.tpl rename to public/themes/Gentele/templates/multi-operations.tpl diff --git a/www/themes/Gentele/templates/music.tpl b/public/themes/Gentele/templates/music.tpl similarity index 100% rename from www/themes/Gentele/templates/music.tpl rename to public/themes/Gentele/templates/music.tpl diff --git a/www/themes/Gentele/templates/mymovies-add.tpl b/public/themes/Gentele/templates/mymovies-add.tpl similarity index 100% rename from www/themes/Gentele/templates/mymovies-add.tpl rename to public/themes/Gentele/templates/mymovies-add.tpl diff --git a/www/themes/Gentele/templates/mymovies.tpl b/public/themes/Gentele/templates/mymovies.tpl similarity index 100% rename from www/themes/Gentele/templates/mymovies.tpl rename to public/themes/Gentele/templates/mymovies.tpl diff --git a/www/themes/Gentele/templates/myshows-add.tpl b/public/themes/Gentele/templates/myshows-add.tpl similarity index 100% rename from www/themes/Gentele/templates/myshows-add.tpl rename to public/themes/Gentele/templates/myshows-add.tpl diff --git a/www/themes/Gentele/templates/myshows.tpl b/public/themes/Gentele/templates/myshows.tpl similarity index 100% rename from www/themes/Gentele/templates/myshows.tpl rename to public/themes/Gentele/templates/myshows.tpl diff --git a/www/themes/Gentele/templates/newposterwall.tpl b/public/themes/Gentele/templates/newposterwall.tpl similarity index 100% rename from www/themes/Gentele/templates/newposterwall.tpl rename to public/themes/Gentele/templates/newposterwall.tpl diff --git a/www/themes/Gentele/templates/nzbvortex-ajax.tpl b/public/themes/Gentele/templates/nzbvortex-ajax.tpl similarity index 100% rename from www/themes/Gentele/templates/nzbvortex-ajax.tpl rename to public/themes/Gentele/templates/nzbvortex-ajax.tpl diff --git a/www/themes/Gentele/templates/nzbvortex.tpl b/public/themes/Gentele/templates/nzbvortex.tpl similarity index 100% rename from www/themes/Gentele/templates/nzbvortex.tpl rename to public/themes/Gentele/templates/nzbvortex.tpl diff --git a/www/themes/Gentele/templates/opensearch.tpl b/public/themes/Gentele/templates/opensearch.tpl similarity index 100% rename from www/themes/Gentele/templates/opensearch.tpl rename to public/themes/Gentele/templates/opensearch.tpl diff --git a/www/themes/Gentele/templates/post_edit.tpl b/public/themes/Gentele/templates/post_edit.tpl similarity index 100% rename from www/themes/Gentele/templates/post_edit.tpl rename to public/themes/Gentele/templates/post_edit.tpl diff --git a/www/themes/Gentele/templates/profile.tpl b/public/themes/Gentele/templates/profile.tpl similarity index 100% rename from www/themes/Gentele/templates/profile.tpl rename to public/themes/Gentele/templates/profile.tpl diff --git a/www/themes/Gentele/templates/profileedit.tpl b/public/themes/Gentele/templates/profileedit.tpl similarity index 100% rename from www/themes/Gentele/templates/profileedit.tpl rename to public/themes/Gentele/templates/profileedit.tpl diff --git a/www/themes/Gentele/templates/recentforumposts.tpl b/public/themes/Gentele/templates/recentforumposts.tpl similarity index 100% rename from www/themes/Gentele/templates/recentforumposts.tpl rename to public/themes/Gentele/templates/recentforumposts.tpl diff --git a/www/themes/Gentele/templates/register.tpl b/public/themes/Gentele/templates/register.tpl similarity index 100% rename from www/themes/Gentele/templates/register.tpl rename to public/themes/Gentele/templates/register.tpl diff --git a/www/themes/Gentele/templates/search.tpl b/public/themes/Gentele/templates/search.tpl similarity index 100% rename from www/themes/Gentele/templates/search.tpl rename to public/themes/Gentele/templates/search.tpl diff --git a/www/themes/Gentele/templates/searchraw.tpl b/public/themes/Gentele/templates/searchraw.tpl similarity index 100% rename from www/themes/Gentele/templates/searchraw.tpl rename to public/themes/Gentele/templates/searchraw.tpl diff --git a/www/themes/Gentele/templates/sitemap-xml.tpl b/public/themes/Gentele/templates/sitemap-xml.tpl similarity index 100% rename from www/themes/Gentele/templates/sitemap-xml.tpl rename to public/themes/Gentele/templates/sitemap-xml.tpl diff --git a/www/themes/Gentele/templates/sitemap.tpl b/public/themes/Gentele/templates/sitemap.tpl similarity index 100% rename from www/themes/Gentele/templates/sitemap.tpl rename to public/themes/Gentele/templates/sitemap.tpl diff --git a/www/themes/Gentele/templates/terms.tpl b/public/themes/Gentele/templates/terms.tpl similarity index 100% rename from www/themes/Gentele/templates/terms.tpl rename to public/themes/Gentele/templates/terms.tpl diff --git a/www/themes/Gentele/templates/usefullinksmenu.tpl b/public/themes/Gentele/templates/usefullinksmenu.tpl similarity index 100% rename from www/themes/Gentele/templates/usefullinksmenu.tpl rename to public/themes/Gentele/templates/usefullinksmenu.tpl diff --git a/www/themes/Gentele/templates/viewanime.tpl b/public/themes/Gentele/templates/viewanime.tpl similarity index 100% rename from www/themes/Gentele/templates/viewanime.tpl rename to public/themes/Gentele/templates/viewanime.tpl diff --git a/www/themes/Gentele/templates/viewanimelist.tpl b/public/themes/Gentele/templates/viewanimelist.tpl similarity index 100% rename from www/themes/Gentele/templates/viewanimelist.tpl rename to public/themes/Gentele/templates/viewanimelist.tpl diff --git a/www/themes/Gentele/templates/viewbook.tpl b/public/themes/Gentele/templates/viewbook.tpl similarity index 100% rename from www/themes/Gentele/templates/viewbook.tpl rename to public/themes/Gentele/templates/viewbook.tpl diff --git a/www/themes/Gentele/templates/viewconsole.tpl b/public/themes/Gentele/templates/viewconsole.tpl similarity index 100% rename from www/themes/Gentele/templates/viewconsole.tpl rename to public/themes/Gentele/templates/viewconsole.tpl diff --git a/www/themes/Gentele/templates/viewfilelist.tpl b/public/themes/Gentele/templates/viewfilelist.tpl similarity index 100% rename from www/themes/Gentele/templates/viewfilelist.tpl rename to public/themes/Gentele/templates/viewfilelist.tpl diff --git a/www/themes/Gentele/templates/viewmovie.tpl b/public/themes/Gentele/templates/viewmovie.tpl similarity index 100% rename from www/themes/Gentele/templates/viewmovie.tpl rename to public/themes/Gentele/templates/viewmovie.tpl diff --git a/www/themes/Gentele/templates/viewmoviefull.tpl b/public/themes/Gentele/templates/viewmoviefull.tpl similarity index 100% rename from www/themes/Gentele/templates/viewmoviefull.tpl rename to public/themes/Gentele/templates/viewmoviefull.tpl diff --git a/www/themes/Gentele/templates/viewmovietrailer.tpl b/public/themes/Gentele/templates/viewmovietrailer.tpl similarity index 100% rename from www/themes/Gentele/templates/viewmovietrailer.tpl rename to public/themes/Gentele/templates/viewmovietrailer.tpl diff --git a/www/themes/Gentele/templates/viewmusic.tpl b/public/themes/Gentele/templates/viewmusic.tpl similarity index 100% rename from www/themes/Gentele/templates/viewmusic.tpl rename to public/themes/Gentele/templates/viewmusic.tpl diff --git a/www/themes/Gentele/templates/viewnfo.tpl b/public/themes/Gentele/templates/viewnfo.tpl similarity index 100% rename from www/themes/Gentele/templates/viewnfo.tpl rename to public/themes/Gentele/templates/viewnfo.tpl diff --git a/www/themes/Gentele/templates/viewnzb.tpl b/public/themes/Gentele/templates/viewnzb.tpl similarity index 100% rename from www/themes/Gentele/templates/viewnzb.tpl rename to public/themes/Gentele/templates/viewnzb.tpl diff --git a/www/themes/Gentele/templates/viewqueue.tpl b/public/themes/Gentele/templates/viewqueue.tpl similarity index 100% rename from www/themes/Gentele/templates/viewqueue.tpl rename to public/themes/Gentele/templates/viewqueue.tpl diff --git a/www/themes/Gentele/templates/viewseries.tpl b/public/themes/Gentele/templates/viewseries.tpl similarity index 100% rename from www/themes/Gentele/templates/viewseries.tpl rename to public/themes/Gentele/templates/viewseries.tpl diff --git a/www/themes/Gentele/templates/viewserieslist.tpl b/public/themes/Gentele/templates/viewserieslist.tpl similarity index 100% rename from www/themes/Gentele/templates/viewserieslist.tpl rename to public/themes/Gentele/templates/viewserieslist.tpl diff --git a/www/themes/Gentele/templates/viewxxx.tpl b/public/themes/Gentele/templates/viewxxx.tpl similarity index 100% rename from www/themes/Gentele/templates/viewxxx.tpl rename to public/themes/Gentele/templates/viewxxx.tpl diff --git a/www/themes/Gentele/templates/viewxxxfull.tpl b/public/themes/Gentele/templates/viewxxxfull.tpl similarity index 100% rename from www/themes/Gentele/templates/viewxxxfull.tpl rename to public/themes/Gentele/templates/viewxxxfull.tpl diff --git a/www/themes/Gentele/templates/xxx.tpl b/public/themes/Gentele/templates/xxx.tpl similarity index 100% rename from www/themes/Gentele/templates/xxx.tpl rename to public/themes/Gentele/templates/xxx.tpl diff --git a/www/themes/Omicron/.gitignore b/public/themes/Omicron/.gitignore similarity index 100% rename from www/themes/Omicron/.gitignore rename to public/themes/Omicron/.gitignore diff --git a/www/themes/Omicron/LICENSE b/public/themes/Omicron/LICENSE similarity index 100% rename from www/themes/Omicron/LICENSE rename to public/themes/Omicron/LICENSE diff --git a/www/themes/Omicron/README.md b/public/themes/Omicron/README.md similarity index 100% rename from www/themes/Omicron/README.md rename to public/themes/Omicron/README.md diff --git a/www/themes/Omicron/changelog b/public/themes/Omicron/changelog similarity index 100% rename from www/themes/Omicron/changelog rename to public/themes/Omicron/changelog diff --git a/www/themes/Omicron/dist/css/AdminLTE.css b/public/themes/Omicron/dist/css/AdminLTE.css similarity index 100% rename from www/themes/Omicron/dist/css/AdminLTE.css rename to public/themes/Omicron/dist/css/AdminLTE.css diff --git a/www/themes/Omicron/dist/css/AdminLTE.min.css b/public/themes/Omicron/dist/css/AdminLTE.min.css similarity index 100% rename from www/themes/Omicron/dist/css/AdminLTE.min.css rename to public/themes/Omicron/dist/css/AdminLTE.min.css diff --git a/www/themes/Omicron/dist/css/alt/AdminLTE-bootstrap-social.css b/public/themes/Omicron/dist/css/alt/AdminLTE-bootstrap-social.css similarity index 100% rename from www/themes/Omicron/dist/css/alt/AdminLTE-bootstrap-social.css rename to public/themes/Omicron/dist/css/alt/AdminLTE-bootstrap-social.css diff --git a/www/themes/Omicron/dist/css/alt/AdminLTE-bootstrap-social.min.css b/public/themes/Omicron/dist/css/alt/AdminLTE-bootstrap-social.min.css similarity index 100% rename from www/themes/Omicron/dist/css/alt/AdminLTE-bootstrap-social.min.css rename to public/themes/Omicron/dist/css/alt/AdminLTE-bootstrap-social.min.css diff --git a/www/themes/Omicron/dist/css/alt/AdminLTE-fullcalendar.css b/public/themes/Omicron/dist/css/alt/AdminLTE-fullcalendar.css similarity index 100% rename from www/themes/Omicron/dist/css/alt/AdminLTE-fullcalendar.css rename to public/themes/Omicron/dist/css/alt/AdminLTE-fullcalendar.css diff --git a/www/themes/Omicron/dist/css/alt/AdminLTE-fullcalendar.min.css b/public/themes/Omicron/dist/css/alt/AdminLTE-fullcalendar.min.css similarity index 100% rename from www/themes/Omicron/dist/css/alt/AdminLTE-fullcalendar.min.css rename to public/themes/Omicron/dist/css/alt/AdminLTE-fullcalendar.min.css diff --git a/www/themes/Omicron/dist/css/alt/AdminLTE-select2.css b/public/themes/Omicron/dist/css/alt/AdminLTE-select2.css similarity index 100% rename from www/themes/Omicron/dist/css/alt/AdminLTE-select2.css rename to public/themes/Omicron/dist/css/alt/AdminLTE-select2.css diff --git a/www/themes/Omicron/dist/css/alt/AdminLTE-select2.min.css b/public/themes/Omicron/dist/css/alt/AdminLTE-select2.min.css similarity index 100% rename from www/themes/Omicron/dist/css/alt/AdminLTE-select2.min.css rename to public/themes/Omicron/dist/css/alt/AdminLTE-select2.min.css diff --git a/www/themes/Omicron/dist/css/alt/AdminLTE-without-plugins.css b/public/themes/Omicron/dist/css/alt/AdminLTE-without-plugins.css similarity index 100% rename from www/themes/Omicron/dist/css/alt/AdminLTE-without-plugins.css rename to public/themes/Omicron/dist/css/alt/AdminLTE-without-plugins.css diff --git a/www/themes/Omicron/dist/css/alt/AdminLTE-without-plugins.min.css b/public/themes/Omicron/dist/css/alt/AdminLTE-without-plugins.min.css similarity index 100% rename from www/themes/Omicron/dist/css/alt/AdminLTE-without-plugins.min.css rename to public/themes/Omicron/dist/css/alt/AdminLTE-without-plugins.min.css diff --git a/www/themes/Omicron/dist/css/skins/_all-skins.css b/public/themes/Omicron/dist/css/skins/_all-skins.css similarity index 100% rename from www/themes/Omicron/dist/css/skins/_all-skins.css rename to public/themes/Omicron/dist/css/skins/_all-skins.css diff --git a/www/themes/Omicron/dist/css/skins/_all-skins.min.css b/public/themes/Omicron/dist/css/skins/_all-skins.min.css similarity index 100% rename from www/themes/Omicron/dist/css/skins/_all-skins.min.css rename to public/themes/Omicron/dist/css/skins/_all-skins.min.css diff --git a/www/themes/Omicron/dist/css/skins/skin-black-light.css b/public/themes/Omicron/dist/css/skins/skin-black-light.css similarity index 100% rename from www/themes/Omicron/dist/css/skins/skin-black-light.css rename to public/themes/Omicron/dist/css/skins/skin-black-light.css diff --git a/www/themes/Omicron/dist/css/skins/skin-black-light.min.css b/public/themes/Omicron/dist/css/skins/skin-black-light.min.css similarity index 100% rename from www/themes/Omicron/dist/css/skins/skin-black-light.min.css rename to public/themes/Omicron/dist/css/skins/skin-black-light.min.css diff --git a/www/themes/Omicron/dist/css/skins/skin-black.css b/public/themes/Omicron/dist/css/skins/skin-black.css similarity index 100% rename from www/themes/Omicron/dist/css/skins/skin-black.css rename to public/themes/Omicron/dist/css/skins/skin-black.css diff --git a/www/themes/Omicron/dist/css/skins/skin-black.min.css b/public/themes/Omicron/dist/css/skins/skin-black.min.css similarity index 100% rename from www/themes/Omicron/dist/css/skins/skin-black.min.css rename to public/themes/Omicron/dist/css/skins/skin-black.min.css diff --git a/www/themes/Omicron/dist/css/skins/skin-blue-light.css b/public/themes/Omicron/dist/css/skins/skin-blue-light.css similarity index 100% rename from www/themes/Omicron/dist/css/skins/skin-blue-light.css rename to public/themes/Omicron/dist/css/skins/skin-blue-light.css diff --git a/www/themes/Omicron/dist/css/skins/skin-blue-light.min.css b/public/themes/Omicron/dist/css/skins/skin-blue-light.min.css similarity index 100% rename from www/themes/Omicron/dist/css/skins/skin-blue-light.min.css rename to public/themes/Omicron/dist/css/skins/skin-blue-light.min.css diff --git a/www/themes/Omicron/dist/css/skins/skin-blue.css b/public/themes/Omicron/dist/css/skins/skin-blue.css similarity index 100% rename from www/themes/Omicron/dist/css/skins/skin-blue.css rename to public/themes/Omicron/dist/css/skins/skin-blue.css diff --git a/www/themes/Omicron/dist/css/skins/skin-blue.min.css b/public/themes/Omicron/dist/css/skins/skin-blue.min.css similarity index 100% rename from www/themes/Omicron/dist/css/skins/skin-blue.min.css rename to public/themes/Omicron/dist/css/skins/skin-blue.min.css diff --git a/www/themes/Omicron/dist/css/skins/skin-green-light.css b/public/themes/Omicron/dist/css/skins/skin-green-light.css similarity index 100% rename from www/themes/Omicron/dist/css/skins/skin-green-light.css rename to public/themes/Omicron/dist/css/skins/skin-green-light.css diff --git a/www/themes/Omicron/dist/css/skins/skin-green-light.min.css b/public/themes/Omicron/dist/css/skins/skin-green-light.min.css similarity index 100% rename from www/themes/Omicron/dist/css/skins/skin-green-light.min.css rename to public/themes/Omicron/dist/css/skins/skin-green-light.min.css diff --git a/www/themes/Omicron/dist/css/skins/skin-green.css b/public/themes/Omicron/dist/css/skins/skin-green.css similarity index 100% rename from www/themes/Omicron/dist/css/skins/skin-green.css rename to public/themes/Omicron/dist/css/skins/skin-green.css diff --git a/www/themes/Omicron/dist/css/skins/skin-green.min.css b/public/themes/Omicron/dist/css/skins/skin-green.min.css similarity index 100% rename from www/themes/Omicron/dist/css/skins/skin-green.min.css rename to public/themes/Omicron/dist/css/skins/skin-green.min.css diff --git a/www/themes/Omicron/dist/css/skins/skin-purple-light.css b/public/themes/Omicron/dist/css/skins/skin-purple-light.css similarity index 100% rename from www/themes/Omicron/dist/css/skins/skin-purple-light.css rename to public/themes/Omicron/dist/css/skins/skin-purple-light.css diff --git a/www/themes/Omicron/dist/css/skins/skin-purple-light.min.css b/public/themes/Omicron/dist/css/skins/skin-purple-light.min.css similarity index 100% rename from www/themes/Omicron/dist/css/skins/skin-purple-light.min.css rename to public/themes/Omicron/dist/css/skins/skin-purple-light.min.css diff --git a/www/themes/Omicron/dist/css/skins/skin-purple.css b/public/themes/Omicron/dist/css/skins/skin-purple.css similarity index 100% rename from www/themes/Omicron/dist/css/skins/skin-purple.css rename to public/themes/Omicron/dist/css/skins/skin-purple.css diff --git a/www/themes/Omicron/dist/css/skins/skin-purple.min.css b/public/themes/Omicron/dist/css/skins/skin-purple.min.css similarity index 100% rename from www/themes/Omicron/dist/css/skins/skin-purple.min.css rename to public/themes/Omicron/dist/css/skins/skin-purple.min.css diff --git a/www/themes/Omicron/dist/css/skins/skin-red-light.css b/public/themes/Omicron/dist/css/skins/skin-red-light.css similarity index 100% rename from www/themes/Omicron/dist/css/skins/skin-red-light.css rename to public/themes/Omicron/dist/css/skins/skin-red-light.css diff --git a/www/themes/Omicron/dist/css/skins/skin-red-light.min.css b/public/themes/Omicron/dist/css/skins/skin-red-light.min.css similarity index 100% rename from www/themes/Omicron/dist/css/skins/skin-red-light.min.css rename to public/themes/Omicron/dist/css/skins/skin-red-light.min.css diff --git a/www/themes/Omicron/dist/css/skins/skin-red.css b/public/themes/Omicron/dist/css/skins/skin-red.css similarity index 100% rename from www/themes/Omicron/dist/css/skins/skin-red.css rename to public/themes/Omicron/dist/css/skins/skin-red.css diff --git a/www/themes/Omicron/dist/css/skins/skin-red.min.css b/public/themes/Omicron/dist/css/skins/skin-red.min.css similarity index 100% rename from www/themes/Omicron/dist/css/skins/skin-red.min.css rename to public/themes/Omicron/dist/css/skins/skin-red.min.css diff --git a/www/themes/Omicron/dist/css/skins/skin-yellow-light.css b/public/themes/Omicron/dist/css/skins/skin-yellow-light.css similarity index 100% rename from www/themes/Omicron/dist/css/skins/skin-yellow-light.css rename to public/themes/Omicron/dist/css/skins/skin-yellow-light.css diff --git a/www/themes/Omicron/dist/css/skins/skin-yellow-light.min.css b/public/themes/Omicron/dist/css/skins/skin-yellow-light.min.css similarity index 100% rename from www/themes/Omicron/dist/css/skins/skin-yellow-light.min.css rename to public/themes/Omicron/dist/css/skins/skin-yellow-light.min.css diff --git a/www/themes/Omicron/dist/css/skins/skin-yellow.css b/public/themes/Omicron/dist/css/skins/skin-yellow.css similarity index 100% rename from www/themes/Omicron/dist/css/skins/skin-yellow.css rename to public/themes/Omicron/dist/css/skins/skin-yellow.css diff --git a/www/themes/Omicron/dist/css/skins/skin-yellow.min.css b/public/themes/Omicron/dist/css/skins/skin-yellow.min.css similarity index 100% rename from www/themes/Omicron/dist/css/skins/skin-yellow.min.css rename to public/themes/Omicron/dist/css/skins/skin-yellow.min.css diff --git a/www/themes/Omicron/dist/img/avatar.png b/public/themes/Omicron/dist/img/avatar.png similarity index 100% rename from www/themes/Omicron/dist/img/avatar.png rename to public/themes/Omicron/dist/img/avatar.png diff --git a/www/themes/Omicron/dist/img/avatar04.png b/public/themes/Omicron/dist/img/avatar04.png similarity index 100% rename from www/themes/Omicron/dist/img/avatar04.png rename to public/themes/Omicron/dist/img/avatar04.png diff --git a/www/themes/Omicron/dist/img/avatar2.png b/public/themes/Omicron/dist/img/avatar2.png similarity index 100% rename from www/themes/Omicron/dist/img/avatar2.png rename to public/themes/Omicron/dist/img/avatar2.png diff --git a/www/themes/Omicron/dist/img/avatar3.png b/public/themes/Omicron/dist/img/avatar3.png similarity index 100% rename from www/themes/Omicron/dist/img/avatar3.png rename to public/themes/Omicron/dist/img/avatar3.png diff --git a/www/themes/Omicron/dist/img/avatar5.png b/public/themes/Omicron/dist/img/avatar5.png similarity index 100% rename from www/themes/Omicron/dist/img/avatar5.png rename to public/themes/Omicron/dist/img/avatar5.png diff --git a/www/themes/Omicron/dist/img/boxed-bg.jpg b/public/themes/Omicron/dist/img/boxed-bg.jpg similarity index 100% rename from www/themes/Omicron/dist/img/boxed-bg.jpg rename to public/themes/Omicron/dist/img/boxed-bg.jpg diff --git a/www/themes/Omicron/dist/img/boxed-bg.png b/public/themes/Omicron/dist/img/boxed-bg.png similarity index 100% rename from www/themes/Omicron/dist/img/boxed-bg.png rename to public/themes/Omicron/dist/img/boxed-bg.png diff --git a/www/themes/Omicron/dist/img/credit/american-express.png b/public/themes/Omicron/dist/img/credit/american-express.png similarity index 100% rename from www/themes/Omicron/dist/img/credit/american-express.png rename to public/themes/Omicron/dist/img/credit/american-express.png diff --git a/www/themes/Omicron/dist/img/credit/cirrus.png b/public/themes/Omicron/dist/img/credit/cirrus.png similarity index 100% rename from www/themes/Omicron/dist/img/credit/cirrus.png rename to public/themes/Omicron/dist/img/credit/cirrus.png diff --git a/www/themes/Omicron/dist/img/credit/mastercard.png b/public/themes/Omicron/dist/img/credit/mastercard.png similarity index 100% rename from www/themes/Omicron/dist/img/credit/mastercard.png rename to public/themes/Omicron/dist/img/credit/mastercard.png diff --git a/www/themes/Omicron/dist/img/credit/mestro.png b/public/themes/Omicron/dist/img/credit/mestro.png similarity index 100% rename from www/themes/Omicron/dist/img/credit/mestro.png rename to public/themes/Omicron/dist/img/credit/mestro.png diff --git a/www/themes/Omicron/dist/img/credit/paypal.png b/public/themes/Omicron/dist/img/credit/paypal.png similarity index 100% rename from www/themes/Omicron/dist/img/credit/paypal.png rename to public/themes/Omicron/dist/img/credit/paypal.png diff --git a/www/themes/Omicron/dist/img/credit/paypal2.png b/public/themes/Omicron/dist/img/credit/paypal2.png similarity index 100% rename from www/themes/Omicron/dist/img/credit/paypal2.png rename to public/themes/Omicron/dist/img/credit/paypal2.png diff --git a/www/themes/Omicron/dist/img/credit/visa.png b/public/themes/Omicron/dist/img/credit/visa.png similarity index 100% rename from www/themes/Omicron/dist/img/credit/visa.png rename to public/themes/Omicron/dist/img/credit/visa.png diff --git a/www/themes/Omicron/dist/img/default-50x50.gif b/public/themes/Omicron/dist/img/default-50x50.gif similarity index 100% rename from www/themes/Omicron/dist/img/default-50x50.gif rename to public/themes/Omicron/dist/img/default-50x50.gif diff --git a/www/themes/Omicron/dist/img/icons.png b/public/themes/Omicron/dist/img/icons.png similarity index 100% rename from www/themes/Omicron/dist/img/icons.png rename to public/themes/Omicron/dist/img/icons.png diff --git a/www/themes/Omicron/dist/img/photo1.png b/public/themes/Omicron/dist/img/photo1.png similarity index 100% rename from www/themes/Omicron/dist/img/photo1.png rename to public/themes/Omicron/dist/img/photo1.png diff --git a/www/themes/Omicron/dist/img/photo2.png b/public/themes/Omicron/dist/img/photo2.png similarity index 100% rename from www/themes/Omicron/dist/img/photo2.png rename to public/themes/Omicron/dist/img/photo2.png diff --git a/www/themes/Omicron/dist/img/photo3.jpg b/public/themes/Omicron/dist/img/photo3.jpg similarity index 100% rename from www/themes/Omicron/dist/img/photo3.jpg rename to public/themes/Omicron/dist/img/photo3.jpg diff --git a/www/themes/Omicron/dist/img/photo4.jpg b/public/themes/Omicron/dist/img/photo4.jpg similarity index 100% rename from www/themes/Omicron/dist/img/photo4.jpg rename to public/themes/Omicron/dist/img/photo4.jpg diff --git a/www/themes/Omicron/dist/img/user1-128x128.jpg b/public/themes/Omicron/dist/img/user1-128x128.jpg similarity index 100% rename from www/themes/Omicron/dist/img/user1-128x128.jpg rename to public/themes/Omicron/dist/img/user1-128x128.jpg diff --git a/www/themes/Omicron/dist/img/user2-160x160.jpg b/public/themes/Omicron/dist/img/user2-160x160.jpg similarity index 100% rename from www/themes/Omicron/dist/img/user2-160x160.jpg rename to public/themes/Omicron/dist/img/user2-160x160.jpg diff --git a/www/themes/Omicron/dist/img/user3-128x128.jpg b/public/themes/Omicron/dist/img/user3-128x128.jpg similarity index 100% rename from www/themes/Omicron/dist/img/user3-128x128.jpg rename to public/themes/Omicron/dist/img/user3-128x128.jpg diff --git a/www/themes/Omicron/dist/img/user4-128x128.jpg b/public/themes/Omicron/dist/img/user4-128x128.jpg similarity index 100% rename from www/themes/Omicron/dist/img/user4-128x128.jpg rename to public/themes/Omicron/dist/img/user4-128x128.jpg diff --git a/www/themes/Omicron/dist/img/user5-128x128.jpg b/public/themes/Omicron/dist/img/user5-128x128.jpg similarity index 100% rename from www/themes/Omicron/dist/img/user5-128x128.jpg rename to public/themes/Omicron/dist/img/user5-128x128.jpg diff --git a/www/themes/Omicron/dist/img/user6-128x128.jpg b/public/themes/Omicron/dist/img/user6-128x128.jpg similarity index 100% rename from www/themes/Omicron/dist/img/user6-128x128.jpg rename to public/themes/Omicron/dist/img/user6-128x128.jpg diff --git a/www/themes/Omicron/dist/img/user7-128x128.jpg b/public/themes/Omicron/dist/img/user7-128x128.jpg similarity index 100% rename from www/themes/Omicron/dist/img/user7-128x128.jpg rename to public/themes/Omicron/dist/img/user7-128x128.jpg diff --git a/www/themes/Omicron/dist/img/user8-128x128.jpg b/public/themes/Omicron/dist/img/user8-128x128.jpg similarity index 100% rename from www/themes/Omicron/dist/img/user8-128x128.jpg rename to public/themes/Omicron/dist/img/user8-128x128.jpg diff --git a/www/themes/Omicron/dist/js/app.js b/public/themes/Omicron/dist/js/app.js similarity index 100% rename from www/themes/Omicron/dist/js/app.js rename to public/themes/Omicron/dist/js/app.js diff --git a/www/themes/Omicron/dist/js/app.min.js b/public/themes/Omicron/dist/js/app.min.js similarity index 100% rename from www/themes/Omicron/dist/js/app.min.js rename to public/themes/Omicron/dist/js/app.min.js diff --git a/www/themes/Omicron/templates/articlesmenu.tpl b/public/themes/Omicron/templates/articlesmenu.tpl similarity index 100% rename from www/themes/Omicron/templates/articlesmenu.tpl rename to public/themes/Omicron/templates/articlesmenu.tpl diff --git a/www/themes/Omicron/templates/basepage.tpl b/public/themes/Omicron/templates/basepage.tpl similarity index 100% rename from www/themes/Omicron/templates/basepage.tpl rename to public/themes/Omicron/templates/basepage.tpl diff --git a/www/themes/Omicron/templates/books.tpl b/public/themes/Omicron/templates/books.tpl similarity index 100% rename from www/themes/Omicron/templates/books.tpl rename to public/themes/Omicron/templates/books.tpl diff --git a/www/themes/Omicron/templates/browse.tpl b/public/themes/Omicron/templates/browse.tpl similarity index 100% rename from www/themes/Omicron/templates/browse.tpl rename to public/themes/Omicron/templates/browse.tpl diff --git a/www/themes/Omicron/templates/browsegroup.tpl b/public/themes/Omicron/templates/browsegroup.tpl similarity index 100% rename from www/themes/Omicron/templates/browsegroup.tpl rename to public/themes/Omicron/templates/browsegroup.tpl diff --git a/www/themes/Omicron/templates/cart.tpl b/public/themes/Omicron/templates/cart.tpl similarity index 100% rename from www/themes/Omicron/templates/cart.tpl rename to public/themes/Omicron/templates/cart.tpl diff --git a/www/themes/Omicron/templates/console.tpl b/public/themes/Omicron/templates/console.tpl similarity index 100% rename from www/themes/Omicron/templates/console.tpl rename to public/themes/Omicron/templates/console.tpl diff --git a/www/themes/Omicron/templates/contact.tpl b/public/themes/Omicron/templates/contact.tpl similarity index 100% rename from www/themes/Omicron/templates/contact.tpl rename to public/themes/Omicron/templates/contact.tpl diff --git a/www/themes/Omicron/templates/content.tpl b/public/themes/Omicron/templates/content.tpl similarity index 100% rename from www/themes/Omicron/templates/content.tpl rename to public/themes/Omicron/templates/content.tpl diff --git a/www/themes/Omicron/templates/forgottenpassword.tpl b/public/themes/Omicron/templates/forgottenpassword.tpl similarity index 100% rename from www/themes/Omicron/templates/forgottenpassword.tpl rename to public/themes/Omicron/templates/forgottenpassword.tpl diff --git a/www/themes/Omicron/templates/forum.tpl b/public/themes/Omicron/templates/forum.tpl similarity index 100% rename from www/themes/Omicron/templates/forum.tpl rename to public/themes/Omicron/templates/forum.tpl diff --git a/www/themes/Omicron/templates/forumpost.tpl b/public/themes/Omicron/templates/forumpost.tpl similarity index 100% rename from www/themes/Omicron/templates/forumpost.tpl rename to public/themes/Omicron/templates/forumpost.tpl diff --git a/www/themes/Omicron/templates/games.tpl b/public/themes/Omicron/templates/games.tpl similarity index 100% rename from www/themes/Omicron/templates/games.tpl rename to public/themes/Omicron/templates/games.tpl diff --git a/www/themes/Omicron/templates/headermenu.tpl b/public/themes/Omicron/templates/headermenu.tpl similarity index 100% rename from www/themes/Omicron/templates/headermenu.tpl rename to public/themes/Omicron/templates/headermenu.tpl diff --git a/www/themes/Omicron/templates/login.tpl b/public/themes/Omicron/templates/login.tpl similarity index 100% rename from www/themes/Omicron/templates/login.tpl rename to public/themes/Omicron/templates/login.tpl diff --git a/www/themes/Omicron/templates/mainmenu.tpl b/public/themes/Omicron/templates/mainmenu.tpl similarity index 100% rename from www/themes/Omicron/templates/mainmenu.tpl rename to public/themes/Omicron/templates/mainmenu.tpl diff --git a/www/themes/Omicron/templates/movies.tpl b/public/themes/Omicron/templates/movies.tpl similarity index 100% rename from www/themes/Omicron/templates/movies.tpl rename to public/themes/Omicron/templates/movies.tpl diff --git a/www/themes/Omicron/templates/multi-operations.tpl b/public/themes/Omicron/templates/multi-operations.tpl similarity index 100% rename from www/themes/Omicron/templates/multi-operations.tpl rename to public/themes/Omicron/templates/multi-operations.tpl diff --git a/www/themes/Omicron/templates/music.tpl b/public/themes/Omicron/templates/music.tpl similarity index 100% rename from www/themes/Omicron/templates/music.tpl rename to public/themes/Omicron/templates/music.tpl diff --git a/www/themes/Omicron/templates/mymovies-add.tpl b/public/themes/Omicron/templates/mymovies-add.tpl similarity index 100% rename from www/themes/Omicron/templates/mymovies-add.tpl rename to public/themes/Omicron/templates/mymovies-add.tpl diff --git a/www/themes/Omicron/templates/mymovies.tpl b/public/themes/Omicron/templates/mymovies.tpl similarity index 100% rename from www/themes/Omicron/templates/mymovies.tpl rename to public/themes/Omicron/templates/mymovies.tpl diff --git a/www/themes/Omicron/templates/myshows-add.tpl b/public/themes/Omicron/templates/myshows-add.tpl similarity index 100% rename from www/themes/Omicron/templates/myshows-add.tpl rename to public/themes/Omicron/templates/myshows-add.tpl diff --git a/www/themes/Omicron/templates/myshows.tpl b/public/themes/Omicron/templates/myshows.tpl similarity index 100% rename from www/themes/Omicron/templates/myshows.tpl rename to public/themes/Omicron/templates/myshows.tpl diff --git a/www/themes/Omicron/templates/newposterwall.tpl b/public/themes/Omicron/templates/newposterwall.tpl similarity index 100% rename from www/themes/Omicron/templates/newposterwall.tpl rename to public/themes/Omicron/templates/newposterwall.tpl diff --git a/www/themes/Omicron/templates/nzbvortex-ajax.tpl b/public/themes/Omicron/templates/nzbvortex-ajax.tpl similarity index 100% rename from www/themes/Omicron/templates/nzbvortex-ajax.tpl rename to public/themes/Omicron/templates/nzbvortex-ajax.tpl diff --git a/www/themes/Omicron/templates/nzbvortex.tpl b/public/themes/Omicron/templates/nzbvortex.tpl similarity index 100% rename from www/themes/Omicron/templates/nzbvortex.tpl rename to public/themes/Omicron/templates/nzbvortex.tpl diff --git a/www/themes/Omicron/templates/opensearch.tpl b/public/themes/Omicron/templates/opensearch.tpl similarity index 100% rename from www/themes/Omicron/templates/opensearch.tpl rename to public/themes/Omicron/templates/opensearch.tpl diff --git a/www/themes/Omicron/templates/pager.tpl b/public/themes/Omicron/templates/pager.tpl similarity index 100% rename from www/themes/Omicron/templates/pager.tpl rename to public/themes/Omicron/templates/pager.tpl diff --git a/www/themes/Omicron/templates/post_edit.tpl b/public/themes/Omicron/templates/post_edit.tpl similarity index 100% rename from www/themes/Omicron/templates/post_edit.tpl rename to public/themes/Omicron/templates/post_edit.tpl diff --git a/www/themes/Omicron/templates/profile.tpl b/public/themes/Omicron/templates/profile.tpl similarity index 100% rename from www/themes/Omicron/templates/profile.tpl rename to public/themes/Omicron/templates/profile.tpl diff --git a/www/themes/Omicron/templates/profileedit.tpl b/public/themes/Omicron/templates/profileedit.tpl similarity index 100% rename from www/themes/Omicron/templates/profileedit.tpl rename to public/themes/Omicron/templates/profileedit.tpl diff --git a/www/themes/Omicron/templates/recentforumposts.tpl b/public/themes/Omicron/templates/recentforumposts.tpl similarity index 100% rename from www/themes/Omicron/templates/recentforumposts.tpl rename to public/themes/Omicron/templates/recentforumposts.tpl diff --git a/www/themes/Omicron/templates/register.tpl b/public/themes/Omicron/templates/register.tpl similarity index 100% rename from www/themes/Omicron/templates/register.tpl rename to public/themes/Omicron/templates/register.tpl diff --git a/www/themes/Omicron/templates/search.tpl b/public/themes/Omicron/templates/search.tpl similarity index 100% rename from www/themes/Omicron/templates/search.tpl rename to public/themes/Omicron/templates/search.tpl diff --git a/www/themes/Omicron/templates/searchraw.tpl b/public/themes/Omicron/templates/searchraw.tpl similarity index 100% rename from www/themes/Omicron/templates/searchraw.tpl rename to public/themes/Omicron/templates/searchraw.tpl diff --git a/www/themes/Omicron/templates/sitemap-xml.tpl b/public/themes/Omicron/templates/sitemap-xml.tpl similarity index 100% rename from www/themes/Omicron/templates/sitemap-xml.tpl rename to public/themes/Omicron/templates/sitemap-xml.tpl diff --git a/www/themes/Omicron/templates/sitemap.tpl b/public/themes/Omicron/templates/sitemap.tpl similarity index 100% rename from www/themes/Omicron/templates/sitemap.tpl rename to public/themes/Omicron/templates/sitemap.tpl diff --git a/www/themes/Omicron/templates/terms.tpl b/public/themes/Omicron/templates/terms.tpl similarity index 100% rename from www/themes/Omicron/templates/terms.tpl rename to public/themes/Omicron/templates/terms.tpl diff --git a/www/themes/Omicron/templates/usefullinksmenu.tpl b/public/themes/Omicron/templates/usefullinksmenu.tpl similarity index 100% rename from www/themes/Omicron/templates/usefullinksmenu.tpl rename to public/themes/Omicron/templates/usefullinksmenu.tpl diff --git a/www/themes/Omicron/templates/viewanime.tpl b/public/themes/Omicron/templates/viewanime.tpl similarity index 100% rename from www/themes/Omicron/templates/viewanime.tpl rename to public/themes/Omicron/templates/viewanime.tpl diff --git a/www/themes/Omicron/templates/viewanimelist.tpl b/public/themes/Omicron/templates/viewanimelist.tpl similarity index 100% rename from www/themes/Omicron/templates/viewanimelist.tpl rename to public/themes/Omicron/templates/viewanimelist.tpl diff --git a/www/themes/Omicron/templates/viewbook.tpl b/public/themes/Omicron/templates/viewbook.tpl similarity index 100% rename from www/themes/Omicron/templates/viewbook.tpl rename to public/themes/Omicron/templates/viewbook.tpl diff --git a/www/themes/Omicron/templates/viewconsole.tpl b/public/themes/Omicron/templates/viewconsole.tpl similarity index 100% rename from www/themes/Omicron/templates/viewconsole.tpl rename to public/themes/Omicron/templates/viewconsole.tpl diff --git a/www/themes/Omicron/templates/viewfilelist.tpl b/public/themes/Omicron/templates/viewfilelist.tpl similarity index 100% rename from www/themes/Omicron/templates/viewfilelist.tpl rename to public/themes/Omicron/templates/viewfilelist.tpl diff --git a/www/themes/Omicron/templates/viewmovie.tpl b/public/themes/Omicron/templates/viewmovie.tpl similarity index 100% rename from www/themes/Omicron/templates/viewmovie.tpl rename to public/themes/Omicron/templates/viewmovie.tpl diff --git a/www/themes/Omicron/templates/viewmoviefull.tpl b/public/themes/Omicron/templates/viewmoviefull.tpl similarity index 100% rename from www/themes/Omicron/templates/viewmoviefull.tpl rename to public/themes/Omicron/templates/viewmoviefull.tpl diff --git a/www/themes/Omicron/templates/viewmovietrailer.tpl b/public/themes/Omicron/templates/viewmovietrailer.tpl similarity index 100% rename from www/themes/Omicron/templates/viewmovietrailer.tpl rename to public/themes/Omicron/templates/viewmovietrailer.tpl diff --git a/www/themes/Omicron/templates/viewmusic.tpl b/public/themes/Omicron/templates/viewmusic.tpl similarity index 100% rename from www/themes/Omicron/templates/viewmusic.tpl rename to public/themes/Omicron/templates/viewmusic.tpl diff --git a/www/themes/Omicron/templates/viewnfo.tpl b/public/themes/Omicron/templates/viewnfo.tpl similarity index 100% rename from www/themes/Omicron/templates/viewnfo.tpl rename to public/themes/Omicron/templates/viewnfo.tpl diff --git a/www/themes/Omicron/templates/viewnzb.tpl b/public/themes/Omicron/templates/viewnzb.tpl similarity index 100% rename from www/themes/Omicron/templates/viewnzb.tpl rename to public/themes/Omicron/templates/viewnzb.tpl diff --git a/www/themes/Omicron/templates/viewqueue.tpl b/public/themes/Omicron/templates/viewqueue.tpl similarity index 100% rename from www/themes/Omicron/templates/viewqueue.tpl rename to public/themes/Omicron/templates/viewqueue.tpl diff --git a/www/themes/Omicron/templates/viewseries.tpl b/public/themes/Omicron/templates/viewseries.tpl similarity index 100% rename from www/themes/Omicron/templates/viewseries.tpl rename to public/themes/Omicron/templates/viewseries.tpl diff --git a/www/themes/Omicron/templates/viewserieslist.tpl b/public/themes/Omicron/templates/viewserieslist.tpl similarity index 100% rename from www/themes/Omicron/templates/viewserieslist.tpl rename to public/themes/Omicron/templates/viewserieslist.tpl diff --git a/www/themes/Omicron/templates/viewxxx.tpl b/public/themes/Omicron/templates/viewxxx.tpl similarity index 100% rename from www/themes/Omicron/templates/viewxxx.tpl rename to public/themes/Omicron/templates/viewxxx.tpl diff --git a/www/themes/Omicron/templates/viewxxxfull.tpl b/public/themes/Omicron/templates/viewxxxfull.tpl similarity index 100% rename from www/themes/Omicron/templates/viewxxxfull.tpl rename to public/themes/Omicron/templates/viewxxxfull.tpl diff --git a/www/themes/Omicron/templates/xxx.tpl b/public/themes/Omicron/templates/xxx.tpl similarity index 100% rename from www/themes/Omicron/templates/xxx.tpl rename to public/themes/Omicron/templates/xxx.tpl diff --git a/www/themes/shared/css/admin.css b/public/themes/shared/css/admin.css similarity index 100% rename from www/themes/shared/css/admin.css rename to public/themes/shared/css/admin.css diff --git a/www/themes/shared/css/custom.css b/public/themes/shared/css/custom.css similarity index 100% rename from www/themes/shared/css/custom.css rename to public/themes/shared/css/custom.css diff --git a/www/themes/shared/css/install.css b/public/themes/shared/css/install.css similarity index 100% rename from www/themes/shared/css/install.css rename to public/themes/shared/css/install.css diff --git a/www/themes/shared/css/jquery.multiselect.css b/public/themes/shared/css/jquery.multiselect.css similarity index 100% rename from www/themes/shared/css/jquery.multiselect.css rename to public/themes/shared/css/jquery.multiselect.css diff --git a/www/themes/shared/css/jquery.pnotify.default.css b/public/themes/shared/css/jquery.pnotify.default.css similarity index 100% rename from www/themes/shared/css/jquery.pnotify.default.css rename to public/themes/shared/css/jquery.pnotify.default.css diff --git a/www/themes/shared/css/jquery.qtip.css b/public/themes/shared/css/jquery.qtip.css similarity index 100% rename from www/themes/shared/css/jquery.qtip.css rename to public/themes/shared/css/jquery.qtip.css diff --git a/www/themes/shared/css/normalize.css b/public/themes/shared/css/normalize.css similarity index 100% rename from www/themes/shared/css/normalize.css rename to public/themes/shared/css/normalize.css diff --git a/www/themes/shared/css/nprogress.css b/public/themes/shared/css/nprogress.css similarity index 100% rename from www/themes/shared/css/nprogress.css rename to public/themes/shared/css/nprogress.css diff --git a/www/themes/shared/css/posterwall.css b/public/themes/shared/css/posterwall.css similarity index 100% rename from www/themes/shared/css/posterwall.css rename to public/themes/shared/css/posterwall.css diff --git a/www/themes/shared/css/style.css b/public/themes/shared/css/style.css similarity index 100% rename from www/themes/shared/css/style.css rename to public/themes/shared/css/style.css diff --git a/www/themes/shared/images/astra.png b/public/themes/shared/images/astra.png similarity index 100% rename from www/themes/shared/images/astra.png rename to public/themes/shared/images/astra.png diff --git a/www/themes/shared/images/banner.jpg b/public/themes/shared/images/banner.jpg similarity index 100% rename from www/themes/shared/images/banner.jpg rename to public/themes/shared/images/banner.jpg diff --git a/www/themes/shared/images/banner_nnplushigh.jpg b/public/themes/shared/images/banner_nnplushigh.jpg similarity index 100% rename from www/themes/shared/images/banner_nnplushigh.jpg rename to public/themes/shared/images/banner_nnplushigh.jpg diff --git a/www/themes/shared/images/body-bg.png b/public/themes/shared/images/body-bg.png similarity index 100% rename from www/themes/shared/images/body-bg.png rename to public/themes/shared/images/body-bg.png diff --git a/www/themes/shared/images/bullet.jpg b/public/themes/shared/images/bullet.jpg similarity index 100% rename from www/themes/shared/images/bullet.jpg rename to public/themes/shared/images/bullet.jpg diff --git a/www/themes/shared/images/bullet_hov.jpg b/public/themes/shared/images/bullet_hov.jpg similarity index 100% rename from www/themes/shared/images/bullet_hov.jpg rename to public/themes/shared/images/bullet_hov.jpg diff --git a/www/themes/shared/images/bullet_hov.png b/public/themes/shared/images/bullet_hov.png similarity index 100% rename from www/themes/shared/images/bullet_hov.png rename to public/themes/shared/images/bullet_hov.png diff --git a/www/themes/shared/images/clearlogo.png b/public/themes/shared/images/clearlogo.png similarity index 100% rename from www/themes/shared/images/clearlogo.png rename to public/themes/shared/images/clearlogo.png diff --git a/www/themes/shared/images/colorbox/border1-dark.png b/public/themes/shared/images/colorbox/border1-dark.png similarity index 100% rename from www/themes/shared/images/colorbox/border1-dark.png rename to public/themes/shared/images/colorbox/border1-dark.png diff --git a/www/themes/shared/images/colorbox/border1.png b/public/themes/shared/images/colorbox/border1.png similarity index 100% rename from www/themes/shared/images/colorbox/border1.png rename to public/themes/shared/images/colorbox/border1.png diff --git a/www/themes/shared/images/colorbox/border2-dark.png b/public/themes/shared/images/colorbox/border2-dark.png similarity index 100% rename from www/themes/shared/images/colorbox/border2-dark.png rename to public/themes/shared/images/colorbox/border2-dark.png diff --git a/www/themes/shared/images/colorbox/border2.png b/public/themes/shared/images/colorbox/border2.png similarity index 100% rename from www/themes/shared/images/colorbox/border2.png rename to public/themes/shared/images/colorbox/border2.png diff --git a/www/themes/shared/images/colorbox/controls-dark.png b/public/themes/shared/images/colorbox/controls-dark.png similarity index 100% rename from www/themes/shared/images/colorbox/controls-dark.png rename to public/themes/shared/images/colorbox/controls-dark.png diff --git a/www/themes/shared/images/colorbox/controls.png b/public/themes/shared/images/colorbox/controls.png similarity index 100% rename from www/themes/shared/images/colorbox/controls.png rename to public/themes/shared/images/colorbox/controls.png diff --git a/www/themes/shared/images/colorbox/controls2.png b/public/themes/shared/images/colorbox/controls2.png similarity index 100% rename from www/themes/shared/images/colorbox/controls2.png rename to public/themes/shared/images/colorbox/controls2.png diff --git a/www/themes/shared/images/colorbox/internet_explorer/borderBottomCenter.png b/public/themes/shared/images/colorbox/internet_explorer/borderBottomCenter.png similarity index 100% rename from www/themes/shared/images/colorbox/internet_explorer/borderBottomCenter.png rename to public/themes/shared/images/colorbox/internet_explorer/borderBottomCenter.png diff --git a/www/themes/shared/images/colorbox/internet_explorer/borderBottomLeft.png b/public/themes/shared/images/colorbox/internet_explorer/borderBottomLeft.png similarity index 100% rename from www/themes/shared/images/colorbox/internet_explorer/borderBottomLeft.png rename to public/themes/shared/images/colorbox/internet_explorer/borderBottomLeft.png diff --git a/www/themes/shared/images/colorbox/internet_explorer/borderBottomRight.png b/public/themes/shared/images/colorbox/internet_explorer/borderBottomRight.png similarity index 100% rename from www/themes/shared/images/colorbox/internet_explorer/borderBottomRight.png rename to public/themes/shared/images/colorbox/internet_explorer/borderBottomRight.png diff --git a/www/themes/shared/images/colorbox/internet_explorer/borderMiddleLeft.png b/public/themes/shared/images/colorbox/internet_explorer/borderMiddleLeft.png similarity index 100% rename from www/themes/shared/images/colorbox/internet_explorer/borderMiddleLeft.png rename to public/themes/shared/images/colorbox/internet_explorer/borderMiddleLeft.png diff --git a/www/themes/shared/images/colorbox/internet_explorer/borderMiddleRight.png b/public/themes/shared/images/colorbox/internet_explorer/borderMiddleRight.png similarity index 100% rename from www/themes/shared/images/colorbox/internet_explorer/borderMiddleRight.png rename to public/themes/shared/images/colorbox/internet_explorer/borderMiddleRight.png diff --git a/www/themes/shared/images/colorbox/internet_explorer/borderTopCenter.png b/public/themes/shared/images/colorbox/internet_explorer/borderTopCenter.png similarity index 100% rename from www/themes/shared/images/colorbox/internet_explorer/borderTopCenter.png rename to public/themes/shared/images/colorbox/internet_explorer/borderTopCenter.png diff --git a/www/themes/shared/images/colorbox/internet_explorer/borderTopLeft.png b/public/themes/shared/images/colorbox/internet_explorer/borderTopLeft.png similarity index 100% rename from www/themes/shared/images/colorbox/internet_explorer/borderTopLeft.png rename to public/themes/shared/images/colorbox/internet_explorer/borderTopLeft.png diff --git a/www/themes/shared/images/colorbox/internet_explorer/borderTopRight.png b/public/themes/shared/images/colorbox/internet_explorer/borderTopRight.png similarity index 100% rename from www/themes/shared/images/colorbox/internet_explorer/borderTopRight.png rename to public/themes/shared/images/colorbox/internet_explorer/borderTopRight.png diff --git a/www/themes/shared/images/colorbox/loading.gif b/public/themes/shared/images/colorbox/loading.gif similarity index 100% rename from www/themes/shared/images/colorbox/loading.gif rename to public/themes/shared/images/colorbox/loading.gif diff --git a/www/themes/shared/images/couch.png b/public/themes/shared/images/couch.png similarity index 100% rename from www/themes/shared/images/couch.png rename to public/themes/shared/images/couch.png diff --git a/www/themes/shared/images/couchpotato.png b/public/themes/shared/images/couchpotato.png similarity index 100% rename from www/themes/shared/images/couchpotato.png rename to public/themes/shared/images/couchpotato.png diff --git a/www/themes/shared/images/favicon.ico b/public/themes/shared/images/favicon.ico similarity index 100% rename from www/themes/shared/images/favicon.ico rename to public/themes/shared/images/favicon.ico diff --git a/www/themes/shared/images/fileicons/7z.png b/public/themes/shared/images/fileicons/7z.png similarity index 100% rename from www/themes/shared/images/fileicons/7z.png rename to public/themes/shared/images/fileicons/7z.png diff --git a/www/themes/shared/images/fileicons/ai.png b/public/themes/shared/images/fileicons/ai.png similarity index 100% rename from www/themes/shared/images/fileicons/ai.png rename to public/themes/shared/images/fileicons/ai.png diff --git a/www/themes/shared/images/fileicons/aiff.png b/public/themes/shared/images/fileicons/aiff.png similarity index 100% rename from www/themes/shared/images/fileicons/aiff.png rename to public/themes/shared/images/fileicons/aiff.png diff --git a/www/themes/shared/images/fileicons/asc.png b/public/themes/shared/images/fileicons/asc.png similarity index 100% rename from www/themes/shared/images/fileicons/asc.png rename to public/themes/shared/images/fileicons/asc.png diff --git a/www/themes/shared/images/fileicons/audio.png b/public/themes/shared/images/fileicons/audio.png similarity index 100% rename from www/themes/shared/images/fileicons/audio.png rename to public/themes/shared/images/fileicons/audio.png diff --git a/www/themes/shared/images/fileicons/avi.png b/public/themes/shared/images/fileicons/avi.png similarity index 100% rename from www/themes/shared/images/fileicons/avi.png rename to public/themes/shared/images/fileicons/avi.png diff --git a/www/themes/shared/images/fileicons/bin.png b/public/themes/shared/images/fileicons/bin.png similarity index 100% rename from www/themes/shared/images/fileicons/bin.png rename to public/themes/shared/images/fileicons/bin.png diff --git a/www/themes/shared/images/fileicons/bz2.png b/public/themes/shared/images/fileicons/bz2.png similarity index 100% rename from www/themes/shared/images/fileicons/bz2.png rename to public/themes/shared/images/fileicons/bz2.png diff --git a/www/themes/shared/images/fileicons/c.png b/public/themes/shared/images/fileicons/c.png similarity index 100% rename from www/themes/shared/images/fileicons/c.png rename to public/themes/shared/images/fileicons/c.png diff --git a/www/themes/shared/images/fileicons/cfc.png b/public/themes/shared/images/fileicons/cfc.png similarity index 100% rename from www/themes/shared/images/fileicons/cfc.png rename to public/themes/shared/images/fileicons/cfc.png diff --git a/www/themes/shared/images/fileicons/cfm.png b/public/themes/shared/images/fileicons/cfm.png similarity index 100% rename from www/themes/shared/images/fileicons/cfm.png rename to public/themes/shared/images/fileicons/cfm.png diff --git a/www/themes/shared/images/fileicons/chm.png b/public/themes/shared/images/fileicons/chm.png similarity index 100% rename from www/themes/shared/images/fileicons/chm.png rename to public/themes/shared/images/fileicons/chm.png diff --git a/www/themes/shared/images/fileicons/class.png b/public/themes/shared/images/fileicons/class.png similarity index 100% rename from www/themes/shared/images/fileicons/class.png rename to public/themes/shared/images/fileicons/class.png diff --git a/www/themes/shared/images/fileicons/conf.png b/public/themes/shared/images/fileicons/conf.png similarity index 100% rename from www/themes/shared/images/fileicons/conf.png rename to public/themes/shared/images/fileicons/conf.png diff --git a/www/themes/shared/images/fileicons/cpp.png b/public/themes/shared/images/fileicons/cpp.png similarity index 100% rename from www/themes/shared/images/fileicons/cpp.png rename to public/themes/shared/images/fileicons/cpp.png diff --git a/www/themes/shared/images/fileicons/cs.png b/public/themes/shared/images/fileicons/cs.png similarity index 100% rename from www/themes/shared/images/fileicons/cs.png rename to public/themes/shared/images/fileicons/cs.png diff --git a/www/themes/shared/images/fileicons/css.png b/public/themes/shared/images/fileicons/css.png similarity index 100% rename from www/themes/shared/images/fileicons/css.png rename to public/themes/shared/images/fileicons/css.png diff --git a/www/themes/shared/images/fileicons/csv.png b/public/themes/shared/images/fileicons/csv.png similarity index 100% rename from www/themes/shared/images/fileicons/csv.png rename to public/themes/shared/images/fileicons/csv.png diff --git a/www/themes/shared/images/fileicons/deb.png b/public/themes/shared/images/fileicons/deb.png similarity index 100% rename from www/themes/shared/images/fileicons/deb.png rename to public/themes/shared/images/fileicons/deb.png diff --git a/www/themes/shared/images/fileicons/divx.png b/public/themes/shared/images/fileicons/divx.png similarity index 100% rename from www/themes/shared/images/fileicons/divx.png rename to public/themes/shared/images/fileicons/divx.png diff --git a/www/themes/shared/images/fileicons/doc.png b/public/themes/shared/images/fileicons/doc.png similarity index 100% rename from www/themes/shared/images/fileicons/doc.png rename to public/themes/shared/images/fileicons/doc.png diff --git a/www/themes/shared/images/fileicons/dot.png b/public/themes/shared/images/fileicons/dot.png similarity index 100% rename from www/themes/shared/images/fileicons/dot.png rename to public/themes/shared/images/fileicons/dot.png diff --git a/www/themes/shared/images/fileicons/eml.png b/public/themes/shared/images/fileicons/eml.png similarity index 100% rename from www/themes/shared/images/fileicons/eml.png rename to public/themes/shared/images/fileicons/eml.png diff --git a/www/themes/shared/images/fileicons/enc.png b/public/themes/shared/images/fileicons/enc.png similarity index 100% rename from www/themes/shared/images/fileicons/enc.png rename to public/themes/shared/images/fileicons/enc.png diff --git a/www/themes/shared/images/fileicons/file.png b/public/themes/shared/images/fileicons/file.png similarity index 100% rename from www/themes/shared/images/fileicons/file.png rename to public/themes/shared/images/fileicons/file.png diff --git a/www/themes/shared/images/fileicons/folder.png b/public/themes/shared/images/fileicons/folder.png similarity index 100% rename from www/themes/shared/images/fileicons/folder.png rename to public/themes/shared/images/fileicons/folder.png diff --git a/www/themes/shared/images/fileicons/gif.png b/public/themes/shared/images/fileicons/gif.png similarity index 100% rename from www/themes/shared/images/fileicons/gif.png rename to public/themes/shared/images/fileicons/gif.png diff --git a/www/themes/shared/images/fileicons/gz.png b/public/themes/shared/images/fileicons/gz.png similarity index 100% rename from www/themes/shared/images/fileicons/gz.png rename to public/themes/shared/images/fileicons/gz.png diff --git a/www/themes/shared/images/fileicons/hlp.png b/public/themes/shared/images/fileicons/hlp.png similarity index 100% rename from www/themes/shared/images/fileicons/hlp.png rename to public/themes/shared/images/fileicons/hlp.png diff --git a/www/themes/shared/images/fileicons/htm.png b/public/themes/shared/images/fileicons/htm.png similarity index 100% rename from www/themes/shared/images/fileicons/htm.png rename to public/themes/shared/images/fileicons/htm.png diff --git a/www/themes/shared/images/fileicons/html.png b/public/themes/shared/images/fileicons/html.png similarity index 100% rename from www/themes/shared/images/fileicons/html.png rename to public/themes/shared/images/fileicons/html.png diff --git a/www/themes/shared/images/fileicons/image.png b/public/themes/shared/images/fileicons/image.png similarity index 100% rename from www/themes/shared/images/fileicons/image.png rename to public/themes/shared/images/fileicons/image.png diff --git a/www/themes/shared/images/fileicons/iso.png b/public/themes/shared/images/fileicons/iso.png similarity index 100% rename from www/themes/shared/images/fileicons/iso.png rename to public/themes/shared/images/fileicons/iso.png diff --git a/www/themes/shared/images/fileicons/jar.png b/public/themes/shared/images/fileicons/jar.png similarity index 100% rename from www/themes/shared/images/fileicons/jar.png rename to public/themes/shared/images/fileicons/jar.png diff --git a/www/themes/shared/images/fileicons/java.png b/public/themes/shared/images/fileicons/java.png similarity index 100% rename from www/themes/shared/images/fileicons/java.png rename to public/themes/shared/images/fileicons/java.png diff --git a/www/themes/shared/images/fileicons/jpeg.png b/public/themes/shared/images/fileicons/jpeg.png similarity index 100% rename from www/themes/shared/images/fileicons/jpeg.png rename to public/themes/shared/images/fileicons/jpeg.png diff --git a/www/themes/shared/images/fileicons/jpg.png b/public/themes/shared/images/fileicons/jpg.png similarity index 100% rename from www/themes/shared/images/fileicons/jpg.png rename to public/themes/shared/images/fileicons/jpg.png diff --git a/www/themes/shared/images/fileicons/js.png b/public/themes/shared/images/fileicons/js.png similarity index 100% rename from www/themes/shared/images/fileicons/js.png rename to public/themes/shared/images/fileicons/js.png diff --git a/www/themes/shared/images/fileicons/lua.png b/public/themes/shared/images/fileicons/lua.png similarity index 100% rename from www/themes/shared/images/fileicons/lua.png rename to public/themes/shared/images/fileicons/lua.png diff --git a/www/themes/shared/images/fileicons/m.png b/public/themes/shared/images/fileicons/m.png similarity index 100% rename from www/themes/shared/images/fileicons/m.png rename to public/themes/shared/images/fileicons/m.png diff --git a/www/themes/shared/images/fileicons/m4v.png b/public/themes/shared/images/fileicons/m4v.png similarity index 100% rename from www/themes/shared/images/fileicons/m4v.png rename to public/themes/shared/images/fileicons/m4v.png diff --git a/www/themes/shared/images/fileicons/mkv.png b/public/themes/shared/images/fileicons/mkv.png similarity index 100% rename from www/themes/shared/images/fileicons/mkv.png rename to public/themes/shared/images/fileicons/mkv.png diff --git a/www/themes/shared/images/fileicons/mm.png b/public/themes/shared/images/fileicons/mm.png similarity index 100% rename from www/themes/shared/images/fileicons/mm.png rename to public/themes/shared/images/fileicons/mm.png diff --git a/www/themes/shared/images/fileicons/mov.png b/public/themes/shared/images/fileicons/mov.png similarity index 100% rename from www/themes/shared/images/fileicons/mov.png rename to public/themes/shared/images/fileicons/mov.png diff --git a/www/themes/shared/images/fileicons/mp3.png b/public/themes/shared/images/fileicons/mp3.png similarity index 100% rename from www/themes/shared/images/fileicons/mp3.png rename to public/themes/shared/images/fileicons/mp3.png diff --git a/www/themes/shared/images/fileicons/mpg.png b/public/themes/shared/images/fileicons/mpg.png similarity index 100% rename from www/themes/shared/images/fileicons/mpg.png rename to public/themes/shared/images/fileicons/mpg.png diff --git a/www/themes/shared/images/fileicons/nfo.png b/public/themes/shared/images/fileicons/nfo.png similarity index 100% rename from www/themes/shared/images/fileicons/nfo.png rename to public/themes/shared/images/fileicons/nfo.png diff --git a/www/themes/shared/images/fileicons/nzb.png b/public/themes/shared/images/fileicons/nzb.png similarity index 100% rename from www/themes/shared/images/fileicons/nzb.png rename to public/themes/shared/images/fileicons/nzb.png diff --git a/www/themes/shared/images/fileicons/odc.png b/public/themes/shared/images/fileicons/odc.png similarity index 100% rename from www/themes/shared/images/fileicons/odc.png rename to public/themes/shared/images/fileicons/odc.png diff --git a/www/themes/shared/images/fileicons/odf.png b/public/themes/shared/images/fileicons/odf.png similarity index 100% rename from www/themes/shared/images/fileicons/odf.png rename to public/themes/shared/images/fileicons/odf.png diff --git a/www/themes/shared/images/fileicons/odg.png b/public/themes/shared/images/fileicons/odg.png similarity index 100% rename from www/themes/shared/images/fileicons/odg.png rename to public/themes/shared/images/fileicons/odg.png diff --git a/www/themes/shared/images/fileicons/odi.png b/public/themes/shared/images/fileicons/odi.png similarity index 100% rename from www/themes/shared/images/fileicons/odi.png rename to public/themes/shared/images/fileicons/odi.png diff --git a/www/themes/shared/images/fileicons/odp.png b/public/themes/shared/images/fileicons/odp.png similarity index 100% rename from www/themes/shared/images/fileicons/odp.png rename to public/themes/shared/images/fileicons/odp.png diff --git a/www/themes/shared/images/fileicons/ods.png b/public/themes/shared/images/fileicons/ods.png similarity index 100% rename from www/themes/shared/images/fileicons/ods.png rename to public/themes/shared/images/fileicons/ods.png diff --git a/www/themes/shared/images/fileicons/odt.png b/public/themes/shared/images/fileicons/odt.png similarity index 100% rename from www/themes/shared/images/fileicons/odt.png rename to public/themes/shared/images/fileicons/odt.png diff --git a/www/themes/shared/images/fileicons/ogg.png b/public/themes/shared/images/fileicons/ogg.png similarity index 100% rename from www/themes/shared/images/fileicons/ogg.png rename to public/themes/shared/images/fileicons/ogg.png diff --git a/www/themes/shared/images/fileicons/par2.png b/public/themes/shared/images/fileicons/par2.png similarity index 100% rename from www/themes/shared/images/fileicons/par2.png rename to public/themes/shared/images/fileicons/par2.png diff --git a/www/themes/shared/images/fileicons/pdf.png b/public/themes/shared/images/fileicons/pdf.png similarity index 100% rename from www/themes/shared/images/fileicons/pdf.png rename to public/themes/shared/images/fileicons/pdf.png diff --git a/www/themes/shared/images/fileicons/pgp.png b/public/themes/shared/images/fileicons/pgp.png similarity index 100% rename from www/themes/shared/images/fileicons/pgp.png rename to public/themes/shared/images/fileicons/pgp.png diff --git a/www/themes/shared/images/fileicons/php.png b/public/themes/shared/images/fileicons/php.png similarity index 100% rename from www/themes/shared/images/fileicons/php.png rename to public/themes/shared/images/fileicons/php.png diff --git a/www/themes/shared/images/fileicons/pl.png b/public/themes/shared/images/fileicons/pl.png similarity index 100% rename from www/themes/shared/images/fileicons/pl.png rename to public/themes/shared/images/fileicons/pl.png diff --git a/www/themes/shared/images/fileicons/png.png b/public/themes/shared/images/fileicons/png.png similarity index 100% rename from www/themes/shared/images/fileicons/png.png rename to public/themes/shared/images/fileicons/png.png diff --git a/www/themes/shared/images/fileicons/ppt.png b/public/themes/shared/images/fileicons/ppt.png similarity index 100% rename from www/themes/shared/images/fileicons/ppt.png rename to public/themes/shared/images/fileicons/ppt.png diff --git a/www/themes/shared/images/fileicons/ps.png b/public/themes/shared/images/fileicons/ps.png similarity index 100% rename from www/themes/shared/images/fileicons/ps.png rename to public/themes/shared/images/fileicons/ps.png diff --git a/www/themes/shared/images/fileicons/py.png b/public/themes/shared/images/fileicons/py.png similarity index 100% rename from www/themes/shared/images/fileicons/py.png rename to public/themes/shared/images/fileicons/py.png diff --git a/www/themes/shared/images/fileicons/ram.png b/public/themes/shared/images/fileicons/ram.png similarity index 100% rename from www/themes/shared/images/fileicons/ram.png rename to public/themes/shared/images/fileicons/ram.png diff --git a/www/themes/shared/images/fileicons/rar.png b/public/themes/shared/images/fileicons/rar.png similarity index 100% rename from www/themes/shared/images/fileicons/rar.png rename to public/themes/shared/images/fileicons/rar.png diff --git a/www/themes/shared/images/fileicons/rb.png b/public/themes/shared/images/fileicons/rb.png similarity index 100% rename from www/themes/shared/images/fileicons/rb.png rename to public/themes/shared/images/fileicons/rb.png diff --git a/www/themes/shared/images/fileicons/rm.png b/public/themes/shared/images/fileicons/rm.png similarity index 100% rename from www/themes/shared/images/fileicons/rm.png rename to public/themes/shared/images/fileicons/rm.png diff --git a/www/themes/shared/images/fileicons/rpm.png b/public/themes/shared/images/fileicons/rpm.png similarity index 100% rename from www/themes/shared/images/fileicons/rpm.png rename to public/themes/shared/images/fileicons/rpm.png diff --git a/www/themes/shared/images/fileicons/rtf.png b/public/themes/shared/images/fileicons/rtf.png similarity index 100% rename from www/themes/shared/images/fileicons/rtf.png rename to public/themes/shared/images/fileicons/rtf.png diff --git a/www/themes/shared/images/fileicons/sfv.png b/public/themes/shared/images/fileicons/sfv.png similarity index 100% rename from www/themes/shared/images/fileicons/sfv.png rename to public/themes/shared/images/fileicons/sfv.png diff --git a/www/themes/shared/images/fileicons/sig.png b/public/themes/shared/images/fileicons/sig.png similarity index 100% rename from www/themes/shared/images/fileicons/sig.png rename to public/themes/shared/images/fileicons/sig.png diff --git a/www/themes/shared/images/fileicons/sql.png b/public/themes/shared/images/fileicons/sql.png similarity index 100% rename from www/themes/shared/images/fileicons/sql.png rename to public/themes/shared/images/fileicons/sql.png diff --git a/www/themes/shared/images/fileicons/srr.png b/public/themes/shared/images/fileicons/srr.png similarity index 100% rename from www/themes/shared/images/fileicons/srr.png rename to public/themes/shared/images/fileicons/srr.png diff --git a/www/themes/shared/images/fileicons/srs.png b/public/themes/shared/images/fileicons/srs.png similarity index 100% rename from www/themes/shared/images/fileicons/srs.png rename to public/themes/shared/images/fileicons/srs.png diff --git a/www/themes/shared/images/fileicons/srt.png b/public/themes/shared/images/fileicons/srt.png similarity index 100% rename from www/themes/shared/images/fileicons/srt.png rename to public/themes/shared/images/fileicons/srt.png diff --git a/www/themes/shared/images/fileicons/swf.png b/public/themes/shared/images/fileicons/swf.png similarity index 100% rename from www/themes/shared/images/fileicons/swf.png rename to public/themes/shared/images/fileicons/swf.png diff --git a/www/themes/shared/images/fileicons/sxc.png b/public/themes/shared/images/fileicons/sxc.png similarity index 100% rename from www/themes/shared/images/fileicons/sxc.png rename to public/themes/shared/images/fileicons/sxc.png diff --git a/www/themes/shared/images/fileicons/sxd.png b/public/themes/shared/images/fileicons/sxd.png similarity index 100% rename from www/themes/shared/images/fileicons/sxd.png rename to public/themes/shared/images/fileicons/sxd.png diff --git a/www/themes/shared/images/fileicons/sxi.png b/public/themes/shared/images/fileicons/sxi.png similarity index 100% rename from www/themes/shared/images/fileicons/sxi.png rename to public/themes/shared/images/fileicons/sxi.png diff --git a/www/themes/shared/images/fileicons/sxw.png b/public/themes/shared/images/fileicons/sxw.png similarity index 100% rename from www/themes/shared/images/fileicons/sxw.png rename to public/themes/shared/images/fileicons/sxw.png diff --git a/www/themes/shared/images/fileicons/tar.png b/public/themes/shared/images/fileicons/tar.png similarity index 100% rename from www/themes/shared/images/fileicons/tar.png rename to public/themes/shared/images/fileicons/tar.png diff --git a/www/themes/shared/images/fileicons/tex.png b/public/themes/shared/images/fileicons/tex.png similarity index 100% rename from www/themes/shared/images/fileicons/tex.png rename to public/themes/shared/images/fileicons/tex.png diff --git a/www/themes/shared/images/fileicons/tgz.png b/public/themes/shared/images/fileicons/tgz.png similarity index 100% rename from www/themes/shared/images/fileicons/tgz.png rename to public/themes/shared/images/fileicons/tgz.png diff --git a/www/themes/shared/images/fileicons/txt.png b/public/themes/shared/images/fileicons/txt.png similarity index 100% rename from www/themes/shared/images/fileicons/txt.png rename to public/themes/shared/images/fileicons/txt.png diff --git a/www/themes/shared/images/fileicons/url.png b/public/themes/shared/images/fileicons/url.png similarity index 100% rename from www/themes/shared/images/fileicons/url.png rename to public/themes/shared/images/fileicons/url.png diff --git a/www/themes/shared/images/fileicons/vcf.png b/public/themes/shared/images/fileicons/vcf.png similarity index 100% rename from www/themes/shared/images/fileicons/vcf.png rename to public/themes/shared/images/fileicons/vcf.png diff --git a/www/themes/shared/images/fileicons/video.png b/public/themes/shared/images/fileicons/video.png similarity index 100% rename from www/themes/shared/images/fileicons/video.png rename to public/themes/shared/images/fileicons/video.png diff --git a/www/themes/shared/images/fileicons/vsd.png b/public/themes/shared/images/fileicons/vsd.png similarity index 100% rename from www/themes/shared/images/fileicons/vsd.png rename to public/themes/shared/images/fileicons/vsd.png diff --git a/www/themes/shared/images/fileicons/wav.png b/public/themes/shared/images/fileicons/wav.png similarity index 100% rename from www/themes/shared/images/fileicons/wav.png rename to public/themes/shared/images/fileicons/wav.png diff --git a/www/themes/shared/images/fileicons/wma.png b/public/themes/shared/images/fileicons/wma.png similarity index 100% rename from www/themes/shared/images/fileicons/wma.png rename to public/themes/shared/images/fileicons/wma.png diff --git a/www/themes/shared/images/fileicons/wmv.png b/public/themes/shared/images/fileicons/wmv.png similarity index 100% rename from www/themes/shared/images/fileicons/wmv.png rename to public/themes/shared/images/fileicons/wmv.png diff --git a/www/themes/shared/images/fileicons/xls.png b/public/themes/shared/images/fileicons/xls.png similarity index 100% rename from www/themes/shared/images/fileicons/xls.png rename to public/themes/shared/images/fileicons/xls.png diff --git a/www/themes/shared/images/fileicons/xml.png b/public/themes/shared/images/fileicons/xml.png similarity index 100% rename from www/themes/shared/images/fileicons/xml.png rename to public/themes/shared/images/fileicons/xml.png diff --git a/www/themes/shared/images/fileicons/xpi.png b/public/themes/shared/images/fileicons/xpi.png similarity index 100% rename from www/themes/shared/images/fileicons/xpi.png rename to public/themes/shared/images/fileicons/xpi.png diff --git a/www/themes/shared/images/fileicons/xvid.png b/public/themes/shared/images/fileicons/xvid.png similarity index 100% rename from www/themes/shared/images/fileicons/xvid.png rename to public/themes/shared/images/fileicons/xvid.png diff --git a/www/themes/shared/images/fileicons/zip.png b/public/themes/shared/images/fileicons/zip.png similarity index 100% rename from www/themes/shared/images/fileicons/zip.png rename to public/themes/shared/images/fileicons/zip.png diff --git a/www/themes/shared/images/flags/cn.png b/public/themes/shared/images/flags/cn.png similarity index 100% rename from www/themes/shared/images/flags/cn.png rename to public/themes/shared/images/flags/cn.png diff --git a/www/themes/shared/images/flags/cz.png b/public/themes/shared/images/flags/cz.png similarity index 100% rename from www/themes/shared/images/flags/cz.png rename to public/themes/shared/images/flags/cz.png diff --git a/www/themes/shared/images/flags/de.png b/public/themes/shared/images/flags/de.png similarity index 100% rename from www/themes/shared/images/flags/de.png rename to public/themes/shared/images/flags/de.png diff --git a/www/themes/shared/images/flags/dk.png b/public/themes/shared/images/flags/dk.png similarity index 100% rename from www/themes/shared/images/flags/dk.png rename to public/themes/shared/images/flags/dk.png diff --git a/www/themes/shared/images/flags/en.png b/public/themes/shared/images/flags/en.png similarity index 100% rename from www/themes/shared/images/flags/en.png rename to public/themes/shared/images/flags/en.png diff --git a/www/themes/shared/images/flags/es.png b/public/themes/shared/images/flags/es.png similarity index 100% rename from www/themes/shared/images/flags/es.png rename to public/themes/shared/images/flags/es.png diff --git a/www/themes/shared/images/flags/fi.png b/public/themes/shared/images/flags/fi.png similarity index 100% rename from www/themes/shared/images/flags/fi.png rename to public/themes/shared/images/flags/fi.png diff --git a/www/themes/shared/images/flags/fr.png b/public/themes/shared/images/flags/fr.png similarity index 100% rename from www/themes/shared/images/flags/fr.png rename to public/themes/shared/images/flags/fr.png diff --git a/www/themes/shared/images/flags/gb.png b/public/themes/shared/images/flags/gb.png similarity index 100% rename from www/themes/shared/images/flags/gb.png rename to public/themes/shared/images/flags/gb.png diff --git a/www/themes/shared/images/flags/gr.png b/public/themes/shared/images/flags/gr.png similarity index 100% rename from www/themes/shared/images/flags/gr.png rename to public/themes/shared/images/flags/gr.png diff --git a/www/themes/shared/images/flags/hu.png b/public/themes/shared/images/flags/hu.png similarity index 100% rename from www/themes/shared/images/flags/hu.png rename to public/themes/shared/images/flags/hu.png diff --git a/www/themes/shared/images/flags/il.png b/public/themes/shared/images/flags/il.png similarity index 100% rename from www/themes/shared/images/flags/il.png rename to public/themes/shared/images/flags/il.png diff --git a/www/themes/shared/images/flags/in.png b/public/themes/shared/images/flags/in.png similarity index 100% rename from www/themes/shared/images/flags/in.png rename to public/themes/shared/images/flags/in.png diff --git a/www/themes/shared/images/flags/it.png b/public/themes/shared/images/flags/it.png similarity index 100% rename from www/themes/shared/images/flags/it.png rename to public/themes/shared/images/flags/it.png diff --git a/www/themes/shared/images/flags/jp.png b/public/themes/shared/images/flags/jp.png similarity index 100% rename from www/themes/shared/images/flags/jp.png rename to public/themes/shared/images/flags/jp.png diff --git a/www/themes/shared/images/flags/kr.png b/public/themes/shared/images/flags/kr.png similarity index 100% rename from www/themes/shared/images/flags/kr.png rename to public/themes/shared/images/flags/kr.png diff --git a/www/themes/shared/images/flags/nl.png b/public/themes/shared/images/flags/nl.png similarity index 100% rename from www/themes/shared/images/flags/nl.png rename to public/themes/shared/images/flags/nl.png diff --git a/www/themes/shared/images/flags/no.png b/public/themes/shared/images/flags/no.png similarity index 100% rename from www/themes/shared/images/flags/no.png rename to public/themes/shared/images/flags/no.png diff --git a/www/themes/shared/images/flags/ph.png b/public/themes/shared/images/flags/ph.png similarity index 100% rename from www/themes/shared/images/flags/ph.png rename to public/themes/shared/images/flags/ph.png diff --git a/www/themes/shared/images/flags/pk.png b/public/themes/shared/images/flags/pk.png similarity index 100% rename from www/themes/shared/images/flags/pk.png rename to public/themes/shared/images/flags/pk.png diff --git a/www/themes/shared/images/flags/pl.png b/public/themes/shared/images/flags/pl.png similarity index 100% rename from www/themes/shared/images/flags/pl.png rename to public/themes/shared/images/flags/pl.png diff --git a/www/themes/shared/images/flags/pt.png b/public/themes/shared/images/flags/pt.png similarity index 100% rename from www/themes/shared/images/flags/pt.png rename to public/themes/shared/images/flags/pt.png diff --git a/www/themes/shared/images/flags/ro.png b/public/themes/shared/images/flags/ro.png similarity index 100% rename from www/themes/shared/images/flags/ro.png rename to public/themes/shared/images/flags/ro.png diff --git a/www/themes/shared/images/flags/ru.png b/public/themes/shared/images/flags/ru.png similarity index 100% rename from www/themes/shared/images/flags/ru.png rename to public/themes/shared/images/flags/ru.png diff --git a/www/themes/shared/images/flags/se.png b/public/themes/shared/images/flags/se.png similarity index 100% rename from www/themes/shared/images/flags/se.png rename to public/themes/shared/images/flags/se.png diff --git a/www/themes/shared/images/flags/th.png b/public/themes/shared/images/flags/th.png similarity index 100% rename from www/themes/shared/images/flags/th.png rename to public/themes/shared/images/flags/th.png diff --git a/www/themes/shared/images/flags/tr.png b/public/themes/shared/images/flags/tr.png similarity index 100% rename from www/themes/shared/images/flags/tr.png rename to public/themes/shared/images/flags/tr.png diff --git a/www/themes/shared/images/flags/tw.png b/public/themes/shared/images/flags/tw.png similarity index 100% rename from www/themes/shared/images/flags/tw.png rename to public/themes/shared/images/flags/tw.png diff --git a/www/themes/shared/images/flags/us.png b/public/themes/shared/images/flags/us.png similarity index 100% rename from www/themes/shared/images/flags/us.png rename to public/themes/shared/images/flags/us.png diff --git a/www/themes/shared/images/flags/vn.png b/public/themes/shared/images/flags/vn.png similarity index 100% rename from www/themes/shared/images/flags/vn.png rename to public/themes/shared/images/flags/vn.png diff --git a/www/themes/shared/images/glyphicons-halflings-white.png b/public/themes/shared/images/glyphicons-halflings-white.png similarity index 100% rename from www/themes/shared/images/glyphicons-halflings-white.png rename to public/themes/shared/images/glyphicons-halflings-white.png diff --git a/www/themes/shared/images/glyphicons-halflings.png b/public/themes/shared/images/glyphicons-halflings.png similarity index 100% rename from www/themes/shared/images/glyphicons-halflings.png rename to public/themes/shared/images/glyphicons-halflings.png diff --git a/www/themes/shared/images/icons/ade.png b/public/themes/shared/images/icons/ade.png similarity index 100% rename from www/themes/shared/images/icons/ade.png rename to public/themes/shared/images/icons/ade.png diff --git a/www/themes/shared/images/icons/adm.png b/public/themes/shared/images/icons/adm.png similarity index 100% rename from www/themes/shared/images/icons/adm.png rename to public/themes/shared/images/icons/adm.png diff --git a/www/themes/shared/images/icons/aebn.png b/public/themes/shared/images/icons/aebn.png similarity index 100% rename from www/themes/shared/images/icons/aebn.png rename to public/themes/shared/images/icons/aebn.png diff --git a/www/themes/shared/images/icons/allmusic.png b/public/themes/shared/images/icons/allmusic.png similarity index 100% rename from www/themes/shared/images/icons/allmusic.png rename to public/themes/shared/images/icons/allmusic.png diff --git a/www/themes/shared/images/icons/amazon.png b/public/themes/shared/images/icons/amazon.png similarity index 100% rename from www/themes/shared/images/icons/amazon.png rename to public/themes/shared/images/icons/amazon.png diff --git a/www/themes/shared/images/icons/anidb.png b/public/themes/shared/images/icons/anidb.png similarity index 100% rename from www/themes/shared/images/icons/anidb.png rename to public/themes/shared/images/icons/anidb.png diff --git a/www/themes/shared/images/icons/binsearch.png b/public/themes/shared/images/icons/binsearch.png similarity index 100% rename from www/themes/shared/images/icons/binsearch.png rename to public/themes/shared/images/icons/binsearch.png diff --git a/www/themes/shared/images/icons/broken.png b/public/themes/shared/images/icons/broken.png similarity index 100% rename from www/themes/shared/images/icons/broken.png rename to public/themes/shared/images/icons/broken.png diff --git a/www/themes/shared/images/icons/cartdown.png b/public/themes/shared/images/icons/cartdown.png similarity index 100% rename from www/themes/shared/images/icons/cartdown.png rename to public/themes/shared/images/icons/cartdown.png diff --git a/www/themes/shared/images/icons/cartup.png b/public/themes/shared/images/icons/cartup.png similarity index 100% rename from www/themes/shared/images/icons/cartup.png rename to public/themes/shared/images/icons/cartup.png diff --git a/www/themes/shared/images/icons/check.png b/public/themes/shared/images/icons/check.png similarity index 100% rename from www/themes/shared/images/icons/check.png rename to public/themes/shared/images/icons/check.png diff --git a/www/themes/shared/images/icons/couch.png b/public/themes/shared/images/icons/couch.png similarity index 100% rename from www/themes/shared/images/icons/couch.png rename to public/themes/shared/images/icons/couch.png diff --git a/www/themes/shared/images/icons/desura.png b/public/themes/shared/images/icons/desura.png similarity index 100% rename from www/themes/shared/images/icons/desura.png rename to public/themes/shared/images/icons/desura.png diff --git a/www/themes/shared/images/icons/discogs.png b/public/themes/shared/images/icons/discogs.png similarity index 100% rename from www/themes/shared/images/icons/discogs.png rename to public/themes/shared/images/icons/discogs.png diff --git a/www/themes/shared/images/icons/edit.gif b/public/themes/shared/images/icons/edit.gif similarity index 100% rename from www/themes/shared/images/icons/edit.gif rename to public/themes/shared/images/icons/edit.gif diff --git a/www/themes/shared/images/icons/exclamation.png b/public/themes/shared/images/icons/exclamation.png similarity index 100% rename from www/themes/shared/images/icons/exclamation.png rename to public/themes/shared/images/icons/exclamation.png diff --git a/www/themes/shared/images/icons/fresh.png b/public/themes/shared/images/icons/fresh.png similarity index 100% rename from www/themes/shared/images/icons/fresh.png rename to public/themes/shared/images/icons/fresh.png diff --git a/www/themes/shared/images/icons/gamespot.png b/public/themes/shared/images/icons/gamespot.png similarity index 100% rename from www/themes/shared/images/icons/gamespot.png rename to public/themes/shared/images/icons/gamespot.png diff --git a/www/themes/shared/images/icons/giantbomb.png b/public/themes/shared/images/icons/giantbomb.png similarity index 100% rename from www/themes/shared/images/icons/giantbomb.png rename to public/themes/shared/images/icons/giantbomb.png diff --git a/www/themes/shared/images/icons/go.png b/public/themes/shared/images/icons/go.png similarity index 100% rename from www/themes/shared/images/icons/go.png rename to public/themes/shared/images/icons/go.png diff --git a/www/themes/shared/images/icons/goodreads.png b/public/themes/shared/images/icons/goodreads.png similarity index 100% rename from www/themes/shared/images/icons/goodreads.png rename to public/themes/shared/images/icons/goodreads.png diff --git a/www/themes/shared/images/icons/greenlight.png b/public/themes/shared/images/icons/greenlight.png similarity index 100% rename from www/themes/shared/images/icons/greenlight.png rename to public/themes/shared/images/icons/greenlight.png diff --git a/www/themes/shared/images/icons/hotmovies.png b/public/themes/shared/images/icons/hotmovies.png similarity index 100% rename from www/themes/shared/images/icons/hotmovies.png rename to public/themes/shared/images/icons/hotmovies.png diff --git a/www/themes/shared/images/icons/iafd.png b/public/themes/shared/images/icons/iafd.png similarity index 100% rename from www/themes/shared/images/icons/iafd.png rename to public/themes/shared/images/icons/iafd.png diff --git a/www/themes/shared/images/icons/ign.png b/public/themes/shared/images/icons/ign.png similarity index 100% rename from www/themes/shared/images/icons/ign.png rename to public/themes/shared/images/icons/ign.png diff --git a/www/themes/shared/images/icons/imdb.png b/public/themes/shared/images/icons/imdb.png similarity index 100% rename from www/themes/shared/images/icons/imdb.png rename to public/themes/shared/images/icons/imdb.png diff --git a/www/themes/shared/images/icons/information.png b/public/themes/shared/images/icons/information.png similarity index 100% rename from www/themes/shared/images/icons/information.png rename to public/themes/shared/images/icons/information.png diff --git a/www/themes/shared/images/icons/lastfm.png b/public/themes/shared/images/icons/lastfm.png similarity index 100% rename from www/themes/shared/images/icons/lastfm.png rename to public/themes/shared/images/icons/lastfm.png diff --git a/www/themes/shared/images/icons/lock.gif b/public/themes/shared/images/icons/lock.gif similarity index 100% rename from www/themes/shared/images/icons/lock.gif rename to public/themes/shared/images/icons/lock.gif diff --git a/www/themes/shared/images/icons/lock2.png b/public/themes/shared/images/icons/lock2.png similarity index 100% rename from www/themes/shared/images/icons/lock2.png rename to public/themes/shared/images/icons/lock2.png diff --git a/www/themes/shared/images/icons/magnifier.png b/public/themes/shared/images/icons/magnifier.png similarity index 100% rename from www/themes/shared/images/icons/magnifier.png rename to public/themes/shared/images/icons/magnifier.png diff --git a/www/themes/shared/images/icons/note.png b/public/themes/shared/images/icons/note.png similarity index 100% rename from www/themes/shared/images/icons/note.png rename to public/themes/shared/images/icons/note.png diff --git a/www/themes/shared/images/icons/note_add.png b/public/themes/shared/images/icons/note_add.png similarity index 100% rename from www/themes/shared/images/icons/note_add.png rename to public/themes/shared/images/icons/note_add.png diff --git a/www/themes/shared/images/icons/note_edit.png b/public/themes/shared/images/icons/note_edit.png similarity index 100% rename from www/themes/shared/images/icons/note_edit.png rename to public/themes/shared/images/icons/note_edit.png diff --git a/www/themes/shared/images/icons/nuke.png b/public/themes/shared/images/icons/nuke.png similarity index 100% rename from www/themes/shared/images/icons/nuke.png rename to public/themes/shared/images/icons/nuke.png diff --git a/www/themes/shared/images/icons/nuked.png b/public/themes/shared/images/icons/nuked.png similarity index 100% rename from www/themes/shared/images/icons/nuked.png rename to public/themes/shared/images/icons/nuked.png diff --git a/www/themes/shared/images/icons/nzbdown.png b/public/themes/shared/images/icons/nzbdown.png similarity index 100% rename from www/themes/shared/images/icons/nzbdown.png rename to public/themes/shared/images/icons/nzbdown.png diff --git a/www/themes/shared/images/icons/nzbindex.png b/public/themes/shared/images/icons/nzbindex.png similarity index 100% rename from www/themes/shared/images/icons/nzbindex.png rename to public/themes/shared/images/icons/nzbindex.png diff --git a/www/themes/shared/images/icons/nzbup.png b/public/themes/shared/images/icons/nzbup.png similarity index 100% rename from www/themes/shared/images/icons/nzbup.png rename to public/themes/shared/images/icons/nzbup.png diff --git a/www/themes/shared/images/icons/popporn.png b/public/themes/shared/images/icons/popporn.png similarity index 100% rename from www/themes/shared/images/icons/popporn.png rename to public/themes/shared/images/icons/popporn.png diff --git a/www/themes/shared/images/icons/predbme.png b/public/themes/shared/images/icons/predbme.png similarity index 100% rename from www/themes/shared/images/icons/predbme.png rename to public/themes/shared/images/icons/predbme.png diff --git a/www/themes/shared/images/icons/queuedown.png b/public/themes/shared/images/icons/queuedown.png similarity index 100% rename from www/themes/shared/images/icons/queuedown.png rename to public/themes/shared/images/icons/queuedown.png diff --git a/www/themes/shared/images/icons/queueup.png b/public/themes/shared/images/icons/queueup.png similarity index 100% rename from www/themes/shared/images/icons/queueup.png rename to public/themes/shared/images/icons/queueup.png diff --git a/www/themes/shared/images/icons/rotten.png b/public/themes/shared/images/icons/rotten.png similarity index 100% rename from www/themes/shared/images/icons/rotten.png rename to public/themes/shared/images/icons/rotten.png diff --git a/www/themes/shared/images/icons/rottentomatoes.png b/public/themes/shared/images/icons/rottentomatoes.png similarity index 100% rename from www/themes/shared/images/icons/rottentomatoes.png rename to public/themes/shared/images/icons/rottentomatoes.png diff --git a/www/themes/shared/images/icons/sabdown.png b/public/themes/shared/images/icons/sabdown.png similarity index 100% rename from www/themes/shared/images/icons/sabdown.png rename to public/themes/shared/images/icons/sabdown.png diff --git a/www/themes/shared/images/icons/sabup.png b/public/themes/shared/images/icons/sabup.png similarity index 100% rename from www/themes/shared/images/icons/sabup.png rename to public/themes/shared/images/icons/sabup.png diff --git a/www/themes/shared/images/icons/shelfari.png b/public/themes/shared/images/icons/shelfari.png similarity index 100% rename from www/themes/shared/images/icons/shelfari.png rename to public/themes/shared/images/icons/shelfari.png diff --git a/www/themes/shared/images/icons/steam.png b/public/themes/shared/images/icons/steam.png similarity index 100% rename from www/themes/shared/images/icons/steam.png rename to public/themes/shared/images/icons/steam.png diff --git a/www/themes/shared/images/icons/switch.png b/public/themes/shared/images/icons/switch.png similarity index 100% rename from www/themes/shared/images/icons/switch.png rename to public/themes/shared/images/icons/switch.png diff --git a/www/themes/shared/images/icons/trakt.png b/public/themes/shared/images/icons/trakt.png similarity index 100% rename from www/themes/shared/images/icons/trakt.png rename to public/themes/shared/images/icons/trakt.png diff --git a/www/themes/shared/images/icons/tvdb.png b/public/themes/shared/images/icons/tvdb.png similarity index 100% rename from www/themes/shared/images/icons/tvdb.png rename to public/themes/shared/images/icons/tvdb.png diff --git a/www/themes/shared/images/icons/tvmaze.png b/public/themes/shared/images/icons/tvmaze.png similarity index 100% rename from www/themes/shared/images/icons/tvmaze.png rename to public/themes/shared/images/icons/tvmaze.png diff --git a/www/themes/shared/images/icons/tvrage.png b/public/themes/shared/images/icons/tvrage.png similarity index 100% rename from www/themes/shared/images/icons/tvrage.png rename to public/themes/shared/images/icons/tvrage.png diff --git a/www/themes/shared/images/icons/unnuked.png b/public/themes/shared/images/icons/unnuked.png similarity index 100% rename from www/themes/shared/images/icons/unnuked.png rename to public/themes/shared/images/icons/unnuked.png diff --git a/www/themes/shared/images/icons/vortex/arrow2_n.png b/public/themes/shared/images/icons/vortex/arrow2_n.png similarity index 100% rename from www/themes/shared/images/icons/vortex/arrow2_n.png rename to public/themes/shared/images/icons/vortex/arrow2_n.png diff --git a/www/themes/shared/images/icons/vortex/arrow2_s.png b/public/themes/shared/images/icons/vortex/arrow2_s.png similarity index 100% rename from www/themes/shared/images/icons/vortex/arrow2_s.png rename to public/themes/shared/images/icons/vortex/arrow2_s.png diff --git a/www/themes/shared/images/icons/vortex/arrow3_n.png b/public/themes/shared/images/icons/vortex/arrow3_n.png similarity index 100% rename from www/themes/shared/images/icons/vortex/arrow3_n.png rename to public/themes/shared/images/icons/vortex/arrow3_n.png diff --git a/www/themes/shared/images/icons/vortex/arrow3_s.png b/public/themes/shared/images/icons/vortex/arrow3_s.png similarity index 100% rename from www/themes/shared/images/icons/vortex/arrow3_s.png rename to public/themes/shared/images/icons/vortex/arrow3_s.png diff --git a/www/themes/shared/images/icons/vortex/bigsmile.png b/public/themes/shared/images/icons/vortex/bigsmile.png similarity index 100% rename from www/themes/shared/images/icons/vortex/bigsmile.png rename to public/themes/shared/images/icons/vortex/bigsmile.png diff --git a/www/themes/shared/images/icons/vortex/bigsmiledown.png b/public/themes/shared/images/icons/vortex/bigsmiledown.png similarity index 100% rename from www/themes/shared/images/icons/vortex/bigsmiledown.png rename to public/themes/shared/images/icons/vortex/bigsmiledown.png diff --git a/www/themes/shared/images/icons/vortex/blah.png b/public/themes/shared/images/icons/vortex/blah.png similarity index 100% rename from www/themes/shared/images/icons/vortex/blah.png rename to public/themes/shared/images/icons/vortex/blah.png diff --git a/www/themes/shared/images/icons/vortex/edit.png b/public/themes/shared/images/icons/vortex/edit.png similarity index 100% rename from www/themes/shared/images/icons/vortex/edit.png rename to public/themes/shared/images/icons/vortex/edit.png diff --git a/www/themes/shared/images/icons/vortex/frown.png b/public/themes/shared/images/icons/vortex/frown.png similarity index 100% rename from www/themes/shared/images/icons/vortex/frown.png rename to public/themes/shared/images/icons/vortex/frown.png diff --git a/www/themes/shared/images/icons/vortex/pause.png b/public/themes/shared/images/icons/vortex/pause.png similarity index 100% rename from www/themes/shared/images/icons/vortex/pause.png rename to public/themes/shared/images/icons/vortex/pause.png diff --git a/www/themes/shared/images/icons/vortex/play.png b/public/themes/shared/images/icons/vortex/play.png similarity index 100% rename from www/themes/shared/images/icons/vortex/play.png rename to public/themes/shared/images/icons/vortex/play.png diff --git a/www/themes/shared/images/icons/vortex/stop.png b/public/themes/shared/images/icons/vortex/stop.png similarity index 100% rename from www/themes/shared/images/icons/vortex/stop.png rename to public/themes/shared/images/icons/vortex/stop.png diff --git a/www/themes/shared/images/icons/vortex/trash.png b/public/themes/shared/images/icons/vortex/trash.png similarity index 100% rename from www/themes/shared/images/icons/vortex/trash.png rename to public/themes/shared/images/icons/vortex/trash.png diff --git a/www/themes/shared/images/icons/vortex/tv.png b/public/themes/shared/images/icons/vortex/tv.png similarity index 100% rename from www/themes/shared/images/icons/vortex/tv.png rename to public/themes/shared/images/icons/vortex/tv.png diff --git a/www/themes/shared/images/icons/warning.png b/public/themes/shared/images/icons/warning.png similarity index 100% rename from www/themes/shared/images/icons/warning.png rename to public/themes/shared/images/icons/warning.png diff --git a/www/themes/shared/images/logo_large.png b/public/themes/shared/images/logo_large.png similarity index 100% rename from www/themes/shared/images/logo_large.png rename to public/themes/shared/images/logo_large.png diff --git a/www/themes/shared/images/logo_largeplus.png b/public/themes/shared/images/logo_largeplus.png similarity index 100% rename from www/themes/shared/images/logo_largeplus.png rename to public/themes/shared/images/logo_largeplus.png diff --git a/www/themes/shared/images/logo_largeplushigh.png b/public/themes/shared/images/logo_largeplushigh.png similarity index 100% rename from www/themes/shared/images/logo_largeplushigh.png rename to public/themes/shared/images/logo_largeplushigh.png diff --git a/www/themes/shared/images/menu.gif b/public/themes/shared/images/menu.gif similarity index 100% rename from www/themes/shared/images/menu.gif rename to public/themes/shared/images/menu.gif diff --git a/www/themes/shared/images/multimedia/audio.png b/public/themes/shared/images/multimedia/audio.png similarity index 100% rename from www/themes/shared/images/multimedia/audio.png rename to public/themes/shared/images/multimedia/audio.png diff --git a/www/themes/shared/images/multimedia/video.png b/public/themes/shared/images/multimedia/video.png similarity index 100% rename from www/themes/shared/images/multimedia/video.png rename to public/themes/shared/images/multimedia/video.png diff --git a/www/themes/shared/images/nav-tile.png b/public/themes/shared/images/nav-tile.png similarity index 100% rename from www/themes/shared/images/nav-tile.png rename to public/themes/shared/images/nav-tile.png diff --git a/www/themes/shared/images/newwindow.png b/public/themes/shared/images/newwindow.png similarity index 100% rename from www/themes/shared/images/newwindow.png rename to public/themes/shared/images/newwindow.png diff --git a/www/themes/shared/images/nn_small.jpg b/public/themes/shared/images/nn_small.jpg similarity index 100% rename from www/themes/shared/images/nn_small.jpg rename to public/themes/shared/images/nn_small.jpg diff --git a/www/themes/shared/images/no-cover.png b/public/themes/shared/images/no-cover.png similarity index 100% rename from www/themes/shared/images/no-cover.png rename to public/themes/shared/images/no-cover.png diff --git a/www/themes/shared/images/nocover.png b/public/themes/shared/images/nocover.png similarity index 100% rename from www/themes/shared/images/nocover.png rename to public/themes/shared/images/nocover.png diff --git a/www/themes/shared/images/nocover2.png b/public/themes/shared/images/nocover2.png similarity index 100% rename from www/themes/shared/images/nocover2.png rename to public/themes/shared/images/nocover2.png diff --git a/www/themes/shared/images/nomoviecover.jpg b/public/themes/shared/images/nomoviecover.jpg similarity index 100% rename from www/themes/shared/images/nomoviecover.jpg rename to public/themes/shared/images/nomoviecover.jpg diff --git a/www/themes/shared/images/nzbget.png b/public/themes/shared/images/nzbget.png similarity index 100% rename from www/themes/shared/images/nzbget.png rename to public/themes/shared/images/nzbget.png diff --git a/www/themes/shared/images/powered.png b/public/themes/shared/images/powered.png similarity index 100% rename from www/themes/shared/images/powered.png rename to public/themes/shared/images/powered.png diff --git a/www/themes/shared/images/sabnzbd.png b/public/themes/shared/images/sabnzbd.png similarity index 100% rename from www/themes/shared/images/sabnzbd.png rename to public/themes/shared/images/sabnzbd.png diff --git a/www/themes/shared/images/sickbeard.png b/public/themes/shared/images/sickbeard.png similarity index 100% rename from www/themes/shared/images/sickbeard.png rename to public/themes/shared/images/sickbeard.png diff --git a/www/themes/shared/images/sorting/arrow_down.gif b/public/themes/shared/images/sorting/arrow_down.gif similarity index 100% rename from www/themes/shared/images/sorting/arrow_down.gif rename to public/themes/shared/images/sorting/arrow_down.gif diff --git a/www/themes/shared/images/sorting/arrow_up.gif b/public/themes/shared/images/sorting/arrow_up.gif similarity index 100% rename from www/themes/shared/images/sorting/arrow_up.gif rename to public/themes/shared/images/sorting/arrow_up.gif diff --git a/www/themes/shared/images/tmux_logo.png b/public/themes/shared/images/tmux_logo.png similarity index 100% rename from www/themes/shared/images/tmux_logo.png rename to public/themes/shared/images/tmux_logo.png diff --git a/www/themes/shared/images/tvrage_small.gif b/public/themes/shared/images/tvrage_small.gif similarity index 100% rename from www/themes/shared/images/tvrage_small.gif rename to public/themes/shared/images/tvrage_small.gif diff --git a/www/themes/shared/images/user-loggedin.png b/public/themes/shared/images/user-loggedin.png similarity index 100% rename from www/themes/shared/images/user-loggedin.png rename to public/themes/shared/images/user-loggedin.png diff --git a/www/themes/shared/images/userimage.png b/public/themes/shared/images/userimage.png similarity index 100% rename from www/themes/shared/images/userimage.png rename to public/themes/shared/images/userimage.png diff --git a/www/themes/shared/images/valid-xhtml10.png b/public/themes/shared/images/valid-xhtml10.png similarity index 100% rename from www/themes/shared/images/valid-xhtml10.png rename to public/themes/shared/images/valid-xhtml10.png diff --git a/www/themes/shared/js/custom.js b/public/themes/shared/js/custom.js similarity index 100% rename from www/themes/shared/js/custom.js rename to public/themes/shared/js/custom.js diff --git a/www/themes/shared/js/functions.js b/public/themes/shared/js/functions.js similarity index 100% rename from www/themes/shared/js/functions.js rename to public/themes/shared/js/functions.js diff --git a/www/themes/shared/js/jquery.multifile.js b/public/themes/shared/js/jquery.multifile.js similarity index 100% rename from www/themes/shared/js/jquery.multifile.js rename to public/themes/shared/js/jquery.multifile.js diff --git a/www/themes/shared/js/jquery.multiselect.js b/public/themes/shared/js/jquery.multiselect.js similarity index 100% rename from www/themes/shared/js/jquery.multiselect.js rename to public/themes/shared/js/jquery.multiselect.js diff --git a/www/themes/shared/js/jquery.pnotify.js b/public/themes/shared/js/jquery.pnotify.js similarity index 100% rename from www/themes/shared/js/jquery.pnotify.js rename to public/themes/shared/js/jquery.pnotify.js diff --git a/www/themes/shared/js/jquery.qtip.min.js b/public/themes/shared/js/jquery.qtip.min.js similarity index 100% rename from www/themes/shared/js/jquery.qtip.min.js rename to public/themes/shared/js/jquery.qtip.min.js diff --git a/www/themes/shared/js/jquery.qtip2.js b/public/themes/shared/js/jquery.qtip2.js similarity index 100% rename from www/themes/shared/js/jquery.qtip2.js rename to public/themes/shared/js/jquery.qtip2.js diff --git a/www/themes/shared/js/nprogress.js b/public/themes/shared/js/nprogress.js similarity index 100% rename from www/themes/shared/js/nprogress.js rename to public/themes/shared/js/nprogress.js diff --git a/www/themes/shared/js/sorttable.js b/public/themes/shared/js/sorttable.js similarity index 100% rename from www/themes/shared/js/sorttable.js rename to public/themes/shared/js/sorttable.js diff --git a/www/themes/shared/js/utils-admin.js b/public/themes/shared/js/utils-admin.js similarity index 100% rename from www/themes/shared/js/utils-admin.js rename to public/themes/shared/js/utils-admin.js diff --git a/www/themes/shared/js/utils.js b/public/themes/shared/js/utils.js similarity index 100% rename from www/themes/shared/js/utils.js rename to public/themes/shared/js/utils.js diff --git a/www/themes/shared/templates/admin/adminmenu.tpl b/public/themes/shared/templates/admin/adminmenu.tpl similarity index 100% rename from www/themes/shared/templates/admin/adminmenu.tpl rename to public/themes/shared/templates/admin/adminmenu.tpl diff --git a/www/themes/shared/templates/admin/ajax_release-edit.tpl b/public/themes/shared/templates/admin/ajax_release-edit.tpl similarity index 100% rename from www/themes/shared/templates/admin/ajax_release-edit.tpl rename to public/themes/shared/templates/admin/ajax_release-edit.tpl diff --git a/www/themes/shared/templates/admin/anidb-edit.tpl b/public/themes/shared/templates/admin/anidb-edit.tpl similarity index 100% rename from www/themes/shared/templates/admin/anidb-edit.tpl rename to public/themes/shared/templates/admin/anidb-edit.tpl diff --git a/www/themes/shared/templates/admin/anidb-list.tpl b/public/themes/shared/templates/admin/anidb-list.tpl similarity index 100% rename from www/themes/shared/templates/admin/anidb-list.tpl rename to public/themes/shared/templates/admin/anidb-list.tpl diff --git a/www/themes/shared/templates/admin/anidb-remove.tpl b/public/themes/shared/templates/admin/anidb-remove.tpl similarity index 100% rename from www/themes/shared/templates/admin/anidb-remove.tpl rename to public/themes/shared/templates/admin/anidb-remove.tpl diff --git a/www/themes/shared/templates/admin/baseadminpage.tpl b/public/themes/shared/templates/admin/baseadminpage.tpl similarity index 100% rename from www/themes/shared/templates/admin/baseadminpage.tpl rename to public/themes/shared/templates/admin/baseadminpage.tpl diff --git a/www/themes/shared/templates/admin/binaryblacklist-edit.tpl b/public/themes/shared/templates/admin/binaryblacklist-edit.tpl similarity index 100% rename from www/themes/shared/templates/admin/binaryblacklist-edit.tpl rename to public/themes/shared/templates/admin/binaryblacklist-edit.tpl diff --git a/www/themes/shared/templates/admin/binaryblacklist-list.tpl b/public/themes/shared/templates/admin/binaryblacklist-list.tpl similarity index 100% rename from www/themes/shared/templates/admin/binaryblacklist-list.tpl rename to public/themes/shared/templates/admin/binaryblacklist-list.tpl diff --git a/www/themes/shared/templates/admin/book-edit.tpl b/public/themes/shared/templates/admin/book-edit.tpl similarity index 100% rename from www/themes/shared/templates/admin/book-edit.tpl rename to public/themes/shared/templates/admin/book-edit.tpl diff --git a/www/themes/shared/templates/admin/book-list.tpl b/public/themes/shared/templates/admin/book-list.tpl similarity index 100% rename from www/themes/shared/templates/admin/book-list.tpl rename to public/themes/shared/templates/admin/book-list.tpl diff --git a/www/themes/shared/templates/admin/category-edit.tpl b/public/themes/shared/templates/admin/category-edit.tpl similarity index 100% rename from www/themes/shared/templates/admin/category-edit.tpl rename to public/themes/shared/templates/admin/category-edit.tpl diff --git a/www/themes/shared/templates/admin/category-list.tpl b/public/themes/shared/templates/admin/category-list.tpl similarity index 100% rename from www/themes/shared/templates/admin/category-list.tpl rename to public/themes/shared/templates/admin/category-list.tpl diff --git a/www/themes/shared/templates/admin/category_regexes-edit.tpl b/public/themes/shared/templates/admin/category_regexes-edit.tpl similarity index 100% rename from www/themes/shared/templates/admin/category_regexes-edit.tpl rename to public/themes/shared/templates/admin/category_regexes-edit.tpl diff --git a/www/themes/shared/templates/admin/category_regexes-list.tpl b/public/themes/shared/templates/admin/category_regexes-list.tpl similarity index 100% rename from www/themes/shared/templates/admin/category_regexes-list.tpl rename to public/themes/shared/templates/admin/category_regexes-list.tpl diff --git a/www/themes/shared/templates/admin/collection_regexes-edit.tpl b/public/themes/shared/templates/admin/collection_regexes-edit.tpl similarity index 100% rename from www/themes/shared/templates/admin/collection_regexes-edit.tpl rename to public/themes/shared/templates/admin/collection_regexes-edit.tpl diff --git a/www/themes/shared/templates/admin/collection_regexes-list.tpl b/public/themes/shared/templates/admin/collection_regexes-list.tpl similarity index 100% rename from www/themes/shared/templates/admin/collection_regexes-list.tpl rename to public/themes/shared/templates/admin/collection_regexes-list.tpl diff --git a/www/themes/shared/templates/admin/collection_regexes-test.tpl b/public/themes/shared/templates/admin/collection_regexes-test.tpl similarity index 100% rename from www/themes/shared/templates/admin/collection_regexes-test.tpl rename to public/themes/shared/templates/admin/collection_regexes-test.tpl diff --git a/www/themes/shared/templates/admin/comments-list.tpl b/public/themes/shared/templates/admin/comments-list.tpl similarity index 100% rename from www/themes/shared/templates/admin/comments-list.tpl rename to public/themes/shared/templates/admin/comments-list.tpl diff --git a/www/themes/shared/templates/admin/console-edit.tpl b/public/themes/shared/templates/admin/console-edit.tpl similarity index 100% rename from www/themes/shared/templates/admin/console-edit.tpl rename to public/themes/shared/templates/admin/console-edit.tpl diff --git a/www/themes/shared/templates/admin/console-list.tpl b/public/themes/shared/templates/admin/console-list.tpl similarity index 100% rename from www/themes/shared/templates/admin/console-list.tpl rename to public/themes/shared/templates/admin/console-list.tpl diff --git a/www/themes/shared/templates/admin/content-add.tpl b/public/themes/shared/templates/admin/content-add.tpl similarity index 100% rename from www/themes/shared/templates/admin/content-add.tpl rename to public/themes/shared/templates/admin/content-add.tpl diff --git a/www/themes/shared/templates/admin/content-list.tpl b/public/themes/shared/templates/admin/content-list.tpl similarity index 100% rename from www/themes/shared/templates/admin/content-list.tpl rename to public/themes/shared/templates/admin/content-list.tpl diff --git a/www/themes/shared/templates/admin/failrel-list.tpl b/public/themes/shared/templates/admin/failrel-list.tpl similarity index 100% rename from www/themes/shared/templates/admin/failrel-list.tpl rename to public/themes/shared/templates/admin/failrel-list.tpl diff --git a/www/themes/shared/templates/admin/game-edit.tpl b/public/themes/shared/templates/admin/game-edit.tpl similarity index 100% rename from www/themes/shared/templates/admin/game-edit.tpl rename to public/themes/shared/templates/admin/game-edit.tpl diff --git a/www/themes/shared/templates/admin/game-list.tpl b/public/themes/shared/templates/admin/game-list.tpl similarity index 100% rename from www/themes/shared/templates/admin/game-list.tpl rename to public/themes/shared/templates/admin/game-list.tpl diff --git a/www/themes/shared/templates/admin/group-bulk.tpl b/public/themes/shared/templates/admin/group-bulk.tpl similarity index 100% rename from www/themes/shared/templates/admin/group-bulk.tpl rename to public/themes/shared/templates/admin/group-bulk.tpl diff --git a/www/themes/shared/templates/admin/group-edit.tpl b/public/themes/shared/templates/admin/group-edit.tpl similarity index 100% rename from www/themes/shared/templates/admin/group-edit.tpl rename to public/themes/shared/templates/admin/group-edit.tpl diff --git a/www/themes/shared/templates/admin/group-list.tpl b/public/themes/shared/templates/admin/group-list.tpl similarity index 100% rename from www/themes/shared/templates/admin/group-list.tpl rename to public/themes/shared/templates/admin/group-list.tpl diff --git a/www/themes/shared/templates/admin/index.tpl b/public/themes/shared/templates/admin/index.tpl similarity index 100% rename from www/themes/shared/templates/admin/index.tpl rename to public/themes/shared/templates/admin/index.tpl diff --git a/www/themes/shared/templates/admin/menu-edit.tpl b/public/themes/shared/templates/admin/menu-edit.tpl similarity index 100% rename from www/themes/shared/templates/admin/menu-edit.tpl rename to public/themes/shared/templates/admin/menu-edit.tpl diff --git a/www/themes/shared/templates/admin/menu-list.tpl b/public/themes/shared/templates/admin/menu-list.tpl similarity index 100% rename from www/themes/shared/templates/admin/menu-list.tpl rename to public/themes/shared/templates/admin/menu-list.tpl diff --git a/www/themes/shared/templates/admin/movie-add.tpl b/public/themes/shared/templates/admin/movie-add.tpl similarity index 100% rename from www/themes/shared/templates/admin/movie-add.tpl rename to public/themes/shared/templates/admin/movie-add.tpl diff --git a/www/themes/shared/templates/admin/movie-edit.tpl b/public/themes/shared/templates/admin/movie-edit.tpl similarity index 100% rename from www/themes/shared/templates/admin/movie-edit.tpl rename to public/themes/shared/templates/admin/movie-edit.tpl diff --git a/www/themes/shared/templates/admin/movie-list.tpl b/public/themes/shared/templates/admin/movie-list.tpl similarity index 100% rename from www/themes/shared/templates/admin/movie-list.tpl rename to public/themes/shared/templates/admin/movie-list.tpl diff --git a/www/themes/shared/templates/admin/music-edit.tpl b/public/themes/shared/templates/admin/music-edit.tpl similarity index 100% rename from www/themes/shared/templates/admin/music-edit.tpl rename to public/themes/shared/templates/admin/music-edit.tpl diff --git a/www/themes/shared/templates/admin/music-list.tpl b/public/themes/shared/templates/admin/music-list.tpl similarity index 100% rename from www/themes/shared/templates/admin/music-list.tpl rename to public/themes/shared/templates/admin/music-list.tpl diff --git a/www/themes/shared/templates/admin/nzb-export.tpl b/public/themes/shared/templates/admin/nzb-export.tpl similarity index 100% rename from www/themes/shared/templates/admin/nzb-export.tpl rename to public/themes/shared/templates/admin/nzb-export.tpl diff --git a/www/themes/shared/templates/admin/nzb-import.tpl b/public/themes/shared/templates/admin/nzb-import.tpl similarity index 100% rename from www/themes/shared/templates/admin/nzb-import.tpl rename to public/themes/shared/templates/admin/nzb-import.tpl diff --git a/www/themes/shared/templates/admin/posters-edit.tpl b/public/themes/shared/templates/admin/posters-edit.tpl similarity index 100% rename from www/themes/shared/templates/admin/posters-edit.tpl rename to public/themes/shared/templates/admin/posters-edit.tpl diff --git a/www/themes/shared/templates/admin/posters-list.tpl b/public/themes/shared/templates/admin/posters-list.tpl similarity index 100% rename from www/themes/shared/templates/admin/posters-list.tpl rename to public/themes/shared/templates/admin/posters-list.tpl diff --git a/www/themes/shared/templates/admin/predb.tpl b/public/themes/shared/templates/admin/predb.tpl similarity index 100% rename from www/themes/shared/templates/admin/predb.tpl rename to public/themes/shared/templates/admin/predb.tpl diff --git a/www/themes/shared/templates/admin/preview-list.tpl b/public/themes/shared/templates/admin/preview-list.tpl similarity index 100% rename from www/themes/shared/templates/admin/preview-list.tpl rename to public/themes/shared/templates/admin/preview-list.tpl diff --git a/www/themes/shared/templates/admin/release-edit.tpl b/public/themes/shared/templates/admin/release-edit.tpl similarity index 100% rename from www/themes/shared/templates/admin/release-edit.tpl rename to public/themes/shared/templates/admin/release-edit.tpl diff --git a/www/themes/shared/templates/admin/release-files.tpl b/public/themes/shared/templates/admin/release-files.tpl similarity index 100% rename from www/themes/shared/templates/admin/release-files.tpl rename to public/themes/shared/templates/admin/release-files.tpl diff --git a/www/themes/shared/templates/admin/release-list.tpl b/public/themes/shared/templates/admin/release-list.tpl similarity index 100% rename from www/themes/shared/templates/admin/release-list.tpl rename to public/themes/shared/templates/admin/release-list.tpl diff --git a/www/themes/shared/templates/admin/release_naming_regexes-edit.tpl b/public/themes/shared/templates/admin/release_naming_regexes-edit.tpl similarity index 100% rename from www/themes/shared/templates/admin/release_naming_regexes-edit.tpl rename to public/themes/shared/templates/admin/release_naming_regexes-edit.tpl diff --git a/www/themes/shared/templates/admin/release_naming_regexes-list.tpl b/public/themes/shared/templates/admin/release_naming_regexes-list.tpl similarity index 100% rename from www/themes/shared/templates/admin/release_naming_regexes-list.tpl rename to public/themes/shared/templates/admin/release_naming_regexes-list.tpl diff --git a/www/themes/shared/templates/admin/release_naming_regexes-test.tpl b/public/themes/shared/templates/admin/release_naming_regexes-test.tpl similarity index 100% rename from www/themes/shared/templates/admin/release_naming_regexes-test.tpl rename to public/themes/shared/templates/admin/release_naming_regexes-test.tpl diff --git a/www/themes/shared/templates/admin/role-edit.tpl b/public/themes/shared/templates/admin/role-edit.tpl similarity index 100% rename from www/themes/shared/templates/admin/role-edit.tpl rename to public/themes/shared/templates/admin/role-edit.tpl diff --git a/www/themes/shared/templates/admin/role-list.tpl b/public/themes/shared/templates/admin/role-list.tpl similarity index 100% rename from www/themes/shared/templates/admin/role-list.tpl rename to public/themes/shared/templates/admin/role-list.tpl diff --git a/www/themes/shared/templates/admin/sharing.tpl b/public/themes/shared/templates/admin/sharing.tpl similarity index 100% rename from www/themes/shared/templates/admin/sharing.tpl rename to public/themes/shared/templates/admin/sharing.tpl diff --git a/www/themes/shared/templates/admin/show-edit.tpl b/public/themes/shared/templates/admin/show-edit.tpl similarity index 100% rename from www/themes/shared/templates/admin/show-edit.tpl rename to public/themes/shared/templates/admin/show-edit.tpl diff --git a/www/themes/shared/templates/admin/show-list.tpl b/public/themes/shared/templates/admin/show-list.tpl similarity index 100% rename from www/themes/shared/templates/admin/show-list.tpl rename to public/themes/shared/templates/admin/show-list.tpl diff --git a/www/themes/shared/templates/admin/show-remove.tpl b/public/themes/shared/templates/admin/show-remove.tpl similarity index 100% rename from www/themes/shared/templates/admin/show-remove.tpl rename to public/themes/shared/templates/admin/show-remove.tpl diff --git a/www/themes/shared/templates/admin/site-debug.tpl b/public/themes/shared/templates/admin/site-debug.tpl similarity index 100% rename from www/themes/shared/templates/admin/site-debug.tpl rename to public/themes/shared/templates/admin/site-debug.tpl diff --git a/www/themes/shared/templates/admin/site-edit.tpl b/public/themes/shared/templates/admin/site-edit.tpl similarity index 100% rename from www/themes/shared/templates/admin/site-edit.tpl rename to public/themes/shared/templates/admin/site-edit.tpl diff --git a/www/themes/shared/templates/admin/site-stats.tpl b/public/themes/shared/templates/admin/site-stats.tpl similarity index 100% rename from www/themes/shared/templates/admin/site-stats.tpl rename to public/themes/shared/templates/admin/site-stats.tpl diff --git a/www/themes/shared/templates/admin/spotnab-edit.tpl b/public/themes/shared/templates/admin/spotnab-edit.tpl similarity index 100% rename from www/themes/shared/templates/admin/spotnab-edit.tpl rename to public/themes/shared/templates/admin/spotnab-edit.tpl diff --git a/www/themes/shared/templates/admin/spotnab-list.tpl b/public/themes/shared/templates/admin/spotnab-list.tpl similarity index 100% rename from www/themes/shared/templates/admin/spotnab-list.tpl rename to public/themes/shared/templates/admin/spotnab-list.tpl diff --git a/www/themes/shared/templates/admin/tmux-edit.tpl b/public/themes/shared/templates/admin/tmux-edit.tpl similarity index 100% rename from www/themes/shared/templates/admin/tmux-edit.tpl rename to public/themes/shared/templates/admin/tmux-edit.tpl diff --git a/www/themes/shared/templates/admin/user-edit.tpl b/public/themes/shared/templates/admin/user-edit.tpl similarity index 100% rename from www/themes/shared/templates/admin/user-edit.tpl rename to public/themes/shared/templates/admin/user-edit.tpl diff --git a/www/themes/shared/templates/admin/user-list.tpl b/public/themes/shared/templates/admin/user-list.tpl similarity index 100% rename from www/themes/shared/templates/admin/user-list.tpl rename to public/themes/shared/templates/admin/user-list.tpl diff --git a/www/themes/shared/templates/admin/view-logs.tpl b/public/themes/shared/templates/admin/view-logs.tpl similarity index 100% rename from www/themes/shared/templates/admin/view-logs.tpl rename to public/themes/shared/templates/admin/view-logs.tpl diff --git a/www/themes/shared/templates/apicomments.tpl b/public/themes/shared/templates/apicomments.tpl similarity index 100% rename from www/themes/shared/templates/apicomments.tpl rename to public/themes/shared/templates/apicomments.tpl diff --git a/www/themes/shared/templates/apidesc.tpl b/public/themes/shared/templates/apidesc.tpl similarity index 100% rename from www/themes/shared/templates/apidesc.tpl rename to public/themes/shared/templates/apidesc.tpl diff --git a/www/themes/shared/templates/apinfo.tpl b/public/themes/shared/templates/apinfo.tpl similarity index 100% rename from www/themes/shared/templates/apinfo.tpl rename to public/themes/shared/templates/apinfo.tpl diff --git a/www/themes/shared/templates/captcha.tpl b/public/themes/shared/templates/captcha.tpl similarity index 100% rename from www/themes/shared/templates/captcha.tpl rename to public/themes/shared/templates/captcha.tpl diff --git a/www/themes/shared/templates/pager.tpl b/public/themes/shared/templates/pager.tpl similarity index 100% rename from www/themes/shared/templates/pager.tpl rename to public/themes/shared/templates/pager.tpl diff --git a/www/themes/shared/templates/rssdesc.tpl b/public/themes/shared/templates/rssdesc.tpl similarity index 100% rename from www/themes/shared/templates/rssdesc.tpl rename to public/themes/shared/templates/rssdesc.tpl diff --git a/www/themes/shared/templates/search-filter.tpl b/public/themes/shared/templates/search-filter.tpl similarity index 100% rename from www/themes/shared/templates/search-filter.tpl rename to public/themes/shared/templates/search-filter.tpl