From 873e2d4ad3bf7a92f8ea31e63406ebdee7ca7e67 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 6 Mar 2018 14:36:00 +0100 Subject: [PATCH] Move themes to resources/views/themes folder --- Blacklight/http/AdminPage.php | 6 +- Blacklight/http/Page.php | 6 +- Changelog | 1 + app/Console/Commands/UpdateNNTmux.php | 7 +- config/ytake-laravel-smarty.php | 2 +- public/themes/Omicron/articlesmenu.tpl | 13 -- public/themes/Omicron/forgottenpassword.tpl | 76 ------- public/themes/Omicron/multi-operations.tpl | 11 - public/themes/Omicron/mymovies-add.tpl | 22 -- public/themes/Omicron/nzbvortex-ajax.tpl | 59 ----- public/themes/Omicron/recentforumposts.tpl | 13 -- public/themes/Omicron/usefullinksmenu.tpl | 18 -- public/themes/Omicron/viewanimelist.tpl | 62 ------ public/themes/Omicron/viewconsole.tpl | 12 - public/themes/Omicron/viewfilelist.tpl | 35 --- public/themes/Omicron/viewmoviefull.tpl | 206 ------------------ public/themes/Omicron/viewmovietrailer.tpl | 9 - public/themes/Omicron/viewserieslist.tpl | 99 --------- public/themes/Omicron/viewxxxfull.tpl | 200 ----------------- resources/smarty/plugins/.gitignore | 2 - .../smarty}/plugins/block.php.php | 0 .../smarty}/plugins/function.getcatval.php | 0 .../function.html_options_multiple.php | 0 .../plugins/load_plugin_dependency.php | 10 +- .../smarty}/plugins/modifier.daysago.php | 0 .../smarty}/plugins/modifier.fsize_format.php | 0 .../smarty}/plugins/modifier.magicurl.php | 0 .../smarty}/plugins/modifier.nl2br.php | 0 .../smarty}/plugins/modifier.parray.php | 0 .../plugins/modifier.phpdate_format.php | 11 +- .../smarty}/plugins/modifier.strtotime.php | 0 .../smarty}/plugins/modifier.timeago.php | 0 .../smarty}/plugins/shared.make_timestamp.php | 0 .../views}/themes/Charisma/articlesmenu.tpl | 0 .../views}/themes/Charisma/basepage.tpl | 0 .../views}/themes/Charisma/books.tpl | 0 .../views}/themes/Charisma/browse.tpl | 0 .../views}/themes/Charisma/browsegroup.tpl | 0 .../views}/themes/Charisma/btc_payment.tpl | 0 .../views}/themes/Charisma/cart.tpl | 0 .../views}/themes/Charisma/console.tpl | 0 .../views}/themes/Charisma/contact.tpl | 0 .../views}/themes/Charisma/content.tpl | 0 .../themes/Charisma/css/charisma-app.css | 0 .../themes/Charisma/css/elfinder.min.css | 0 .../themes/Charisma/css/elfinder.theme.css | 0 .../Charisma/css/jquery-ui-1.8.21.custom.css | 0 .../Charisma/css/jquery.iphone.toggle.css | 0 .../themes/Charisma/forgottenpassword.tpl | 0 .../views}/themes/Charisma/forum.tpl | 0 .../views}/themes/Charisma/forumpost.tpl | 0 .../views}/themes/Charisma/games.tpl | 0 .../views}/themes/Charisma/headermenu.tpl | 0 .../views}/themes/Charisma/js/charisma.js | 0 .../views}/themes/Charisma/js/init-chart.js | 0 .../Charisma/js/jquery.autogrow-textarea.js | 0 .../themes/Charisma/js/jquery.cookie.js | 0 .../themes/Charisma/js/jquery.history.js | 0 .../Charisma/js/jquery.iphone.toggle.js | 0 .../views}/themes/Charisma/login.tpl | 0 .../views}/themes/Charisma/mainmenu.tpl | 0 .../views}/themes/Charisma/movies.tpl | 0 .../themes/Charisma/multi-operations.tpl | 0 .../views}/themes/Charisma/music.tpl | 0 .../views}/themes/Charisma/mymovies-add.tpl | 0 .../views}/themes/Charisma/mymovies.tpl | 0 .../views}/themes/Charisma/myshows-add.tpl | 0 .../views}/themes/Charisma/myshows.tpl | 0 .../views}/themes/Charisma/nzbvortex-ajax.tpl | 0 .../views}/themes/Charisma/nzbvortex.tpl | 0 .../views}/themes/Charisma/opensearch.tpl | 0 .../views}/themes/Charisma/post_edit.tpl | 0 .../views}/themes/Charisma/profile.tpl | 0 .../views}/themes/Charisma/profileedit.tpl | 0 .../themes/Charisma/recentforumposts.tpl | 0 .../views}/themes/Charisma/register.tpl | 0 .../views}/themes/Charisma/search.tpl | 0 .../views}/themes/Charisma/searchraw.tpl | 0 .../views}/themes/Charisma/sitemap-xml.tpl | 0 .../views}/themes/Charisma/sitemap.tpl | 0 .../views}/themes/Charisma/terms.tpl | 0 .../themes/Charisma/usefullinksmenu.tpl | 0 .../views}/themes/Charisma/viewanime.tpl | 0 .../views}/themes/Charisma/viewanimelist.tpl | 0 .../views}/themes/Charisma/viewbook.tpl | 0 .../views}/themes/Charisma/viewconsole.tpl | 0 .../views}/themes/Charisma/viewfilelist.tpl | 0 .../views}/themes/Charisma/viewmovie.tpl | 0 .../views}/themes/Charisma/viewmoviefull.tpl | 0 .../themes/Charisma/viewmovietrailer.tpl | 0 .../views}/themes/Charisma/viewmusic.tpl | 0 .../views}/themes/Charisma/viewnfo.tpl | 0 .../views}/themes/Charisma/viewnzb.tpl | 0 .../views}/themes/Charisma/viewqueue.tpl | 0 .../views}/themes/Charisma/viewseries.tpl | 0 .../views}/themes/Charisma/viewserieslist.tpl | 0 .../views}/themes/Charisma/viewxxx.tpl | 0 .../views}/themes/Charisma/viewxxxfull.tpl | 0 .../views}/themes/Charisma/xxx.tpl | 0 .../views}/themes/Gamma/articlesmenu.tpl | 0 .../views}/themes/Gamma/basepage.tpl | 0 .../views}/themes/Gamma/books.tpl | 0 .../views}/themes/Gamma/browse.tpl | 0 .../views}/themes/Gamma/browsegroup.tpl | 0 .../views}/themes/Gamma/btc_payment.tpl | 0 .../views}/themes/Gamma/cart.tpl | 0 .../views}/themes/Gamma/console.tpl | 0 .../views}/themes/Gamma/contact.tpl | 0 .../views}/themes/Gamma/content.tpl | 0 .../views}/themes/Gamma/forgottenpassword.tpl | 0 .../views}/themes/Gamma/forum.tpl | 0 .../views}/themes/Gamma/forumpost.tpl | 0 .../views}/themes/Gamma/games.tpl | 0 .../views}/themes/Gamma/headermenu.tpl | 0 .../views}/themes/Gamma/login.tpl | 0 .../views}/themes/Gamma/mainmenu.tpl | 0 .../views}/themes/Gamma/movies.tpl | 0 .../views}/themes/Gamma/multi-operations.tpl | 0 .../views}/themes/Gamma/music.tpl | 0 .../views}/themes/Gamma/mymovies-add.tpl | 0 .../views}/themes/Gamma/mymovies.tpl | 0 .../views}/themes/Gamma/myshows-add.tpl | 0 .../views}/themes/Gamma/myshows.tpl | 0 .../views}/themes/Gamma/nzbvortex-ajax.tpl | 0 .../views}/themes/Gamma/nzbvortex.tpl | 0 .../views}/themes/Gamma/opensearch.tpl | 0 .../views}/themes/Gamma/post_edit.tpl | 0 .../views}/themes/Gamma/profile.tpl | 0 .../views}/themes/Gamma/profileedit.tpl | 0 .../views}/themes/Gamma/recentforumposts.tpl | 0 .../views}/themes/Gamma/register.tpl | 0 .../views}/themes/Gamma/scripts/bootstrap.js | 0 .../views}/themes/Gamma/scripts/jquery-ias.js | 0 .../Gamma/scripts/jquery.infinitescroll.js | 0 .../views}/themes/Gamma/scripts/utils.js | 0 .../views}/themes/Gamma/search.tpl | 0 .../views}/themes/Gamma/searchraw.tpl | 0 .../views}/themes/Gamma/sitemap-xml.tpl | 0 .../views}/themes/Gamma/sitemap.tpl | 0 .../views}/themes/Gamma/styles/admin.css | 0 .../themes/Gamma/styles/bootstrap-fixes.css | 0 .../views}/themes/Gamma/styles/bootstrap.css | 0 .../themes/Gamma/styles/bootstrap.cyborg.css | 0 .../Gamma/styles/bootstrap.slate.min.css | 0 .../views}/themes/Gamma/styles/extra.css | 0 .../views}/themes/Gamma/styles/install.css | 0 .../Gamma/styles/jquery.pnotify.default.css | 0 .../views}/themes/Gamma/styles/style.css | 0 .../views}/themes/Gamma/styles/style.ie.css | 0 .../views}/themes/Gamma/terms.tpl | 0 .../views}/themes/Gamma/usefullinksmenu.tpl | 0 .../views}/themes/Gamma/viewanime.tpl | 0 .../views}/themes/Gamma/viewanimelist.tpl | 0 .../views}/themes/Gamma/viewbook.tpl | 0 .../views}/themes/Gamma/viewconsole.tpl | 0 .../views}/themes/Gamma/viewfilelist.tpl | 0 .../views}/themes/Gamma/viewmovie.tpl | 0 .../views}/themes/Gamma/viewmoviefull.tpl | 0 .../views}/themes/Gamma/viewmovietrailer.tpl | 0 .../views}/themes/Gamma/viewmusic.tpl | 0 .../views}/themes/Gamma/viewnfo.tpl | 0 .../views}/themes/Gamma/viewnzb.tpl | 0 .../views}/themes/Gamma/viewqueue.tpl | 0 .../views}/themes/Gamma/viewseries.tpl | 0 .../views}/themes/Gamma/viewserieslist.tpl | 0 .../views}/themes/Gamma/viewxxx.tpl | 0 .../views}/themes/Gamma/viewxxxfull.tpl | 0 .../views}/themes/Gamma/xxx.tpl | 0 .../views}/themes/Gentele/articlesmenu.tpl | 0 .../views}/themes/Gentele/basepage.tpl | 0 .../views}/themes/Gentele/books.tpl | 0 .../views}/themes/Gentele/browse.tpl | 0 .../views}/themes/Gentele/browsegroup.tpl | 0 .../views}/themes/Gentele/btc_payment.tpl | 0 .../views}/themes/Gentele/cart.tpl | 0 .../views}/themes/Gentele/console.tpl | 0 .../views}/themes/Gentele/contact.tpl | 0 .../views}/themes/Gentele/content.tpl | 0 .../themes/Gentele/forgottenpassword.tpl | 0 .../views}/themes/Gentele/forum.tpl | 0 .../views}/themes/Gentele/forumpost.tpl | 0 .../views}/themes/Gentele/games.tpl | 0 .../views}/themes/Gentele/headermenu.tpl | 0 .../views}/themes/Gentele/login.tpl | 0 .../views}/themes/Gentele/mainmenu.tpl | 0 .../views}/themes/Gentele/movies.tpl | 0 .../themes/Gentele/multi-operations.tpl | 0 .../views}/themes/Gentele/music.tpl | 0 .../views}/themes/Gentele/mymovies-add.tpl | 0 .../views}/themes/Gentele/mymovies.tpl | 0 .../views}/themes/Gentele/myshows-add.tpl | 0 .../views}/themes/Gentele/myshows.tpl | 0 .../views}/themes/Gentele/nzbvortex-ajax.tpl | 0 .../views}/themes/Gentele/nzbvortex.tpl | 0 .../views}/themes/Gentele/opensearch.tpl | 0 .../views}/themes/Gentele/post_edit.tpl | 0 .../views}/themes/Gentele/profile.tpl | 0 .../views}/themes/Gentele/profileedit.tpl | 0 .../themes/Gentele/recentforumposts.tpl | 0 .../views}/themes/Gentele/register.tpl | 0 .../views}/themes/Gentele/search.tpl | 0 .../views}/themes/Gentele/searchraw.tpl | 0 .../views}/themes/Gentele/sitemap-xml.tpl | 0 .../views}/themes/Gentele/sitemap.tpl | 0 .../views}/themes/Gentele/terms.tpl | 0 .../views}/themes/Gentele/usefullinksmenu.tpl | 0 .../views}/themes/Gentele/viewanime.tpl | 0 .../views}/themes/Gentele/viewanimelist.tpl | 0 .../views}/themes/Gentele/viewbook.tpl | 0 .../views}/themes/Gentele/viewconsole.tpl | 0 .../views}/themes/Gentele/viewfilelist.tpl | 0 .../views}/themes/Gentele/viewmovie.tpl | 0 .../views}/themes/Gentele/viewmoviefull.tpl | 0 .../themes/Gentele/viewmovietrailer.tpl | 0 .../views}/themes/Gentele/viewmusic.tpl | 0 .../views}/themes/Gentele/viewnfo.tpl | 0 .../views}/themes/Gentele/viewnzb.tpl | 0 .../views}/themes/Gentele/viewqueue.tpl | 0 .../views}/themes/Gentele/viewseries.tpl | 0 .../views}/themes/Gentele/viewserieslist.tpl | 0 .../views}/themes/Gentele/viewxxx.tpl | 0 .../views}/themes/Gentele/viewxxxfull.tpl | 0 .../views}/themes/Gentele/xxx.tpl | 0 .../views}/themes/Omicron/basepage.tpl | 0 .../views}/themes/Omicron/books.tpl | 0 .../views}/themes/Omicron/browse.tpl | 0 .../views}/themes/Omicron/browsegroup.tpl | 0 .../views}/themes/Omicron/btc_payment.tpl | 0 .../views}/themes/Omicron/cart.tpl | 0 .../views}/themes/Omicron/console.tpl | 0 .../views}/themes/Omicron/contact.tpl | 0 .../views}/themes/Omicron/content.tpl | 0 .../themes/Omicron/dist/css/AdminLTE.css | 0 .../themes/Omicron/dist/css/AdminLTE.min.css | 0 .../css/alt/AdminLTE-bootstrap-social.css | 0 .../css/alt/AdminLTE-bootstrap-social.min.css | 0 .../dist/css/alt/AdminLTE-fullcalendar.css | 0 .../css/alt/AdminLTE-fullcalendar.min.css | 0 .../Omicron/dist/css/alt/AdminLTE-select2.css | 0 .../dist/css/alt/AdminLTE-select2.min.css | 0 .../dist/css/alt/AdminLTE-without-plugins.css | 0 .../css/alt/AdminLTE-without-plugins.min.css | 0 .../Omicron/dist/css/skins/_all-skins.css | 0 .../Omicron/dist/css/skins/_all-skins.min.css | 0 .../dist/css/skins/skin-black-light.css | 0 .../dist/css/skins/skin-black-light.min.css | 0 .../Omicron/dist/css/skins/skin-black.css | 0 .../Omicron/dist/css/skins/skin-black.min.css | 0 .../dist/css/skins/skin-blue-light.css | 0 .../dist/css/skins/skin-blue-light.min.css | 0 .../Omicron/dist/css/skins/skin-blue.css | 0 .../Omicron/dist/css/skins/skin-blue.min.css | 0 .../dist/css/skins/skin-green-light.css | 0 .../dist/css/skins/skin-green-light.min.css | 0 .../Omicron/dist/css/skins/skin-green.css | 0 .../Omicron/dist/css/skins/skin-green.min.css | 0 .../dist/css/skins/skin-purple-light.css | 0 .../dist/css/skins/skin-purple-light.min.css | 0 .../Omicron/dist/css/skins/skin-purple.css | 0 .../dist/css/skins/skin-purple.min.css | 0 .../Omicron/dist/css/skins/skin-red-light.css | 0 .../dist/css/skins/skin-red-light.min.css | 0 .../Omicron/dist/css/skins/skin-red.css | 0 .../Omicron/dist/css/skins/skin-red.min.css | 0 .../dist/css/skins/skin-yellow-light.css | 0 .../dist/css/skins/skin-yellow-light.min.css | 0 .../Omicron/dist/css/skins/skin-yellow.css | 0 .../dist/css/skins/skin-yellow.min.css | 0 .../views}/themes/Omicron/dist/img/avatar.png | Bin .../themes/Omicron/dist/img/avatar04.png | Bin .../themes/Omicron/dist/img/avatar2.png | Bin .../themes/Omicron/dist/img/avatar3.png | Bin .../themes/Omicron/dist/img/avatar5.png | Bin .../themes/Omicron/dist/img/boxed-bg.jpg | Bin .../themes/Omicron/dist/img/boxed-bg.png | Bin .../dist/img/credit/american-express.png | Bin .../themes/Omicron/dist/img/credit/cirrus.png | Bin .../Omicron/dist/img/credit/mastercard.png | Bin .../themes/Omicron/dist/img/credit/mestro.png | Bin .../themes/Omicron/dist/img/credit/paypal.png | Bin .../Omicron/dist/img/credit/paypal2.png | Bin .../themes/Omicron/dist/img/credit/visa.png | Bin .../themes/Omicron/dist/img/default-50x50.gif | Bin .../views}/themes/Omicron/dist/img/icons.png | Bin .../views}/themes/Omicron/dist/img/photo1.png | Bin .../views}/themes/Omicron/dist/img/photo2.png | Bin .../views}/themes/Omicron/dist/img/photo3.jpg | Bin .../views}/themes/Omicron/dist/img/photo4.jpg | Bin .../themes/Omicron/dist/img/user1-128x128.jpg | Bin .../themes/Omicron/dist/img/user2-160x160.jpg | Bin .../themes/Omicron/dist/img/user3-128x128.jpg | Bin .../themes/Omicron/dist/img/user4-128x128.jpg | Bin .../themes/Omicron/dist/img/user5-128x128.jpg | Bin .../themes/Omicron/dist/img/user6-128x128.jpg | Bin .../themes/Omicron/dist/img/user7-128x128.jpg | Bin .../themes/Omicron/dist/img/user8-128x128.jpg | Bin .../views}/themes/Omicron/dist/js/app.js | 0 .../views}/themes/Omicron/dist/js/app.min.js | 0 .../views}/themes/Omicron/forum.tpl | 0 .../views}/themes/Omicron/forumpost.tpl | 0 .../views}/themes/Omicron/games.tpl | 0 .../views}/themes/Omicron/headermenu.tpl | 0 .../views}/themes/Omicron/login.tpl | 0 .../views}/themes/Omicron/mainmenu.tpl | 0 .../views}/themes/Omicron/movies.tpl | 0 .../views}/themes/Omicron/music.tpl | 0 .../views}/themes/Omicron/mymovies.tpl | 0 .../views}/themes/Omicron/myshows-add.tpl | 0 .../views}/themes/Omicron/myshows.tpl | 0 .../views}/themes/Omicron/nzbvortex.tpl | 0 .../views}/themes/Omicron/opensearch.tpl | 0 .../views}/themes/Omicron/pager.tpl | 0 .../views}/themes/Omicron/post_edit.tpl | 0 .../views}/themes/Omicron/profile.tpl | 0 .../views}/themes/Omicron/profileedit.tpl | 0 .../views}/themes/Omicron/register.tpl | 0 .../views}/themes/Omicron/search.tpl | 0 .../views}/themes/Omicron/searchraw.tpl | 0 .../views}/themes/Omicron/sitemap-xml.tpl | 0 .../views}/themes/Omicron/sitemap.tpl | 0 .../views}/themes/Omicron/terms.tpl | 0 .../views}/themes/Omicron/viewanime.tpl | 0 .../views}/themes/Omicron/viewbook.tpl | 0 .../views}/themes/Omicron/viewmovie.tpl | 0 .../views}/themes/Omicron/viewmusic.tpl | 0 .../views}/themes/Omicron/viewnfo.tpl | 0 .../views}/themes/Omicron/viewnzb.tpl | 0 .../views}/themes/Omicron/viewqueue.tpl | 0 .../views}/themes/Omicron/viewseries.tpl | 0 .../views}/themes/Omicron/viewxxx.tpl | 0 .../views}/themes/Omicron/xxx.tpl | 0 .../views}/themes/admin/adminmenu.tpl | 0 .../views}/themes/admin/ajax_release-edit.tpl | 0 .../views}/themes/admin/anidb-edit.tpl | 0 .../views}/themes/admin/anidb-list.tpl | 0 .../views}/themes/admin/anidb-remove.tpl | 0 .../views}/themes/admin/baseadminpage.tpl | 0 .../themes/admin/binaryblacklist-edit.tpl | 0 .../themes/admin/binaryblacklist-list.tpl | 0 .../views}/themes/admin/book-edit.tpl | 0 .../views}/themes/admin/book-list.tpl | 0 .../views}/themes/admin/category-edit.tpl | 0 .../views}/themes/admin/category-list.tpl | 0 .../themes/admin/category_regexes-edit.tpl | 0 .../themes/admin/category_regexes-list.tpl | 0 .../themes/admin/collection_regexes-edit.tpl | 0 .../themes/admin/collection_regexes-list.tpl | 0 .../themes/admin/collection_regexes-test.tpl | 0 .../views}/themes/admin/comments-list.tpl | 0 .../views}/themes/admin/console-edit.tpl | 0 .../views}/themes/admin/console-list.tpl | 0 .../views}/themes/admin/content-add.tpl | 0 .../views}/themes/admin/content-list.tpl | 0 .../views}/themes/admin/failrel-list.tpl | 0 .../views}/themes/admin/game-edit.tpl | 0 .../views}/themes/admin/game-list.tpl | 0 .../views}/themes/admin/group-bulk.tpl | 0 .../views}/themes/admin/group-edit.tpl | 0 .../views}/themes/admin/group-list.tpl | 0 .../views}/themes/admin/index.tpl | 0 .../views}/themes/admin/menu-edit.tpl | 0 .../views}/themes/admin/menu-list.tpl | 0 .../views}/themes/admin/movie-add.tpl | 0 .../views}/themes/admin/movie-edit.tpl | 0 .../views}/themes/admin/movie-list.tpl | 0 .../views}/themes/admin/music-edit.tpl | 0 .../views}/themes/admin/music-list.tpl | 0 .../views}/themes/admin/nzb-export.tpl | 0 .../views}/themes/admin/nzb-import.tpl | 0 .../views}/themes/admin/posters-edit.tpl | 0 .../views}/themes/admin/posters-list.tpl | 0 .../views}/themes/admin/predb.tpl | 0 .../views}/themes/admin/preview-list.tpl | 0 .../views}/themes/admin/release-edit.tpl | 0 .../views}/themes/admin/release-files.tpl | 0 .../views}/themes/admin/release-list.tpl | 0 .../admin/release_naming_regexes-edit.tpl | 0 .../admin/release_naming_regexes-list.tpl | 0 .../admin/release_naming_regexes-test.tpl | 0 .../views}/themes/admin/role-edit.tpl | 0 .../views}/themes/admin/role-list.tpl | 0 .../views}/themes/admin/sharing.tpl | 0 .../views}/themes/admin/show-edit.tpl | 0 .../views}/themes/admin/show-list.tpl | 0 .../views}/themes/admin/show-remove.tpl | 0 .../views}/themes/admin/site-debug.tpl | 0 .../views}/themes/admin/site-edit.tpl | 0 .../views}/themes/admin/site-stats.tpl | 0 .../views}/themes/admin/tmux-edit.tpl | 0 .../views}/themes/admin/user-edit.tpl | 0 .../views}/themes/admin/user-list.tpl | 0 .../views}/themes/shared/apicomments.tpl | 0 .../views}/themes/shared/apidesc.tpl | 0 .../views}/themes/shared/apinfo.tpl | 0 .../views}/themes/shared/captcha.tpl | 0 .../views}/themes/shared/css/admin.css | 0 .../views}/themes/shared/css/custom.css | 0 .../views}/themes/shared/css/install.css | 0 .../themes/shared/css/jquery.multiselect.css | 0 .../shared/css/jquery.pnotify.default.css | 0 .../views}/themes/shared/css/jquery.qtip.css | 0 .../views}/themes/shared/css/normalize.css | 0 .../views}/themes/shared/css/nprogress.css | 0 .../views}/themes/shared/css/style.css | 0 .../views}/themes/shared/images/astra.png | Bin .../views}/themes/shared/images/banner.jpg | Bin .../shared/images/banner_nnplushigh.jpg | Bin .../views}/themes/shared/images/body-bg.png | Bin .../views}/themes/shared/images/bullet.jpg | Bin .../themes/shared/images/bullet_hov.jpg | Bin .../themes/shared/images/bullet_hov.png | Bin .../views}/themes/shared/images/clearlogo.png | Bin .../shared/images/colorbox/border1-dark.png | Bin .../themes/shared/images/colorbox/border1.png | Bin .../shared/images/colorbox/border2-dark.png | Bin .../themes/shared/images/colorbox/border2.png | Bin .../shared/images/colorbox/controls-dark.png | Bin .../shared/images/colorbox/controls.png | Bin .../shared/images/colorbox/controls2.png | Bin .../internet_explorer/borderBottomCenter.png | Bin .../internet_explorer/borderBottomLeft.png | Bin .../internet_explorer/borderBottomRight.png | Bin .../internet_explorer/borderMiddleLeft.png | Bin .../internet_explorer/borderMiddleRight.png | Bin .../internet_explorer/borderTopCenter.png | Bin .../internet_explorer/borderTopLeft.png | Bin .../internet_explorer/borderTopRight.png | Bin .../themes/shared/images/colorbox/loading.gif | Bin .../views}/themes/shared/images/couch.png | Bin .../themes/shared/images/couchpotato.png | Bin .../views}/themes/shared/images/favicon.ico | Bin .../themes/shared/images/fileicons/7z.png | Bin .../themes/shared/images/fileicons/ai.png | Bin .../themes/shared/images/fileicons/aiff.png | Bin .../themes/shared/images/fileicons/asc.png | Bin .../themes/shared/images/fileicons/audio.png | Bin .../themes/shared/images/fileicons/avi.png | Bin .../themes/shared/images/fileicons/bin.png | Bin .../themes/shared/images/fileicons/bz2.png | Bin .../themes/shared/images/fileicons/c.png | Bin .../themes/shared/images/fileicons/cfc.png | Bin .../themes/shared/images/fileicons/cfm.png | Bin .../themes/shared/images/fileicons/chm.png | Bin .../themes/shared/images/fileicons/class.png | Bin .../themes/shared/images/fileicons/conf.png | Bin .../themes/shared/images/fileicons/cpp.png | Bin .../themes/shared/images/fileicons/cs.png | Bin .../themes/shared/images/fileicons/css.png | Bin .../themes/shared/images/fileicons/csv.png | Bin .../themes/shared/images/fileicons/deb.png | Bin .../themes/shared/images/fileicons/divx.png | Bin .../themes/shared/images/fileicons/doc.png | Bin .../themes/shared/images/fileicons/dot.png | Bin .../themes/shared/images/fileicons/eml.png | Bin .../themes/shared/images/fileicons/enc.png | Bin .../themes/shared/images/fileicons/file.png | Bin .../themes/shared/images/fileicons/folder.png | Bin .../themes/shared/images/fileicons/gif.png | Bin .../themes/shared/images/fileicons/gz.png | Bin .../themes/shared/images/fileicons/hlp.png | Bin .../themes/shared/images/fileicons/htm.png | Bin .../themes/shared/images/fileicons/html.png | Bin .../themes/shared/images/fileicons/image.png | Bin .../themes/shared/images/fileicons/iso.png | Bin .../themes/shared/images/fileicons/jar.png | Bin .../themes/shared/images/fileicons/java.png | Bin .../themes/shared/images/fileicons/jpeg.png | Bin .../themes/shared/images/fileicons/jpg.png | Bin .../themes/shared/images/fileicons/js.png | Bin .../themes/shared/images/fileicons/lua.png | Bin .../themes/shared/images/fileicons/m.png | Bin .../themes/shared/images/fileicons/m4v.png | Bin .../themes/shared/images/fileicons/mkv.png | Bin .../themes/shared/images/fileicons/mm.png | Bin .../themes/shared/images/fileicons/mov.png | Bin .../themes/shared/images/fileicons/mp3.png | Bin .../themes/shared/images/fileicons/mpg.png | Bin .../themes/shared/images/fileicons/nfo.png | Bin .../themes/shared/images/fileicons/nzb.png | Bin .../themes/shared/images/fileicons/odc.png | Bin .../themes/shared/images/fileicons/odf.png | Bin .../themes/shared/images/fileicons/odg.png | Bin .../themes/shared/images/fileicons/odi.png | Bin .../themes/shared/images/fileicons/odp.png | Bin .../themes/shared/images/fileicons/ods.png | Bin .../themes/shared/images/fileicons/odt.png | Bin .../themes/shared/images/fileicons/ogg.png | Bin .../themes/shared/images/fileicons/par2.png | Bin .../themes/shared/images/fileicons/pdf.png | Bin .../themes/shared/images/fileicons/pgp.png | Bin .../themes/shared/images/fileicons/php.png | Bin .../themes/shared/images/fileicons/pl.png | Bin .../themes/shared/images/fileicons/png.png | Bin .../themes/shared/images/fileicons/ppt.png | Bin .../themes/shared/images/fileicons/ps.png | Bin .../themes/shared/images/fileicons/py.png | Bin .../themes/shared/images/fileicons/ram.png | Bin .../themes/shared/images/fileicons/rar.png | Bin .../themes/shared/images/fileicons/rb.png | Bin .../themes/shared/images/fileicons/rm.png | Bin .../themes/shared/images/fileicons/rpm.png | Bin .../themes/shared/images/fileicons/rtf.png | Bin .../themes/shared/images/fileicons/sfv.png | Bin .../themes/shared/images/fileicons/sig.png | Bin .../themes/shared/images/fileicons/sql.png | Bin .../themes/shared/images/fileicons/srr.png | Bin .../themes/shared/images/fileicons/srs.png | Bin .../themes/shared/images/fileicons/srt.png | Bin .../themes/shared/images/fileicons/swf.png | Bin .../themes/shared/images/fileicons/sxc.png | Bin .../themes/shared/images/fileicons/sxd.png | Bin .../themes/shared/images/fileicons/sxi.png | Bin .../themes/shared/images/fileicons/sxw.png | Bin .../themes/shared/images/fileicons/tar.png | Bin .../themes/shared/images/fileicons/tex.png | Bin .../themes/shared/images/fileicons/tgz.png | Bin .../themes/shared/images/fileicons/txt.png | Bin .../themes/shared/images/fileicons/url.png | Bin .../themes/shared/images/fileicons/vcf.png | Bin .../themes/shared/images/fileicons/video.png | Bin .../themes/shared/images/fileicons/vsd.png | Bin .../themes/shared/images/fileicons/wav.png | Bin .../themes/shared/images/fileicons/wma.png | Bin .../themes/shared/images/fileicons/wmv.png | Bin .../themes/shared/images/fileicons/xls.png | Bin .../themes/shared/images/fileicons/xml.png | Bin .../themes/shared/images/fileicons/xpi.png | Bin .../themes/shared/images/fileicons/xvid.png | Bin .../themes/shared/images/fileicons/zip.png | Bin .../views}/themes/shared/images/flags/cn.png | Bin .../views}/themes/shared/images/flags/cz.png | Bin .../views}/themes/shared/images/flags/de.png | Bin .../views}/themes/shared/images/flags/dk.png | Bin .../views}/themes/shared/images/flags/en.png | Bin .../views}/themes/shared/images/flags/es.png | Bin .../views}/themes/shared/images/flags/fi.png | Bin .../views}/themes/shared/images/flags/fr.png | Bin .../views}/themes/shared/images/flags/gb.png | Bin .../views}/themes/shared/images/flags/gr.png | Bin .../views}/themes/shared/images/flags/hu.png | Bin .../views}/themes/shared/images/flags/il.png | Bin .../views}/themes/shared/images/flags/in.png | Bin .../views}/themes/shared/images/flags/it.png | Bin .../views}/themes/shared/images/flags/jp.png | Bin .../views}/themes/shared/images/flags/kr.png | Bin .../views}/themes/shared/images/flags/nl.png | Bin .../views}/themes/shared/images/flags/no.png | Bin .../views}/themes/shared/images/flags/ph.png | Bin .../views}/themes/shared/images/flags/pk.png | Bin .../views}/themes/shared/images/flags/pl.png | Bin .../views}/themes/shared/images/flags/pt.png | Bin .../views}/themes/shared/images/flags/ro.png | Bin .../views}/themes/shared/images/flags/ru.png | Bin .../views}/themes/shared/images/flags/se.png | Bin .../views}/themes/shared/images/flags/th.png | Bin .../views}/themes/shared/images/flags/tr.png | Bin .../views}/themes/shared/images/flags/tw.png | Bin .../views}/themes/shared/images/flags/us.png | Bin .../views}/themes/shared/images/flags/vn.png | Bin .../images/glyphicons-halflings-white.png | Bin .../shared/images/glyphicons-halflings.png | Bin .../views}/themes/shared/images/icons/ade.png | Bin .../views}/themes/shared/images/icons/adm.png | Bin .../themes/shared/images/icons/aebn.png | Bin .../themes/shared/images/icons/allmusic.png | Bin .../themes/shared/images/icons/amazon.png | Bin .../themes/shared/images/icons/anidb.png | Bin .../themes/shared/images/icons/binsearch.png | Bin .../themes/shared/images/icons/broken.png | Bin .../themes/shared/images/icons/cartdown.png | Bin .../themes/shared/images/icons/cartup.png | Bin .../themes/shared/images/icons/check.png | Bin .../themes/shared/images/icons/couch.png | Bin .../themes/shared/images/icons/desura.png | Bin .../themes/shared/images/icons/discogs.png | Bin .../themes/shared/images/icons/edit.gif | Bin .../shared/images/icons/exclamation.png | Bin .../themes/shared/images/icons/fresh.png | Bin .../themes/shared/images/icons/gamespot.png | Bin .../themes/shared/images/icons/giantbomb.png | Bin .../views}/themes/shared/images/icons/go.png | Bin .../themes/shared/images/icons/goodreads.png | Bin .../themes/shared/images/icons/greenlight.png | Bin .../themes/shared/images/icons/hotmovies.png | Bin .../themes/shared/images/icons/iafd.png | Bin .../views}/themes/shared/images/icons/ign.png | Bin .../themes/shared/images/icons/imdb.png | Bin .../shared/images/icons/information.png | Bin .../themes/shared/images/icons/lastfm.png | Bin .../themes/shared/images/icons/lock.gif | Bin .../themes/shared/images/icons/lock2.png | Bin .../themes/shared/images/icons/magnifier.png | Bin .../themes/shared/images/icons/note.png | Bin .../themes/shared/images/icons/note_add.png | Bin .../themes/shared/images/icons/note_edit.png | Bin .../themes/shared/images/icons/nuke.png | Bin .../themes/shared/images/icons/nuked.png | Bin .../themes/shared/images/icons/nzbdown.png | Bin .../themes/shared/images/icons/nzbindex.png | Bin .../themes/shared/images/icons/nzbup.png | Bin .../themes/shared/images/icons/popporn.png | Bin .../themes/shared/images/icons/predbme.png | Bin .../themes/shared/images/icons/queuedown.png | Bin .../themes/shared/images/icons/queueup.png | Bin .../themes/shared/images/icons/rotten.png | Bin .../shared/images/icons/rottentomatoes.png | Bin .../themes/shared/images/icons/sabdown.png | Bin .../themes/shared/images/icons/sabup.png | Bin .../themes/shared/images/icons/shelfari.png | Bin .../themes/shared/images/icons/steam.png | Bin .../themes/shared/images/icons/switch.png | Bin .../themes/shared/images/icons/trakt.png | Bin .../themes/shared/images/icons/tvdb.png | Bin .../themes/shared/images/icons/tvmaze.png | Bin .../themes/shared/images/icons/tvrage.png | Bin .../themes/shared/images/icons/unnuked.png | Bin .../shared/images/icons/vortex/arrow2_n.png | Bin .../shared/images/icons/vortex/arrow2_s.png | Bin .../shared/images/icons/vortex/arrow3_n.png | Bin .../shared/images/icons/vortex/arrow3_s.png | Bin .../shared/images/icons/vortex/bigsmile.png | Bin .../images/icons/vortex/bigsmiledown.png | Bin .../shared/images/icons/vortex/blah.png | Bin .../shared/images/icons/vortex/edit.png | Bin .../shared/images/icons/vortex/frown.png | Bin .../shared/images/icons/vortex/pause.png | Bin .../shared/images/icons/vortex/play.png | Bin .../shared/images/icons/vortex/stop.png | Bin .../shared/images/icons/vortex/trash.png | Bin .../themes/shared/images/icons/vortex/tv.png | Bin .../themes/shared/images/icons/warning.png | Bin .../themes/shared/images/logo_large.png | Bin .../themes/shared/images/logo_largeplus.png | Bin .../shared/images/logo_largeplushigh.png | Bin .../views}/themes/shared/images/menu.gif | Bin .../themes/shared/images/multimedia/audio.png | Bin .../themes/shared/images/multimedia/video.png | Bin .../views}/themes/shared/images/nav-tile.png | Bin .../views}/themes/shared/images/newwindow.png | Bin .../views}/themes/shared/images/nn_small.jpg | Bin .../views}/themes/shared/images/no-cover.png | Bin .../views}/themes/shared/images/nocover.png | Bin .../views}/themes/shared/images/nocover2.png | Bin .../themes/shared/images/nomoviecover.jpg | Bin .../views}/themes/shared/images/nzbget.png | Bin .../views}/themes/shared/images/powered.png | Bin .../views}/themes/shared/images/sabnzbd.png | Bin .../views}/themes/shared/images/sickbeard.png | Bin .../shared/images/sorting/arrow_down.gif | Bin .../themes/shared/images/sorting/arrow_up.gif | Bin .../views}/themes/shared/images/tmux_logo.png | Bin .../themes/shared/images/tvrage_small.gif | Bin .../themes/shared/images/user-loggedin.png | Bin .../views}/themes/shared/images/userimage.png | Bin .../themes/shared/images/valid-xhtml10.png | Bin .../views}/themes/shared/js/custom.js | 0 .../views}/themes/shared/js/functions.js | 0 .../themes/shared/js/jquery.multifile.js | 0 .../themes/shared/js/jquery.multiselect.js | 0 .../views}/themes/shared/js/jquery.pnotify.js | 0 .../themes/shared/js/jquery.qtip.min.js | 0 .../views}/themes/shared/js/jquery.qtip2.js | 0 .../views}/themes/shared/js/nprogress.js | 0 .../views}/themes/shared/js/sorttable.js | 0 .../views}/themes/shared/js/utils-admin.js | 0 .../views}/themes/shared/js/utils.js | 0 .../views}/themes/shared/pager.tpl | 0 .../views}/themes/shared/rssdesc.tpl | 0 .../views}/themes/shared/search-filter.tpl | 0 {public => resources/views/themes}/smarty.php | 4 +- 670 files changed, 27 insertions(+), 857 deletions(-) delete mode 100755 public/themes/Omicron/articlesmenu.tpl delete mode 100755 public/themes/Omicron/forgottenpassword.tpl delete mode 100755 public/themes/Omicron/multi-operations.tpl delete mode 100644 public/themes/Omicron/mymovies-add.tpl delete mode 100755 public/themes/Omicron/nzbvortex-ajax.tpl delete mode 100755 public/themes/Omicron/recentforumposts.tpl delete mode 100755 public/themes/Omicron/usefullinksmenu.tpl delete mode 100755 public/themes/Omicron/viewanimelist.tpl delete mode 100755 public/themes/Omicron/viewconsole.tpl delete mode 100755 public/themes/Omicron/viewfilelist.tpl delete mode 100755 public/themes/Omicron/viewmoviefull.tpl delete mode 100755 public/themes/Omicron/viewmovietrailer.tpl delete mode 100755 public/themes/Omicron/viewserieslist.tpl delete mode 100755 public/themes/Omicron/viewxxxfull.tpl delete mode 100755 resources/smarty/plugins/.gitignore rename {public => resources/smarty}/plugins/block.php.php (100%) rename {public => resources/smarty}/plugins/function.getcatval.php (100%) rename {public => resources/smarty}/plugins/function.html_options_multiple.php (100%) rename {public => resources/smarty}/plugins/load_plugin_dependency.php (74%) rename {public => resources/smarty}/plugins/modifier.daysago.php (100%) rename {public => resources/smarty}/plugins/modifier.fsize_format.php (100%) rename {public => resources/smarty}/plugins/modifier.magicurl.php (100%) rename {public => resources/smarty}/plugins/modifier.nl2br.php (100%) rename {public => resources/smarty}/plugins/modifier.parray.php (100%) rename {public => resources/smarty}/plugins/modifier.phpdate_format.php (91%) rename {public => resources/smarty}/plugins/modifier.strtotime.php (100%) rename {public => resources/smarty}/plugins/modifier.timeago.php (100%) rename {public => resources/smarty}/plugins/shared.make_timestamp.php (100%) rename {public => resources/views}/themes/Charisma/articlesmenu.tpl (100%) rename {public => resources/views}/themes/Charisma/basepage.tpl (100%) rename {public => resources/views}/themes/Charisma/books.tpl (100%) rename {public => resources/views}/themes/Charisma/browse.tpl (100%) rename {public => resources/views}/themes/Charisma/browsegroup.tpl (100%) rename {public => resources/views}/themes/Charisma/btc_payment.tpl (100%) rename {public => resources/views}/themes/Charisma/cart.tpl (100%) rename {public => resources/views}/themes/Charisma/console.tpl (100%) rename {public => resources/views}/themes/Charisma/contact.tpl (100%) rename {public => resources/views}/themes/Charisma/content.tpl (100%) rename {public => resources/views}/themes/Charisma/css/charisma-app.css (100%) rename {public => resources/views}/themes/Charisma/css/elfinder.min.css (100%) rename {public => resources/views}/themes/Charisma/css/elfinder.theme.css (100%) rename {public => resources/views}/themes/Charisma/css/jquery-ui-1.8.21.custom.css (100%) rename {public => resources/views}/themes/Charisma/css/jquery.iphone.toggle.css (100%) rename {public => resources/views}/themes/Charisma/forgottenpassword.tpl (100%) rename {public => resources/views}/themes/Charisma/forum.tpl (100%) rename {public => resources/views}/themes/Charisma/forumpost.tpl (100%) rename {public => resources/views}/themes/Charisma/games.tpl (100%) rename {public => resources/views}/themes/Charisma/headermenu.tpl (100%) rename {public => resources/views}/themes/Charisma/js/charisma.js (100%) rename {public => resources/views}/themes/Charisma/js/init-chart.js (100%) rename {public => resources/views}/themes/Charisma/js/jquery.autogrow-textarea.js (100%) rename {public => resources/views}/themes/Charisma/js/jquery.cookie.js (100%) rename {public => resources/views}/themes/Charisma/js/jquery.history.js (100%) rename {public => resources/views}/themes/Charisma/js/jquery.iphone.toggle.js (100%) rename {public => resources/views}/themes/Charisma/login.tpl (100%) rename {public => resources/views}/themes/Charisma/mainmenu.tpl (100%) rename {public => resources/views}/themes/Charisma/movies.tpl (100%) rename {public => resources/views}/themes/Charisma/multi-operations.tpl (100%) rename {public => resources/views}/themes/Charisma/music.tpl (100%) rename {public => resources/views}/themes/Charisma/mymovies-add.tpl (100%) rename {public => resources/views}/themes/Charisma/mymovies.tpl (100%) rename {public => resources/views}/themes/Charisma/myshows-add.tpl (100%) rename {public => resources/views}/themes/Charisma/myshows.tpl (100%) rename {public => resources/views}/themes/Charisma/nzbvortex-ajax.tpl (100%) rename {public => resources/views}/themes/Charisma/nzbvortex.tpl (100%) rename {public => resources/views}/themes/Charisma/opensearch.tpl (100%) rename {public => resources/views}/themes/Charisma/post_edit.tpl (100%) rename {public => resources/views}/themes/Charisma/profile.tpl (100%) rename {public => resources/views}/themes/Charisma/profileedit.tpl (100%) rename {public => resources/views}/themes/Charisma/recentforumposts.tpl (100%) rename {public => resources/views}/themes/Charisma/register.tpl (100%) rename {public => resources/views}/themes/Charisma/search.tpl (100%) rename {public => resources/views}/themes/Charisma/searchraw.tpl (100%) rename {public => resources/views}/themes/Charisma/sitemap-xml.tpl (100%) rename {public => resources/views}/themes/Charisma/sitemap.tpl (100%) rename {public => resources/views}/themes/Charisma/terms.tpl (100%) rename {public => resources/views}/themes/Charisma/usefullinksmenu.tpl (100%) rename {public => resources/views}/themes/Charisma/viewanime.tpl (100%) rename {public => resources/views}/themes/Charisma/viewanimelist.tpl (100%) rename {public => resources/views}/themes/Charisma/viewbook.tpl (100%) rename {public => resources/views}/themes/Charisma/viewconsole.tpl (100%) rename {public => resources/views}/themes/Charisma/viewfilelist.tpl (100%) rename {public => resources/views}/themes/Charisma/viewmovie.tpl (100%) rename {public => resources/views}/themes/Charisma/viewmoviefull.tpl (100%) rename {public => resources/views}/themes/Charisma/viewmovietrailer.tpl (100%) rename {public => resources/views}/themes/Charisma/viewmusic.tpl (100%) rename {public => resources/views}/themes/Charisma/viewnfo.tpl (100%) rename {public => resources/views}/themes/Charisma/viewnzb.tpl (100%) rename {public => resources/views}/themes/Charisma/viewqueue.tpl (100%) rename {public => resources/views}/themes/Charisma/viewseries.tpl (100%) rename {public => resources/views}/themes/Charisma/viewserieslist.tpl (100%) rename {public => resources/views}/themes/Charisma/viewxxx.tpl (100%) rename {public => resources/views}/themes/Charisma/viewxxxfull.tpl (100%) rename {public => resources/views}/themes/Charisma/xxx.tpl (100%) rename {public => resources/views}/themes/Gamma/articlesmenu.tpl (100%) rename {public => resources/views}/themes/Gamma/basepage.tpl (100%) rename {public => resources/views}/themes/Gamma/books.tpl (100%) rename {public => resources/views}/themes/Gamma/browse.tpl (100%) rename {public => resources/views}/themes/Gamma/browsegroup.tpl (100%) rename {public => resources/views}/themes/Gamma/btc_payment.tpl (100%) rename {public => resources/views}/themes/Gamma/cart.tpl (100%) rename {public => resources/views}/themes/Gamma/console.tpl (100%) rename {public => resources/views}/themes/Gamma/contact.tpl (100%) rename {public => resources/views}/themes/Gamma/content.tpl (100%) rename {public => resources/views}/themes/Gamma/forgottenpassword.tpl (100%) rename {public => resources/views}/themes/Gamma/forum.tpl (100%) rename {public => resources/views}/themes/Gamma/forumpost.tpl (100%) rename {public => resources/views}/themes/Gamma/games.tpl (100%) rename {public => resources/views}/themes/Gamma/headermenu.tpl (100%) rename {public => resources/views}/themes/Gamma/login.tpl (100%) rename {public => resources/views}/themes/Gamma/mainmenu.tpl (100%) rename {public => resources/views}/themes/Gamma/movies.tpl (100%) rename {public => resources/views}/themes/Gamma/multi-operations.tpl (100%) rename {public => resources/views}/themes/Gamma/music.tpl (100%) rename {public => resources/views}/themes/Gamma/mymovies-add.tpl (100%) rename {public => resources/views}/themes/Gamma/mymovies.tpl (100%) rename {public => resources/views}/themes/Gamma/myshows-add.tpl (100%) rename {public => resources/views}/themes/Gamma/myshows.tpl (100%) rename {public => resources/views}/themes/Gamma/nzbvortex-ajax.tpl (100%) rename {public => resources/views}/themes/Gamma/nzbvortex.tpl (100%) rename {public => resources/views}/themes/Gamma/opensearch.tpl (100%) rename {public => resources/views}/themes/Gamma/post_edit.tpl (100%) rename {public => resources/views}/themes/Gamma/profile.tpl (100%) rename {public => resources/views}/themes/Gamma/profileedit.tpl (100%) rename {public => resources/views}/themes/Gamma/recentforumposts.tpl (100%) rename {public => resources/views}/themes/Gamma/register.tpl (100%) rename {public => resources/views}/themes/Gamma/scripts/bootstrap.js (100%) rename {public => resources/views}/themes/Gamma/scripts/jquery-ias.js (100%) rename {public => resources/views}/themes/Gamma/scripts/jquery.infinitescroll.js (100%) rename {public => resources/views}/themes/Gamma/scripts/utils.js (100%) rename {public => resources/views}/themes/Gamma/search.tpl (100%) rename {public => resources/views}/themes/Gamma/searchraw.tpl (100%) rename {public => resources/views}/themes/Gamma/sitemap-xml.tpl (100%) rename {public => resources/views}/themes/Gamma/sitemap.tpl (100%) rename {public => resources/views}/themes/Gamma/styles/admin.css (100%) rename {public => resources/views}/themes/Gamma/styles/bootstrap-fixes.css (100%) rename {public => resources/views}/themes/Gamma/styles/bootstrap.css (100%) rename {public => resources/views}/themes/Gamma/styles/bootstrap.cyborg.css (100%) rename {public => resources/views}/themes/Gamma/styles/bootstrap.slate.min.css (100%) rename {public => resources/views}/themes/Gamma/styles/extra.css (100%) rename {public => resources/views}/themes/Gamma/styles/install.css (100%) rename {public => resources/views}/themes/Gamma/styles/jquery.pnotify.default.css (100%) rename {public => resources/views}/themes/Gamma/styles/style.css (100%) rename {public => resources/views}/themes/Gamma/styles/style.ie.css (100%) rename {public => resources/views}/themes/Gamma/terms.tpl (100%) rename {public => resources/views}/themes/Gamma/usefullinksmenu.tpl (100%) rename {public => resources/views}/themes/Gamma/viewanime.tpl (100%) rename {public => resources/views}/themes/Gamma/viewanimelist.tpl (100%) rename {public => resources/views}/themes/Gamma/viewbook.tpl (100%) rename {public => resources/views}/themes/Gamma/viewconsole.tpl (100%) rename {public => resources/views}/themes/Gamma/viewfilelist.tpl (100%) rename {public => resources/views}/themes/Gamma/viewmovie.tpl (100%) rename {public => resources/views}/themes/Gamma/viewmoviefull.tpl (100%) rename {public => resources/views}/themes/Gamma/viewmovietrailer.tpl (100%) rename {public => resources/views}/themes/Gamma/viewmusic.tpl (100%) rename {public => resources/views}/themes/Gamma/viewnfo.tpl (100%) rename {public => resources/views}/themes/Gamma/viewnzb.tpl (100%) rename {public => resources/views}/themes/Gamma/viewqueue.tpl (100%) rename {public => resources/views}/themes/Gamma/viewseries.tpl (100%) rename {public => resources/views}/themes/Gamma/viewserieslist.tpl (100%) rename {public => resources/views}/themes/Gamma/viewxxx.tpl (100%) rename {public => resources/views}/themes/Gamma/viewxxxfull.tpl (100%) rename {public => resources/views}/themes/Gamma/xxx.tpl (100%) rename {public => resources/views}/themes/Gentele/articlesmenu.tpl (100%) rename {public => resources/views}/themes/Gentele/basepage.tpl (100%) rename {public => resources/views}/themes/Gentele/books.tpl (100%) rename {public => resources/views}/themes/Gentele/browse.tpl (100%) rename {public => resources/views}/themes/Gentele/browsegroup.tpl (100%) rename {public => resources/views}/themes/Gentele/btc_payment.tpl (100%) rename {public => resources/views}/themes/Gentele/cart.tpl (100%) rename {public => resources/views}/themes/Gentele/console.tpl (100%) rename {public => resources/views}/themes/Gentele/contact.tpl (100%) rename {public => resources/views}/themes/Gentele/content.tpl (100%) rename {public => resources/views}/themes/Gentele/forgottenpassword.tpl (100%) rename {public => resources/views}/themes/Gentele/forum.tpl (100%) rename {public => resources/views}/themes/Gentele/forumpost.tpl (100%) rename {public => resources/views}/themes/Gentele/games.tpl (100%) rename {public => resources/views}/themes/Gentele/headermenu.tpl (100%) rename {public => resources/views}/themes/Gentele/login.tpl (100%) rename {public => resources/views}/themes/Gentele/mainmenu.tpl (100%) rename {public => resources/views}/themes/Gentele/movies.tpl (100%) rename {public => resources/views}/themes/Gentele/multi-operations.tpl (100%) rename {public => resources/views}/themes/Gentele/music.tpl (100%) rename {public => resources/views}/themes/Gentele/mymovies-add.tpl (100%) rename {public => resources/views}/themes/Gentele/mymovies.tpl (100%) rename {public => resources/views}/themes/Gentele/myshows-add.tpl (100%) rename {public => resources/views}/themes/Gentele/myshows.tpl (100%) rename {public => resources/views}/themes/Gentele/nzbvortex-ajax.tpl (100%) rename {public => resources/views}/themes/Gentele/nzbvortex.tpl (100%) rename {public => resources/views}/themes/Gentele/opensearch.tpl (100%) rename {public => resources/views}/themes/Gentele/post_edit.tpl (100%) rename {public => resources/views}/themes/Gentele/profile.tpl (100%) rename {public => resources/views}/themes/Gentele/profileedit.tpl (100%) rename {public => resources/views}/themes/Gentele/recentforumposts.tpl (100%) rename {public => resources/views}/themes/Gentele/register.tpl (100%) rename {public => resources/views}/themes/Gentele/search.tpl (100%) rename {public => resources/views}/themes/Gentele/searchraw.tpl (100%) rename {public => resources/views}/themes/Gentele/sitemap-xml.tpl (100%) rename {public => resources/views}/themes/Gentele/sitemap.tpl (100%) rename {public => resources/views}/themes/Gentele/terms.tpl (100%) rename {public => resources/views}/themes/Gentele/usefullinksmenu.tpl (100%) rename {public => resources/views}/themes/Gentele/viewanime.tpl (100%) rename {public => resources/views}/themes/Gentele/viewanimelist.tpl (100%) rename {public => resources/views}/themes/Gentele/viewbook.tpl (100%) rename {public => resources/views}/themes/Gentele/viewconsole.tpl (100%) rename {public => resources/views}/themes/Gentele/viewfilelist.tpl (100%) rename {public => resources/views}/themes/Gentele/viewmovie.tpl (100%) rename {public => resources/views}/themes/Gentele/viewmoviefull.tpl (100%) rename {public => resources/views}/themes/Gentele/viewmovietrailer.tpl (100%) rename {public => resources/views}/themes/Gentele/viewmusic.tpl (100%) rename {public => resources/views}/themes/Gentele/viewnfo.tpl (100%) rename {public => resources/views}/themes/Gentele/viewnzb.tpl (100%) rename {public => resources/views}/themes/Gentele/viewqueue.tpl (100%) rename {public => resources/views}/themes/Gentele/viewseries.tpl (100%) rename {public => resources/views}/themes/Gentele/viewserieslist.tpl (100%) rename {public => resources/views}/themes/Gentele/viewxxx.tpl (100%) rename {public => resources/views}/themes/Gentele/viewxxxfull.tpl (100%) rename {public => resources/views}/themes/Gentele/xxx.tpl (100%) rename {public => resources/views}/themes/Omicron/basepage.tpl (100%) rename {public => resources/views}/themes/Omicron/books.tpl (100%) rename {public => resources/views}/themes/Omicron/browse.tpl (100%) rename {public => resources/views}/themes/Omicron/browsegroup.tpl (100%) rename {public => resources/views}/themes/Omicron/btc_payment.tpl (100%) rename {public => resources/views}/themes/Omicron/cart.tpl (100%) rename {public => resources/views}/themes/Omicron/console.tpl (100%) rename {public => resources/views}/themes/Omicron/contact.tpl (100%) rename {public => resources/views}/themes/Omicron/content.tpl (100%) rename {public => resources/views}/themes/Omicron/dist/css/AdminLTE.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/AdminLTE.min.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/alt/AdminLTE-bootstrap-social.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/alt/AdminLTE-bootstrap-social.min.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/alt/AdminLTE-fullcalendar.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/alt/AdminLTE-fullcalendar.min.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/alt/AdminLTE-select2.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/alt/AdminLTE-select2.min.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/alt/AdminLTE-without-plugins.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/alt/AdminLTE-without-plugins.min.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/skins/_all-skins.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/skins/_all-skins.min.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/skins/skin-black-light.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/skins/skin-black-light.min.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/skins/skin-black.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/skins/skin-black.min.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/skins/skin-blue-light.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/skins/skin-blue-light.min.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/skins/skin-blue.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/skins/skin-blue.min.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/skins/skin-green-light.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/skins/skin-green-light.min.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/skins/skin-green.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/skins/skin-green.min.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/skins/skin-purple-light.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/skins/skin-purple-light.min.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/skins/skin-purple.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/skins/skin-purple.min.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/skins/skin-red-light.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/skins/skin-red-light.min.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/skins/skin-red.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/skins/skin-red.min.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/skins/skin-yellow-light.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/skins/skin-yellow-light.min.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/skins/skin-yellow.css (100%) rename {public => resources/views}/themes/Omicron/dist/css/skins/skin-yellow.min.css (100%) rename {public => resources/views}/themes/Omicron/dist/img/avatar.png (100%) rename {public => resources/views}/themes/Omicron/dist/img/avatar04.png (100%) rename {public => resources/views}/themes/Omicron/dist/img/avatar2.png (100%) rename {public => resources/views}/themes/Omicron/dist/img/avatar3.png (100%) rename {public => resources/views}/themes/Omicron/dist/img/avatar5.png (100%) rename {public => resources/views}/themes/Omicron/dist/img/boxed-bg.jpg (100%) rename {public => resources/views}/themes/Omicron/dist/img/boxed-bg.png (100%) rename {public => resources/views}/themes/Omicron/dist/img/credit/american-express.png (100%) rename {public => resources/views}/themes/Omicron/dist/img/credit/cirrus.png (100%) rename {public => resources/views}/themes/Omicron/dist/img/credit/mastercard.png (100%) rename {public => resources/views}/themes/Omicron/dist/img/credit/mestro.png (100%) rename {public => resources/views}/themes/Omicron/dist/img/credit/paypal.png (100%) rename {public => resources/views}/themes/Omicron/dist/img/credit/paypal2.png (100%) rename {public => resources/views}/themes/Omicron/dist/img/credit/visa.png (100%) rename {public => resources/views}/themes/Omicron/dist/img/default-50x50.gif (100%) rename {public => resources/views}/themes/Omicron/dist/img/icons.png (100%) rename {public => resources/views}/themes/Omicron/dist/img/photo1.png (100%) rename {public => resources/views}/themes/Omicron/dist/img/photo2.png (100%) rename {public => resources/views}/themes/Omicron/dist/img/photo3.jpg (100%) rename {public => resources/views}/themes/Omicron/dist/img/photo4.jpg (100%) rename {public => resources/views}/themes/Omicron/dist/img/user1-128x128.jpg (100%) rename {public => resources/views}/themes/Omicron/dist/img/user2-160x160.jpg (100%) rename {public => resources/views}/themes/Omicron/dist/img/user3-128x128.jpg (100%) rename {public => resources/views}/themes/Omicron/dist/img/user4-128x128.jpg (100%) rename {public => resources/views}/themes/Omicron/dist/img/user5-128x128.jpg (100%) rename {public => resources/views}/themes/Omicron/dist/img/user6-128x128.jpg (100%) rename {public => resources/views}/themes/Omicron/dist/img/user7-128x128.jpg (100%) rename {public => resources/views}/themes/Omicron/dist/img/user8-128x128.jpg (100%) rename {public => resources/views}/themes/Omicron/dist/js/app.js (100%) rename {public => resources/views}/themes/Omicron/dist/js/app.min.js (100%) rename {public => resources/views}/themes/Omicron/forum.tpl (100%) rename {public => resources/views}/themes/Omicron/forumpost.tpl (100%) rename {public => resources/views}/themes/Omicron/games.tpl (100%) rename {public => resources/views}/themes/Omicron/headermenu.tpl (100%) rename {public => resources/views}/themes/Omicron/login.tpl (100%) rename {public => resources/views}/themes/Omicron/mainmenu.tpl (100%) rename {public => resources/views}/themes/Omicron/movies.tpl (100%) rename {public => resources/views}/themes/Omicron/music.tpl (100%) rename {public => resources/views}/themes/Omicron/mymovies.tpl (100%) rename {public => resources/views}/themes/Omicron/myshows-add.tpl (100%) rename {public => resources/views}/themes/Omicron/myshows.tpl (100%) rename {public => resources/views}/themes/Omicron/nzbvortex.tpl (100%) rename {public => resources/views}/themes/Omicron/opensearch.tpl (100%) rename {public => resources/views}/themes/Omicron/pager.tpl (100%) rename {public => resources/views}/themes/Omicron/post_edit.tpl (100%) rename {public => resources/views}/themes/Omicron/profile.tpl (100%) rename {public => resources/views}/themes/Omicron/profileedit.tpl (100%) rename {public => resources/views}/themes/Omicron/register.tpl (100%) rename {public => resources/views}/themes/Omicron/search.tpl (100%) rename {public => resources/views}/themes/Omicron/searchraw.tpl (100%) rename {public => resources/views}/themes/Omicron/sitemap-xml.tpl (100%) rename {public => resources/views}/themes/Omicron/sitemap.tpl (100%) rename {public => resources/views}/themes/Omicron/terms.tpl (100%) rename {public => resources/views}/themes/Omicron/viewanime.tpl (100%) rename {public => resources/views}/themes/Omicron/viewbook.tpl (100%) rename {public => resources/views}/themes/Omicron/viewmovie.tpl (100%) rename {public => resources/views}/themes/Omicron/viewmusic.tpl (100%) rename {public => resources/views}/themes/Omicron/viewnfo.tpl (100%) rename {public => resources/views}/themes/Omicron/viewnzb.tpl (100%) rename {public => resources/views}/themes/Omicron/viewqueue.tpl (100%) rename {public => resources/views}/themes/Omicron/viewseries.tpl (100%) rename {public => resources/views}/themes/Omicron/viewxxx.tpl (100%) rename {public => resources/views}/themes/Omicron/xxx.tpl (100%) rename {public => resources/views}/themes/admin/adminmenu.tpl (100%) rename {public => resources/views}/themes/admin/ajax_release-edit.tpl (100%) rename {public => resources/views}/themes/admin/anidb-edit.tpl (100%) rename {public => resources/views}/themes/admin/anidb-list.tpl (100%) rename {public => resources/views}/themes/admin/anidb-remove.tpl (100%) rename {public => resources/views}/themes/admin/baseadminpage.tpl (100%) rename {public => resources/views}/themes/admin/binaryblacklist-edit.tpl (100%) rename {public => resources/views}/themes/admin/binaryblacklist-list.tpl (100%) rename {public => resources/views}/themes/admin/book-edit.tpl (100%) rename {public => resources/views}/themes/admin/book-list.tpl (100%) rename {public => resources/views}/themes/admin/category-edit.tpl (100%) rename {public => resources/views}/themes/admin/category-list.tpl (100%) rename {public => resources/views}/themes/admin/category_regexes-edit.tpl (100%) rename {public => resources/views}/themes/admin/category_regexes-list.tpl (100%) rename {public => resources/views}/themes/admin/collection_regexes-edit.tpl (100%) rename {public => resources/views}/themes/admin/collection_regexes-list.tpl (100%) rename {public => resources/views}/themes/admin/collection_regexes-test.tpl (100%) rename {public => resources/views}/themes/admin/comments-list.tpl (100%) rename {public => resources/views}/themes/admin/console-edit.tpl (100%) rename {public => resources/views}/themes/admin/console-list.tpl (100%) rename {public => resources/views}/themes/admin/content-add.tpl (100%) rename {public => resources/views}/themes/admin/content-list.tpl (100%) rename {public => resources/views}/themes/admin/failrel-list.tpl (100%) rename {public => resources/views}/themes/admin/game-edit.tpl (100%) rename {public => resources/views}/themes/admin/game-list.tpl (100%) rename {public => resources/views}/themes/admin/group-bulk.tpl (100%) rename {public => resources/views}/themes/admin/group-edit.tpl (100%) rename {public => resources/views}/themes/admin/group-list.tpl (100%) rename {public => resources/views}/themes/admin/index.tpl (100%) rename {public => resources/views}/themes/admin/menu-edit.tpl (100%) rename {public => resources/views}/themes/admin/menu-list.tpl (100%) rename {public => resources/views}/themes/admin/movie-add.tpl (100%) rename {public => resources/views}/themes/admin/movie-edit.tpl (100%) rename {public => resources/views}/themes/admin/movie-list.tpl (100%) rename {public => resources/views}/themes/admin/music-edit.tpl (100%) rename {public => resources/views}/themes/admin/music-list.tpl (100%) rename {public => resources/views}/themes/admin/nzb-export.tpl (100%) rename {public => resources/views}/themes/admin/nzb-import.tpl (100%) rename {public => resources/views}/themes/admin/posters-edit.tpl (100%) rename {public => resources/views}/themes/admin/posters-list.tpl (100%) rename {public => resources/views}/themes/admin/predb.tpl (100%) rename {public => resources/views}/themes/admin/preview-list.tpl (100%) rename {public => resources/views}/themes/admin/release-edit.tpl (100%) rename {public => resources/views}/themes/admin/release-files.tpl (100%) rename {public => resources/views}/themes/admin/release-list.tpl (100%) rename {public => resources/views}/themes/admin/release_naming_regexes-edit.tpl (100%) rename {public => resources/views}/themes/admin/release_naming_regexes-list.tpl (100%) rename {public => resources/views}/themes/admin/release_naming_regexes-test.tpl (100%) rename {public => resources/views}/themes/admin/role-edit.tpl (100%) rename {public => resources/views}/themes/admin/role-list.tpl (100%) rename {public => resources/views}/themes/admin/sharing.tpl (100%) rename {public => resources/views}/themes/admin/show-edit.tpl (100%) rename {public => resources/views}/themes/admin/show-list.tpl (100%) rename {public => resources/views}/themes/admin/show-remove.tpl (100%) rename {public => resources/views}/themes/admin/site-debug.tpl (100%) rename {public => resources/views}/themes/admin/site-edit.tpl (100%) rename {public => resources/views}/themes/admin/site-stats.tpl (100%) rename {public => resources/views}/themes/admin/tmux-edit.tpl (100%) rename {public => resources/views}/themes/admin/user-edit.tpl (100%) rename {public => resources/views}/themes/admin/user-list.tpl (100%) rename {public => resources/views}/themes/shared/apicomments.tpl (100%) rename {public => resources/views}/themes/shared/apidesc.tpl (100%) rename {public => resources/views}/themes/shared/apinfo.tpl (100%) rename {public => resources/views}/themes/shared/captcha.tpl (100%) rename {public => resources/views}/themes/shared/css/admin.css (100%) rename {public => resources/views}/themes/shared/css/custom.css (100%) rename {public => resources/views}/themes/shared/css/install.css (100%) rename {public => resources/views}/themes/shared/css/jquery.multiselect.css (100%) rename {public => resources/views}/themes/shared/css/jquery.pnotify.default.css (100%) rename {public => resources/views}/themes/shared/css/jquery.qtip.css (100%) rename {public => resources/views}/themes/shared/css/normalize.css (100%) rename {public => resources/views}/themes/shared/css/nprogress.css (100%) rename {public => resources/views}/themes/shared/css/style.css (100%) rename {public => resources/views}/themes/shared/images/astra.png (100%) rename {public => resources/views}/themes/shared/images/banner.jpg (100%) rename {public => resources/views}/themes/shared/images/banner_nnplushigh.jpg (100%) rename {public => resources/views}/themes/shared/images/body-bg.png (100%) rename {public => resources/views}/themes/shared/images/bullet.jpg (100%) rename {public => resources/views}/themes/shared/images/bullet_hov.jpg (100%) rename {public => resources/views}/themes/shared/images/bullet_hov.png (100%) rename {public => resources/views}/themes/shared/images/clearlogo.png (100%) rename {public => resources/views}/themes/shared/images/colorbox/border1-dark.png (100%) rename {public => resources/views}/themes/shared/images/colorbox/border1.png (100%) rename {public => resources/views}/themes/shared/images/colorbox/border2-dark.png (100%) rename {public => resources/views}/themes/shared/images/colorbox/border2.png (100%) rename {public => resources/views}/themes/shared/images/colorbox/controls-dark.png (100%) rename {public => resources/views}/themes/shared/images/colorbox/controls.png (100%) rename {public => resources/views}/themes/shared/images/colorbox/controls2.png (100%) rename {public => resources/views}/themes/shared/images/colorbox/internet_explorer/borderBottomCenter.png (100%) rename {public => resources/views}/themes/shared/images/colorbox/internet_explorer/borderBottomLeft.png (100%) rename {public => resources/views}/themes/shared/images/colorbox/internet_explorer/borderBottomRight.png (100%) rename {public => resources/views}/themes/shared/images/colorbox/internet_explorer/borderMiddleLeft.png (100%) rename {public => resources/views}/themes/shared/images/colorbox/internet_explorer/borderMiddleRight.png (100%) rename {public => resources/views}/themes/shared/images/colorbox/internet_explorer/borderTopCenter.png (100%) rename {public => resources/views}/themes/shared/images/colorbox/internet_explorer/borderTopLeft.png (100%) rename {public => resources/views}/themes/shared/images/colorbox/internet_explorer/borderTopRight.png (100%) rename {public => resources/views}/themes/shared/images/colorbox/loading.gif (100%) rename {public => resources/views}/themes/shared/images/couch.png (100%) rename {public => resources/views}/themes/shared/images/couchpotato.png (100%) rename {public => resources/views}/themes/shared/images/favicon.ico (100%) rename {public => resources/views}/themes/shared/images/fileicons/7z.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/ai.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/aiff.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/asc.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/audio.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/avi.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/bin.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/bz2.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/c.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/cfc.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/cfm.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/chm.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/class.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/conf.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/cpp.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/cs.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/css.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/csv.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/deb.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/divx.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/doc.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/dot.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/eml.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/enc.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/file.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/folder.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/gif.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/gz.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/hlp.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/htm.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/html.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/image.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/iso.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/jar.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/java.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/jpeg.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/jpg.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/js.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/lua.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/m.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/m4v.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/mkv.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/mm.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/mov.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/mp3.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/mpg.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/nfo.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/nzb.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/odc.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/odf.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/odg.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/odi.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/odp.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/ods.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/odt.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/ogg.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/par2.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/pdf.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/pgp.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/php.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/pl.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/png.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/ppt.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/ps.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/py.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/ram.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/rar.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/rb.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/rm.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/rpm.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/rtf.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/sfv.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/sig.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/sql.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/srr.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/srs.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/srt.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/swf.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/sxc.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/sxd.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/sxi.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/sxw.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/tar.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/tex.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/tgz.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/txt.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/url.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/vcf.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/video.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/vsd.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/wav.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/wma.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/wmv.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/xls.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/xml.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/xpi.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/xvid.png (100%) rename {public => resources/views}/themes/shared/images/fileicons/zip.png (100%) rename {public => resources/views}/themes/shared/images/flags/cn.png (100%) rename {public => resources/views}/themes/shared/images/flags/cz.png (100%) rename {public => resources/views}/themes/shared/images/flags/de.png (100%) rename {public => resources/views}/themes/shared/images/flags/dk.png (100%) rename {public => resources/views}/themes/shared/images/flags/en.png (100%) rename {public => resources/views}/themes/shared/images/flags/es.png (100%) rename {public => resources/views}/themes/shared/images/flags/fi.png (100%) rename {public => resources/views}/themes/shared/images/flags/fr.png (100%) rename {public => resources/views}/themes/shared/images/flags/gb.png (100%) rename {public => resources/views}/themes/shared/images/flags/gr.png (100%) rename {public => resources/views}/themes/shared/images/flags/hu.png (100%) rename {public => resources/views}/themes/shared/images/flags/il.png (100%) rename {public => resources/views}/themes/shared/images/flags/in.png (100%) rename {public => resources/views}/themes/shared/images/flags/it.png (100%) rename {public => resources/views}/themes/shared/images/flags/jp.png (100%) rename {public => resources/views}/themes/shared/images/flags/kr.png (100%) rename {public => resources/views}/themes/shared/images/flags/nl.png (100%) rename {public => resources/views}/themes/shared/images/flags/no.png (100%) rename {public => resources/views}/themes/shared/images/flags/ph.png (100%) rename {public => resources/views}/themes/shared/images/flags/pk.png (100%) rename {public => resources/views}/themes/shared/images/flags/pl.png (100%) rename {public => resources/views}/themes/shared/images/flags/pt.png (100%) rename {public => resources/views}/themes/shared/images/flags/ro.png (100%) rename {public => resources/views}/themes/shared/images/flags/ru.png (100%) rename {public => resources/views}/themes/shared/images/flags/se.png (100%) rename {public => resources/views}/themes/shared/images/flags/th.png (100%) rename {public => resources/views}/themes/shared/images/flags/tr.png (100%) rename {public => resources/views}/themes/shared/images/flags/tw.png (100%) rename {public => resources/views}/themes/shared/images/flags/us.png (100%) rename {public => resources/views}/themes/shared/images/flags/vn.png (100%) rename {public => resources/views}/themes/shared/images/glyphicons-halflings-white.png (100%) rename {public => resources/views}/themes/shared/images/glyphicons-halflings.png (100%) rename {public => resources/views}/themes/shared/images/icons/ade.png (100%) rename {public => resources/views}/themes/shared/images/icons/adm.png (100%) rename {public => resources/views}/themes/shared/images/icons/aebn.png (100%) rename {public => resources/views}/themes/shared/images/icons/allmusic.png (100%) rename {public => resources/views}/themes/shared/images/icons/amazon.png (100%) rename {public => resources/views}/themes/shared/images/icons/anidb.png (100%) rename {public => resources/views}/themes/shared/images/icons/binsearch.png (100%) rename {public => resources/views}/themes/shared/images/icons/broken.png (100%) rename {public => resources/views}/themes/shared/images/icons/cartdown.png (100%) rename {public => resources/views}/themes/shared/images/icons/cartup.png (100%) rename {public => resources/views}/themes/shared/images/icons/check.png (100%) rename {public => resources/views}/themes/shared/images/icons/couch.png (100%) rename {public => resources/views}/themes/shared/images/icons/desura.png (100%) rename {public => resources/views}/themes/shared/images/icons/discogs.png (100%) rename {public => resources/views}/themes/shared/images/icons/edit.gif (100%) rename {public => resources/views}/themes/shared/images/icons/exclamation.png (100%) rename {public => resources/views}/themes/shared/images/icons/fresh.png (100%) rename {public => resources/views}/themes/shared/images/icons/gamespot.png (100%) rename {public => resources/views}/themes/shared/images/icons/giantbomb.png (100%) rename {public => resources/views}/themes/shared/images/icons/go.png (100%) rename {public => resources/views}/themes/shared/images/icons/goodreads.png (100%) rename {public => resources/views}/themes/shared/images/icons/greenlight.png (100%) rename {public => resources/views}/themes/shared/images/icons/hotmovies.png (100%) rename {public => resources/views}/themes/shared/images/icons/iafd.png (100%) rename {public => resources/views}/themes/shared/images/icons/ign.png (100%) rename {public => resources/views}/themes/shared/images/icons/imdb.png (100%) rename {public => resources/views}/themes/shared/images/icons/information.png (100%) rename {public => resources/views}/themes/shared/images/icons/lastfm.png (100%) rename {public => resources/views}/themes/shared/images/icons/lock.gif (100%) rename {public => resources/views}/themes/shared/images/icons/lock2.png (100%) rename {public => resources/views}/themes/shared/images/icons/magnifier.png (100%) rename {public => resources/views}/themes/shared/images/icons/note.png (100%) rename {public => resources/views}/themes/shared/images/icons/note_add.png (100%) rename {public => resources/views}/themes/shared/images/icons/note_edit.png (100%) rename {public => resources/views}/themes/shared/images/icons/nuke.png (100%) rename {public => resources/views}/themes/shared/images/icons/nuked.png (100%) rename {public => resources/views}/themes/shared/images/icons/nzbdown.png (100%) rename {public => resources/views}/themes/shared/images/icons/nzbindex.png (100%) rename {public => resources/views}/themes/shared/images/icons/nzbup.png (100%) rename {public => resources/views}/themes/shared/images/icons/popporn.png (100%) rename {public => resources/views}/themes/shared/images/icons/predbme.png (100%) rename {public => resources/views}/themes/shared/images/icons/queuedown.png (100%) rename {public => resources/views}/themes/shared/images/icons/queueup.png (100%) rename {public => resources/views}/themes/shared/images/icons/rotten.png (100%) rename {public => resources/views}/themes/shared/images/icons/rottentomatoes.png (100%) rename {public => resources/views}/themes/shared/images/icons/sabdown.png (100%) rename {public => resources/views}/themes/shared/images/icons/sabup.png (100%) rename {public => resources/views}/themes/shared/images/icons/shelfari.png (100%) rename {public => resources/views}/themes/shared/images/icons/steam.png (100%) rename {public => resources/views}/themes/shared/images/icons/switch.png (100%) rename {public => resources/views}/themes/shared/images/icons/trakt.png (100%) rename {public => resources/views}/themes/shared/images/icons/tvdb.png (100%) rename {public => resources/views}/themes/shared/images/icons/tvmaze.png (100%) rename {public => resources/views}/themes/shared/images/icons/tvrage.png (100%) rename {public => resources/views}/themes/shared/images/icons/unnuked.png (100%) rename {public => resources/views}/themes/shared/images/icons/vortex/arrow2_n.png (100%) rename {public => resources/views}/themes/shared/images/icons/vortex/arrow2_s.png (100%) rename {public => resources/views}/themes/shared/images/icons/vortex/arrow3_n.png (100%) rename {public => resources/views}/themes/shared/images/icons/vortex/arrow3_s.png (100%) rename {public => resources/views}/themes/shared/images/icons/vortex/bigsmile.png (100%) rename {public => resources/views}/themes/shared/images/icons/vortex/bigsmiledown.png (100%) rename {public => resources/views}/themes/shared/images/icons/vortex/blah.png (100%) rename {public => resources/views}/themes/shared/images/icons/vortex/edit.png (100%) rename {public => resources/views}/themes/shared/images/icons/vortex/frown.png (100%) rename {public => resources/views}/themes/shared/images/icons/vortex/pause.png (100%) rename {public => resources/views}/themes/shared/images/icons/vortex/play.png (100%) rename {public => resources/views}/themes/shared/images/icons/vortex/stop.png (100%) rename {public => resources/views}/themes/shared/images/icons/vortex/trash.png (100%) rename {public => resources/views}/themes/shared/images/icons/vortex/tv.png (100%) rename {public => resources/views}/themes/shared/images/icons/warning.png (100%) rename {public => resources/views}/themes/shared/images/logo_large.png (100%) rename {public => resources/views}/themes/shared/images/logo_largeplus.png (100%) rename {public => resources/views}/themes/shared/images/logo_largeplushigh.png (100%) rename {public => resources/views}/themes/shared/images/menu.gif (100%) rename {public => resources/views}/themes/shared/images/multimedia/audio.png (100%) rename {public => resources/views}/themes/shared/images/multimedia/video.png (100%) rename {public => resources/views}/themes/shared/images/nav-tile.png (100%) rename {public => resources/views}/themes/shared/images/newwindow.png (100%) rename {public => resources/views}/themes/shared/images/nn_small.jpg (100%) rename {public => resources/views}/themes/shared/images/no-cover.png (100%) rename {public => resources/views}/themes/shared/images/nocover.png (100%) rename {public => resources/views}/themes/shared/images/nocover2.png (100%) rename {public => resources/views}/themes/shared/images/nomoviecover.jpg (100%) rename {public => resources/views}/themes/shared/images/nzbget.png (100%) rename {public => resources/views}/themes/shared/images/powered.png (100%) rename {public => resources/views}/themes/shared/images/sabnzbd.png (100%) rename {public => resources/views}/themes/shared/images/sickbeard.png (100%) rename {public => resources/views}/themes/shared/images/sorting/arrow_down.gif (100%) rename {public => resources/views}/themes/shared/images/sorting/arrow_up.gif (100%) rename {public => resources/views}/themes/shared/images/tmux_logo.png (100%) rename {public => resources/views}/themes/shared/images/tvrage_small.gif (100%) rename {public => resources/views}/themes/shared/images/user-loggedin.png (100%) rename {public => resources/views}/themes/shared/images/userimage.png (100%) rename {public => resources/views}/themes/shared/images/valid-xhtml10.png (100%) rename {public => resources/views}/themes/shared/js/custom.js (100%) rename {public => resources/views}/themes/shared/js/functions.js (100%) rename {public => resources/views}/themes/shared/js/jquery.multifile.js (100%) rename {public => resources/views}/themes/shared/js/jquery.multiselect.js (100%) rename {public => resources/views}/themes/shared/js/jquery.pnotify.js (100%) rename {public => resources/views}/themes/shared/js/jquery.qtip.min.js (100%) rename {public => resources/views}/themes/shared/js/jquery.qtip2.js (100%) rename {public => resources/views}/themes/shared/js/nprogress.js (100%) rename {public => resources/views}/themes/shared/js/sorttable.js (100%) rename {public => resources/views}/themes/shared/js/utils-admin.js (100%) rename {public => resources/views}/themes/shared/js/utils.js (100%) rename {public => resources/views}/themes/shared/pager.tpl (100%) rename {public => resources/views}/themes/shared/rssdesc.tpl (100%) rename {public => resources/views}/themes/shared/search-filter.tpl (100%) rename {public => resources/views/themes}/smarty.php (86%) diff --git a/Blacklight/http/AdminPage.php b/Blacklight/http/AdminPage.php index 305fb8b45..81bbc8ef6 100644 --- a/Blacklight/http/AdminPage.php +++ b/Blacklight/http/AdminPage.php @@ -22,9 +22,9 @@ class AdminPage extends BasePage // Tell Smarty which directories to use for templates $this->smarty->setTemplateDir( [ - 'admin' => NN_THEMES.'admin', - 'shared' => NN_THEMES.'shared', - 'default' => NN_THEMES.'Gentele', + 'admin' => config('ytake-laravel-smarty.template_path').'/admin', + 'shared' => config('ytake-laravel-smarty.template_path').'/shared', + 'default' => config('ytake-laravel-smarty.template_path').'/admin', ] ); diff --git a/Blacklight/http/Page.php b/Blacklight/http/Page.php index 0243f1c2a..0b3ff02e5 100644 --- a/Blacklight/http/Page.php +++ b/Blacklight/http/Page.php @@ -26,9 +26,9 @@ class Page extends BasePage // Tell Smarty which directories to use for templates $this->smarty->setTemplateDir( [ - 'user' => NN_THEMES.$this->theme, - 'shared' => NN_THEMES.'shared', - 'default' => NN_THEMES.'Gentele', + 'user' => config('ytake-laravel-smarty.template_path'). DIRECTORY_SEPARATOR . $this->theme, + 'shared' => config('ytake-laravel-smarty.template_path').'/shared', + 'default' => config('ytake-laravel-smarty.template_path').'/Gentele', ] ); diff --git a/Changelog b/Changelog index a2e7a35bb..1cbde18d9 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2018-03-06 DariusIII + * Chg: Move themes to resources/views/themes folder * Chg: Update Captcha class * Chg: Update admin area pages * Chg: Move BasePage, AdminPage and Page to Blacklight\http diff --git a/app/Console/Commands/UpdateNNTmux.php b/app/Console/Commands/UpdateNNTmux.php index 5a17cfdcf..c1aefc03b 100644 --- a/app/Console/Commands/UpdateNNTmux.php +++ b/app/Console/Commands/UpdateNNTmux.php @@ -3,6 +3,7 @@ namespace App\Console\Commands; use Illuminate\Console\Command; +use Ytake\LaravelSmarty\Smarty; class UpdateNNTmux extends Command { @@ -66,15 +67,15 @@ class UpdateNNTmux extends Command } } - $smarty = new \Smarty(); - $smarty->setCompileDir(NN_SMARTY_TEMPLATES); + $smarty = new Smarty(); + $smarty->setCompileDir(config('ytake-laravel-smarty.compile_path')); $cleared = $smarty->clearCompiledTemplate(); if ($cleared) { $this->output->writeln('The Smarty compiled template cache has been cleaned for you'); } else { $this->output->writeln( 'You should clear your Smarty compiled template cache at: '. - NN_RES.'smarty'.DS.'templates_c' + config('ytake-laravel-smarty.compile_path'). '' ); } } catch (\Exception $e) { diff --git a/config/ytake-laravel-smarty.php b/config/ytake-laravel-smarty.php index 3ecc028e7..f265d923d 100644 --- a/config/ytake-laravel-smarty.php +++ b/config/ytake-laravel-smarty.php @@ -42,7 +42,7 @@ return [ 'right_delimiter' => '}', // path info - 'template_path' => base_path().'/public/themes', + 'template_path' => base_path().'/resources/views/themes', // smarty cache directory 'cache_path' => storage_path().'/framework/smarty/cache', diff --git a/public/themes/Omicron/articlesmenu.tpl b/public/themes/Omicron/articlesmenu.tpl deleted file mode 100755 index 6863da5df..000000000 --- a/public/themes/Omicron/articlesmenu.tpl +++ /dev/null @@ -1,13 +0,0 @@ -{if $articlecontentlist|@count > 0} -
  • -

    Articles

    - -
  • -{/if} \ No newline at end of file diff --git a/public/themes/Omicron/forgottenpassword.tpl b/public/themes/Omicron/forgottenpassword.tpl deleted file mode 100755 index bd942bd9c..000000000 --- a/public/themes/Omicron/forgottenpassword.tpl +++ /dev/null @@ -1,76 +0,0 @@ - - -{if isset($error) && $error != ''} -
    {$error}
    -{/if} -{if isset($notice) && $notice != ''} -
    {$notice}
    -{/if} -{if isset($sent) && $sent != ''} -
    A link to reset your password has been sent to your e-mail account.
    -{/if} - - - {$site->title} | Password reset - - - - - - - - - - - - - -{if $confirmed == '' && $sent == ''} - -
    - -