diff --git a/COPYING b/COPYING deleted file mode 100644 index 66997d7f0..000000000 --- a/COPYING +++ /dev/null @@ -1,342 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 - Free Software Foundation, Inc. - 59 Temple Place, Suite 330, - Boston, MA 02111-1307 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. diff --git a/INSTALL b/INSTALL deleted file mode 100644 index 93975002f..000000000 --- a/INSTALL +++ /dev/null @@ -1,23 +0,0 @@ -WebsiteBaker 2.8.3SP2 Installation Instructions -================================================= - -Step 1 - Preparing your webspace -- Login to your webspace account and create a database. - -Step 2 - Download WebsiteBaker -- Download "WebsiteBaker 2.8.3" from http://www.websitebaker2.org/en/download/latest-version.php -- Unzip the package to your local machine - -Step 3 - Preparing the Installation-Package -- Rename "config.php.new" to "config.php" -- Delete File "upgrade-script.php" - -Step 4 - Uploading -- Upload all files to your Webspace - -Step 5 - Installation -- Call in your Browser www.yourdomainname.com -- Follow the Installation Instructions - -Step 6 - Cleaning -- Delete folder "/install" diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 000000000..280b37dc4 --- /dev/null +++ b/INSTALL.md @@ -0,0 +1,22 @@ +# WebsiteBaker CE Installation Instructions + + 1. Preparing your webspace + - Login to your webspace account and create a database + + 2. Download WebsiteBaker CE + - Download [WebsiteBaker CE](http://wbce.org) + - Unzip the package to your local machine + + 3. Preparing the installation package + - Rename `config.php.new` to `config.php` + - Delete file `upgrade-script.php` + + 4. Uploading + - Upload all files to your webspace using the FTP programm of your choice + + 5. Installation + - Call the installer by visting [http://yourdomainname.com/](http://yourdomain.com) in your browser + - Follow the installation instructions + + 6. Wrap up + - Delete the folder `/install` from your webspace using your FTP tool diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 4e6329daa..000000000 --- a/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -License -======= -WebsiteBaker is released under the GNU General Public License, -Copyright by Ryan Djurovich. -All changes since 2009 copyright by Website Baker Org. e.V. -Please refer to the COPYING file for a copy of the license. - -LICENSE INFORMATION - -WebsiteBaker is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation; either version 2 -of the License, or (at your option) any later version. - -WebsiteBaker is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -See the GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. \ No newline at end of file diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 000000000..0671f06ac --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,264 @@ +The GNU General Public License, Version 2, June 1991 (GPLv2) +============================================================ + +> Copyright (C) 1989, 1991 Free Software Foundation, Inc. +> 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + +Everyone is permitted to copy and distribute verbatim copies of this license +document, but changing it is not allowed. + + +Preamble +-------- + +The licenses for most software are designed to take away your freedom to share +and change it. By contrast, the GNU General Public License is intended to +guarantee your freedom to share and change free software--to make sure the +software is free for all its users. This General Public License applies to most +of the Free Software Foundation's software and to any other program whose +authors commit to using it. (Some other Free Software Foundation software is +covered by the GNU Library General Public License instead.) You can apply it to +your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our +General Public Licenses are designed to make sure that you have the freedom to +distribute copies of free software (and charge for this service if you wish), +that you receive source code or can get it if you want it, that you can change +the software or use pieces of it in new free programs; and that you know you can +do these things. + +To protect your rights, we need to make restrictions that forbid anyone to deny +you these rights or to ask you to surrender the rights. These restrictions +translate to certain responsibilities for you if you distribute copies of the +software, or if you modify it. + +For example, if you distribute copies of such a program, whether gratis or for a +fee, you must give the recipients all the rights that you have. You must make +sure that they, too, receive or can get the source code. And you must show them +these terms so they know their rights. + +We protect your rights with two steps: (1) copyright the software, and (2) offer +you this license which gives you legal permission to copy, distribute and/or +modify the software. + +Also, for each author's protection and ours, we want to make certain that +everyone understands that there is no warranty for this free software. If the +software is modified by someone else and passed on, we want its recipients to +know that what they have is not the original, so that any problems introduced by +others will not reflect on the original authors' reputations. + +Finally, any free program is threatened constantly by software patents. We wish +to avoid the danger that redistributors of a free program will individually +obtain patent licenses, in effect making the program proprietary. To prevent +this, we have made it clear that any patent must be licensed for everyone's free +use or not licensed at all. + +The precise terms and conditions for copying, distribution and modification +follow. + + +Terms And Conditions For Copying, Distribution And Modification +--------------------------------------------------------------- + +**0.** This License applies to any program or other work which contains a notice +placed by the copyright holder saying it may be distributed under the terms of +this General Public License. The "Program", below, refers to any such program or +work, and a "work based on the Program" means either the Program or any +derivative work under copyright law: that is to say, a work containing the +Program or a portion of it, either verbatim or with modifications and/or +translated into another language. (Hereinafter, translation is included without +limitation in the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not covered by +this License; they are outside its scope. The act of running the Program is not +restricted, and the output from the Program is covered only if its contents +constitute a work based on the Program (independent of having been made by +running the Program). Whether that is true depends on what the Program does. + +**1.** You may copy and distribute verbatim copies of the Program's source code +as you receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice and +disclaimer of warranty; keep intact all the notices that refer to this License +and to the absence of any warranty; and give any other recipients of the Program +a copy of this License along with the Program. + +You may charge a fee for the physical act of transferring a copy, and you may at +your option offer warranty protection in exchange for a fee. + +**2.** You may modify your copy or copies of the Program or any portion of it, +thus forming a work based on the Program, and copy and distribute such +modifications or work under the terms of Section 1 above, provided that you also +meet all of these conditions: + +* **a)** You must cause the modified files to carry prominent notices stating + that you changed the files and the date of any change. + +* **b)** You must cause any work that you distribute or publish, that in whole + or in part contains or is derived from the Program or any part thereof, to + be licensed as a whole at no charge to all third parties under the terms of + this License. + +* **c)** If the modified program normally reads commands interactively when + run, you must cause it, when started running for such interactive use in the + most ordinary way, to print or display an announcement including an + appropriate copyright notice and a notice that there is no warranty (or + else, saying that you provide a warranty) and that users may redistribute + the program under these conditions, and telling the user how to view a copy + of this License. (Exception: if the Program itself is interactive but does + not normally print such an announcement, your work based on the Program is + not required to print an announcement.) + +These requirements apply to the modified work as a whole. If identifiable +sections of that work are not derived from the Program, and can be reasonably +considered independent and separate works in themselves, then this License, and +its terms, do not apply to those sections when you distribute them as separate +works. But when you distribute the same sections as part of a whole which is a +work based on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the entire whole, +and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest your +rights to work written entirely by you; rather, the intent is to exercise the +right to control the distribution of derivative or collective works based on the +Program. + +In addition, mere aggregation of another work not based on the Program with the +Program (or with a work based on the Program) on a volume of a storage or +distribution medium does not bring the other work under the scope of this +License. + +**3.** You may copy and distribute the Program (or a work based on it, under +Section 2) in object code or executable form under the terms of Sections 1 and 2 +above provided that you also do one of the following: + +* **a)** Accompany it with the complete corresponding machine-readable source + code, which must be distributed under the terms of Sections 1 and 2 above on + a medium customarily used for software interchange; or, + +* **b)** Accompany it with a written offer, valid for at least three years, to + give any third party, for a charge no more than your cost of physically + performing source distribution, a complete machine-readable copy of the + corresponding source code, to be distributed under the terms of Sections 1 + and 2 above on a medium customarily used for software interchange; or, + +* **c)** Accompany it with the information you received as to the offer to + distribute corresponding source code. (This alternative is allowed only for + noncommercial distribution and only if you received the program in object + code or executable form with such an offer, in accord with Subsection b + above.) + +The source code for a work means the preferred form of the work for making +modifications to it. For an executable work, complete source code means all the +source code for all modules it contains, plus any associated interface +definition files, plus the scripts used to control compilation and installation +of the executable. However, as a special exception, the source code distributed +need not include anything that is normally distributed (in either source or +binary form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component itself +accompanies the executable. + +If distribution of executable or object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the source code +from the same place counts as distribution of the source code, even though third +parties are not compelled to copy the source along with the object code. + +**4.** You may not copy, modify, sublicense, or distribute the Program except as +expressly provided under this License. Any attempt otherwise to copy, modify, +sublicense or distribute the Program is void, and will automatically terminate +your rights under this License. However, parties who have received copies, or +rights, from you under this License will not have their licenses terminated so +long as such parties remain in full compliance. + +**5.** You are not required to accept this License, since you have not signed +it. However, nothing else grants you permission to modify or distribute the +Program or its derivative works. These actions are prohibited by law if you do +not accept this License. Therefore, by modifying or distributing the Program (or +any work based on the Program), you indicate your acceptance of this License to +do so, and all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +**6.** Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the original +licensor to copy, distribute or modify the Program subject to these terms and +conditions. You may not impose any further restrictions on the recipients' +exercise of the rights granted herein. You are not responsible for enforcing +compliance by third parties to this License. + +**7.** If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), conditions +are imposed on you (whether by court order, agreement or otherwise) that +contradict the conditions of this License, they do not excuse you from the +conditions of this License. If you cannot distribute so as to satisfy +simultaneously your obligations under this License and any other pertinent +obligations, then as a consequence you may not distribute the Program at all. +For example, if a patent license would not permit royalty-free redistribution of +the Program by all those who receive copies directly or indirectly through you, +then the only way you could satisfy both it and this License would be to refrain +entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply and the +section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any patents or +other property right claims or to contest validity of any such claims; this +section has the sole purpose of protecting the integrity of the free software +distribution system, which is implemented by public license practices. Many +people have made generous contributions to the wide range of software +distributed through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing to +distribute software through any other system and a licensee cannot impose that +choice. + +This section is intended to make thoroughly clear what is believed to be a +consequence of the rest of this License. + +**8.** If the distribution and/or use of the Program is restricted in certain +countries either by patents or by copyrighted interfaces, the original copyright +holder who places the Program under this License may add an explicit +geographical distribution limitation excluding those countries, so that +distribution is permitted only in or among countries not thus excluded. In such +case, this License incorporates the limitation as if written in the body of this +License. + +**9.** The Free Software Foundation may publish revised and/or new versions of +the General Public License from time to time. Such new versions will be similar +in spirit to the present version, but may differ in detail to address new +problems or concerns. + +Each version is given a distinguishing version number. If the Program specifies +a version number of this License which applies to it and "any later version", +you have the option of following the terms and conditions either of that version +or of any later version published by the Free Software Foundation. If the +Program does not specify a version number of this License, you may choose any +version ever published by the Free Software Foundation. + +**10.** If you wish to incorporate parts of the Program into other free programs +whose distribution conditions are different, write to the author to ask for +permission. For software which is copyrighted by the Free Software Foundation, +write to the Free Software Foundation; we sometimes make exceptions for this. +Our decision will be guided by the two goals of preserving the free status of +all derivatives of our free software and of promoting the sharing and reuse of +software generally. + + +No Warranty +----------- + +**11.** BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR +THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE +STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM +"AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A +PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +**12.** IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR +INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA +BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER +OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. diff --git a/README b/README deleted file mode 100644 index c096ec8ef..000000000 --- a/README +++ /dev/null @@ -1,45 +0,0 @@ -General Information -=================== -WebsiteBaker is a PHP-based content management system -which enables users to produce websites with ease. -Features include a template-based front-end, modulated -and multi-level page support, multi-user administration, -and much much more! - -License -======= -WebsiteBaker is released under the GNU General Public License, -Copyright (C) 2004-2009 Ryan Djurovich. -Copyright (C) 2009-2014 Website Baker Org. e.V. -Please refer to the COPYING file for a copy of the license. - -Installation -============ -Please refer to the INSTALL file for instructions on installation. - -Usage -===== -Before using WebsiteBaker please note: you must not remove/change any -copyright notices in the any code contained in this package. -Also, it is appreciated if you leave a link somewhere on your website, -which links to the WebsiteBaker website. (http://websitebaker.org/) - -Support -======= -For many kind of information about WebsiteBaker: -http://wiki.websitebaker.org/ - -Community -========= -For more information about finding help: -http://websitebaker.org/forum/ - -Bugs -==== -To submit a bug: -http://websitebaker.org/ - -Contribute -========== -For information about how to contribute (donating, etc): -http://websitebaker.org diff --git a/wb/account/details.php b/wbce/account/details.php similarity index 100% rename from wb/account/details.php rename to wbce/account/details.php diff --git a/wb/account/email.php b/wbce/account/email.php similarity index 100% rename from wb/account/email.php rename to wbce/account/email.php diff --git a/wb/account/forgot.php b/wbce/account/forgot.php similarity index 100% rename from wb/account/forgot.php rename to wbce/account/forgot.php diff --git a/wb/account/forgot_form.php b/wbce/account/forgot_form.php similarity index 100% rename from wb/account/forgot_form.php rename to wbce/account/forgot_form.php diff --git a/wb/account/frontend.css b/wbce/account/frontend.css similarity index 100% rename from wb/account/frontend.css rename to wbce/account/frontend.css diff --git a/wb/account/index.php b/wbce/account/index.php similarity index 100% rename from wb/account/index.php rename to wbce/account/index.php diff --git a/wb/account/languages/DE.php b/wbce/account/languages/DE.php similarity index 100% rename from wb/account/languages/DE.php rename to wbce/account/languages/DE.php diff --git a/wb/account/languages/EN.php b/wbce/account/languages/EN.php similarity index 100% rename from wb/account/languages/EN.php rename to wbce/account/languages/EN.php diff --git a/wb/account/login.php b/wbce/account/login.php similarity index 100% rename from wb/account/login.php rename to wbce/account/login.php diff --git a/wb/account/login_form.php b/wbce/account/login_form.php similarity index 100% rename from wb/account/login_form.php rename to wbce/account/login_form.php diff --git a/wb/account/logout.php b/wbce/account/logout.php similarity index 100% rename from wb/account/logout.php rename to wbce/account/logout.php diff --git a/wb/account/password.php b/wbce/account/password.php similarity index 100% rename from wb/account/password.php rename to wbce/account/password.php diff --git a/wb/account/preferences.php b/wbce/account/preferences.php similarity index 100% rename from wb/account/preferences.php rename to wbce/account/preferences.php diff --git a/wb/account/preferences_form.php b/wbce/account/preferences_form.php similarity index 100% rename from wb/account/preferences_form.php rename to wbce/account/preferences_form.php diff --git a/wb/account/signup.php b/wbce/account/signup.php similarity index 100% rename from wb/account/signup.php rename to wbce/account/signup.php diff --git a/wb/account/signup2.php b/wbce/account/signup2.php similarity index 100% rename from wb/account/signup2.php rename to wbce/account/signup2.php diff --git a/wb/account/signup_form.php b/wbce/account/signup_form.php similarity index 100% rename from wb/account/signup_form.php rename to wbce/account/signup_form.php diff --git a/wb/account/template.html b/wbce/account/template.html similarity index 100% rename from wb/account/template.html rename to wbce/account/template.html diff --git a/wb/admin/access/index.php b/wbce/admin/access/index.php similarity index 100% rename from wb/admin/access/index.php rename to wbce/admin/access/index.php diff --git a/wb/admin/addons/index.php b/wbce/admin/addons/index.php similarity index 100% rename from wb/admin/addons/index.php rename to wbce/admin/addons/index.php diff --git a/wb/admin/addons/reload.php b/wbce/admin/addons/reload.php similarity index 100% rename from wb/admin/addons/reload.php rename to wbce/admin/addons/reload.php diff --git a/wb/admin/admintools/index.php b/wbce/admin/admintools/index.php similarity index 100% rename from wb/admin/admintools/index.php rename to wbce/admin/admintools/index.php diff --git a/wb/admin/admintools/tool.php b/wbce/admin/admintools/tool.php similarity index 100% rename from wb/admin/admintools/tool.php rename to wbce/admin/admintools/tool.php diff --git a/wb/admin/groups/add.php b/wbce/admin/groups/add.php similarity index 100% rename from wb/admin/groups/add.php rename to wbce/admin/groups/add.php diff --git a/wb/admin/groups/get_permissions.php b/wbce/admin/groups/get_permissions.php similarity index 100% rename from wb/admin/groups/get_permissions.php rename to wbce/admin/groups/get_permissions.php diff --git a/wb/admin/groups/groups.php b/wbce/admin/groups/groups.php similarity index 100% rename from wb/admin/groups/groups.php rename to wbce/admin/groups/groups.php diff --git a/wb/admin/groups/index.php b/wbce/admin/groups/index.php similarity index 100% rename from wb/admin/groups/index.php rename to wbce/admin/groups/index.php diff --git a/wb/admin/groups/save.php b/wbce/admin/groups/save.php similarity index 100% rename from wb/admin/groups/save.php rename to wbce/admin/groups/save.php diff --git a/wb/admin/images/README.txt b/wbce/admin/images/README.txt similarity index 100% rename from wb/admin/images/README.txt rename to wbce/admin/images/README.txt diff --git a/wb/admin/images/blank.gif b/wbce/admin/images/blank.gif similarity index 100% rename from wb/admin/images/blank.gif rename to wbce/admin/images/blank.gif diff --git a/wb/admin/images/clock_16.png b/wbce/admin/images/clock_16.png similarity index 100% rename from wb/admin/images/clock_16.png rename to wbce/admin/images/clock_16.png diff --git a/wb/admin/images/clock_del_16.png b/wbce/admin/images/clock_del_16.png similarity index 100% rename from wb/admin/images/clock_del_16.png rename to wbce/admin/images/clock_del_16.png diff --git a/wb/admin/images/clock_red_16.png b/wbce/admin/images/clock_red_16.png similarity index 100% rename from wb/admin/images/clock_red_16.png rename to wbce/admin/images/clock_red_16.png diff --git a/wb/admin/images/delete_16.png b/wbce/admin/images/delete_16.png similarity index 100% rename from wb/admin/images/delete_16.png rename to wbce/admin/images/delete_16.png diff --git a/wb/admin/images/deleted_16.png b/wbce/admin/images/deleted_16.png similarity index 100% rename from wb/admin/images/deleted_16.png rename to wbce/admin/images/deleted_16.png diff --git a/wb/admin/images/down_16.png b/wbce/admin/images/down_16.png similarity index 100% rename from wb/admin/images/down_16.png rename to wbce/admin/images/down_16.png diff --git a/wb/admin/images/folder_16.png b/wbce/admin/images/folder_16.png similarity index 100% rename from wb/admin/images/folder_16.png rename to wbce/admin/images/folder_16.png diff --git a/wb/admin/images/hidden_16.png b/wbce/admin/images/hidden_16.png similarity index 100% rename from wb/admin/images/hidden_16.png rename to wbce/admin/images/hidden_16.png diff --git a/wb/admin/images/index.php b/wbce/admin/images/index.php similarity index 100% rename from wb/admin/images/index.php rename to wbce/admin/images/index.php diff --git a/wb/admin/images/keys_16.png b/wbce/admin/images/keys_16.png similarity index 100% rename from wb/admin/images/keys_16.png rename to wbce/admin/images/keys_16.png diff --git a/wb/admin/images/minus_16.png b/wbce/admin/images/minus_16.png similarity index 100% rename from wb/admin/images/minus_16.png rename to wbce/admin/images/minus_16.png diff --git a/wb/admin/images/modify.png b/wbce/admin/images/modify.png similarity index 100% rename from wb/admin/images/modify.png rename to wbce/admin/images/modify.png diff --git a/wb/admin/images/modify_16.png b/wbce/admin/images/modify_16.png similarity index 100% rename from wb/admin/images/modify_16.png rename to wbce/admin/images/modify_16.png diff --git a/wb/admin/images/noclock_16.png b/wbce/admin/images/noclock_16.png similarity index 100% rename from wb/admin/images/noclock_16.png rename to wbce/admin/images/noclock_16.png diff --git a/wb/admin/images/none_16.png b/wbce/admin/images/none_16.png similarity index 100% rename from wb/admin/images/none_16.png rename to wbce/admin/images/none_16.png diff --git a/wb/admin/images/plus_16.png b/wbce/admin/images/plus_16.png similarity index 100% rename from wb/admin/images/plus_16.png rename to wbce/admin/images/plus_16.png diff --git a/wb/admin/images/private_16.png b/wbce/admin/images/private_16.png similarity index 100% rename from wb/admin/images/private_16.png rename to wbce/admin/images/private_16.png diff --git a/wb/admin/images/reload_16.png b/wbce/admin/images/reload_16.png similarity index 100% rename from wb/admin/images/reload_16.png rename to wbce/admin/images/reload_16.png diff --git a/wb/admin/images/restore_16.png b/wbce/admin/images/restore_16.png similarity index 100% rename from wb/admin/images/restore_16.png rename to wbce/admin/images/restore_16.png diff --git a/wb/admin/images/up_16.png b/wbce/admin/images/up_16.png similarity index 100% rename from wb/admin/images/up_16.png rename to wbce/admin/images/up_16.png diff --git a/wb/admin/images/up_folder_16.png b/wbce/admin/images/up_folder_16.png similarity index 100% rename from wb/admin/images/up_folder_16.png rename to wbce/admin/images/up_folder_16.png diff --git a/wb/admin/images/view_16.png b/wbce/admin/images/view_16.png similarity index 100% rename from wb/admin/images/view_16.png rename to wbce/admin/images/view_16.png diff --git a/wb/admin/images/visible_16.png b/wbce/admin/images/visible_16.png similarity index 100% rename from wb/admin/images/visible_16.png rename to wbce/admin/images/visible_16.png diff --git a/wb/admin/index.php b/wbce/admin/index.php similarity index 100% rename from wb/admin/index.php rename to wbce/admin/index.php diff --git a/wb/admin/interface/charsets.php b/wbce/admin/interface/charsets.php similarity index 100% rename from wb/admin/interface/charsets.php rename to wbce/admin/interface/charsets.php diff --git a/wb/admin/interface/date_formats.php b/wbce/admin/interface/date_formats.php similarity index 100% rename from wb/admin/interface/date_formats.php rename to wbce/admin/interface/date_formats.php diff --git a/wb/admin/interface/er_levels.php b/wbce/admin/interface/er_levels.php similarity index 100% rename from wb/admin/interface/er_levels.php rename to wbce/admin/interface/er_levels.php diff --git a/wb/admin/interface/index.php b/wbce/admin/interface/index.php similarity index 100% rename from wb/admin/interface/index.php rename to wbce/admin/interface/index.php diff --git a/wb/admin/interface/time_formats.php b/wbce/admin/interface/time_formats.php similarity index 100% rename from wb/admin/interface/time_formats.php rename to wbce/admin/interface/time_formats.php diff --git a/wb/admin/interface/timezones.php b/wbce/admin/interface/timezones.php similarity index 100% rename from wb/admin/interface/timezones.php rename to wbce/admin/interface/timezones.php diff --git a/wb/admin/interface/version.php b/wbce/admin/interface/version.php similarity index 100% rename from wb/admin/interface/version.php rename to wbce/admin/interface/version.php diff --git a/wb/admin/languages/details.php b/wbce/admin/languages/details.php similarity index 100% rename from wb/admin/languages/details.php rename to wbce/admin/languages/details.php diff --git a/wb/admin/languages/index.php b/wbce/admin/languages/index.php similarity index 100% rename from wb/admin/languages/index.php rename to wbce/admin/languages/index.php diff --git a/wb/admin/languages/install.php b/wbce/admin/languages/install.php similarity index 100% rename from wb/admin/languages/install.php rename to wbce/admin/languages/install.php diff --git a/wb/admin/languages/uninstall.php b/wbce/admin/languages/uninstall.php similarity index 100% rename from wb/admin/languages/uninstall.php rename to wbce/admin/languages/uninstall.php diff --git a/wb/admin/login/forgot/index.php b/wbce/admin/login/forgot/index.php similarity index 100% rename from wb/admin/login/forgot/index.php rename to wbce/admin/login/forgot/index.php diff --git a/wb/admin/login/index.php b/wbce/admin/login/index.php similarity index 100% rename from wb/admin/login/index.php rename to wbce/admin/login/index.php diff --git a/wb/admin/logout/index.php b/wbce/admin/logout/index.php similarity index 100% rename from wb/admin/logout/index.php rename to wbce/admin/logout/index.php diff --git a/wb/admin/media/MediaBlackList b/wbce/admin/media/MediaBlackList similarity index 100% rename from wb/admin/media/MediaBlackList rename to wbce/admin/media/MediaBlackList diff --git a/wb/admin/media/MediaWhiteList b/wbce/admin/media/MediaWhiteList similarity index 100% rename from wb/admin/media/MediaWhiteList rename to wbce/admin/media/MediaWhiteList diff --git a/wb/admin/media/browse.php b/wbce/admin/media/browse.php similarity index 100% rename from wb/admin/media/browse.php rename to wbce/admin/media/browse.php diff --git a/wb/admin/media/create.php b/wbce/admin/media/create.php similarity index 100% rename from wb/admin/media/create.php rename to wbce/admin/media/create.php diff --git a/wb/admin/media/delete.php b/wbce/admin/media/delete.php similarity index 100% rename from wb/admin/media/delete.php rename to wbce/admin/media/delete.php diff --git a/wb/admin/media/dse.php b/wbce/admin/media/dse.php similarity index 100% rename from wb/admin/media/dse.php rename to wbce/admin/media/dse.php diff --git a/wb/admin/media/index.php b/wbce/admin/media/index.php similarity index 100% rename from wb/admin/media/index.php rename to wbce/admin/media/index.php diff --git a/wb/admin/media/nopreview.jpg b/wbce/admin/media/nopreview.jpg similarity index 100% rename from wb/admin/media/nopreview.jpg rename to wbce/admin/media/nopreview.jpg diff --git a/wb/admin/media/overlib.js b/wbce/admin/media/overlib.js similarity index 100% rename from wb/admin/media/overlib.js rename to wbce/admin/media/overlib.js diff --git a/wb/admin/media/parameters.php b/wbce/admin/media/parameters.php similarity index 100% rename from wb/admin/media/parameters.php rename to wbce/admin/media/parameters.php diff --git a/wb/admin/media/rename.php b/wbce/admin/media/rename.php similarity index 100% rename from wb/admin/media/rename.php rename to wbce/admin/media/rename.php diff --git a/wb/admin/media/rename2.php b/wbce/admin/media/rename2.php similarity index 100% rename from wb/admin/media/rename2.php rename to wbce/admin/media/rename2.php diff --git a/wb/admin/media/resize_img.php b/wbce/admin/media/resize_img.php similarity index 100% rename from wb/admin/media/resize_img.php rename to wbce/admin/media/resize_img.php diff --git a/wb/admin/media/setparameter.php b/wbce/admin/media/setparameter.php similarity index 100% rename from wb/admin/media/setparameter.php rename to wbce/admin/media/setparameter.php diff --git a/wb/admin/media/thumb.php b/wbce/admin/media/thumb.php similarity index 100% rename from wb/admin/media/thumb.php rename to wbce/admin/media/thumb.php diff --git a/wb/admin/media/upload.php b/wbce/admin/media/upload.php similarity index 100% rename from wb/admin/media/upload.php rename to wbce/admin/media/upload.php diff --git a/wb/admin/modules/details.php b/wbce/admin/modules/details.php similarity index 100% rename from wb/admin/modules/details.php rename to wbce/admin/modules/details.php diff --git a/wb/admin/modules/index.php b/wbce/admin/modules/index.php similarity index 100% rename from wb/admin/modules/index.php rename to wbce/admin/modules/index.php diff --git a/wb/admin/modules/install.php b/wbce/admin/modules/install.php similarity index 100% rename from wb/admin/modules/install.php rename to wbce/admin/modules/install.php diff --git a/wb/admin/modules/manual_install.php b/wbce/admin/modules/manual_install.php similarity index 100% rename from wb/admin/modules/manual_install.php rename to wbce/admin/modules/manual_install.php diff --git a/wb/admin/modules/uninstall.php b/wbce/admin/modules/uninstall.php similarity index 100% rename from wb/admin/modules/uninstall.php rename to wbce/admin/modules/uninstall.php diff --git a/wb/admin/pages/add.php b/wbce/admin/pages/add.php similarity index 100% rename from wb/admin/pages/add.php rename to wbce/admin/pages/add.php diff --git a/wb/admin/pages/delete.php b/wbce/admin/pages/delete.php similarity index 100% rename from wb/admin/pages/delete.php rename to wbce/admin/pages/delete.php diff --git a/wb/admin/pages/eggsurplus.js b/wbce/admin/pages/eggsurplus.js similarity index 100% rename from wb/admin/pages/eggsurplus.js rename to wbce/admin/pages/eggsurplus.js diff --git a/wb/admin/pages/empty_trash.php b/wbce/admin/pages/empty_trash.php similarity index 100% rename from wb/admin/pages/empty_trash.php rename to wbce/admin/pages/empty_trash.php diff --git a/wb/admin/pages/html.php b/wbce/admin/pages/html.php similarity index 100% rename from wb/admin/pages/html.php rename to wbce/admin/pages/html.php diff --git a/wb/admin/pages/index.php b/wbce/admin/pages/index.php similarity index 100% rename from wb/admin/pages/index.php rename to wbce/admin/pages/index.php diff --git a/wb/admin/pages/intro.php b/wbce/admin/pages/intro.php similarity index 100% rename from wb/admin/pages/intro.php rename to wbce/admin/pages/intro.php diff --git a/wb/admin/pages/intro2.php b/wbce/admin/pages/intro2.php similarity index 100% rename from wb/admin/pages/intro2.php rename to wbce/admin/pages/intro2.php diff --git a/wb/admin/pages/modify.php b/wbce/admin/pages/modify.php similarity index 100% rename from wb/admin/pages/modify.php rename to wbce/admin/pages/modify.php diff --git a/wb/admin/pages/move_down.php b/wbce/admin/pages/move_down.php similarity index 100% rename from wb/admin/pages/move_down.php rename to wbce/admin/pages/move_down.php diff --git a/wb/admin/pages/move_up.php b/wbce/admin/pages/move_up.php similarity index 100% rename from wb/admin/pages/move_up.php rename to wbce/admin/pages/move_up.php diff --git a/wb/admin/pages/page_calendar.js b/wbce/admin/pages/page_calendar.js similarity index 100% rename from wb/admin/pages/page_calendar.js rename to wbce/admin/pages/page_calendar.js diff --git a/wb/admin/pages/page_index.js b/wbce/admin/pages/page_index.js similarity index 100% rename from wb/admin/pages/page_index.js rename to wbce/admin/pages/page_index.js diff --git a/wb/admin/pages/page_settings.js b/wbce/admin/pages/page_settings.js similarity index 100% rename from wb/admin/pages/page_settings.js rename to wbce/admin/pages/page_settings.js diff --git a/wb/admin/pages/page_trash.js b/wbce/admin/pages/page_trash.js similarity index 100% rename from wb/admin/pages/page_trash.js rename to wbce/admin/pages/page_trash.js diff --git a/wb/admin/pages/page_tree/activate_dragdrop.php b/wbce/admin/pages/page_tree/activate_dragdrop.php similarity index 100% rename from wb/admin/pages/page_tree/activate_dragdrop.php rename to wbce/admin/pages/page_tree/activate_dragdrop.php diff --git a/wb/admin/pages/page_tree/icons/a_blank.png b/wbce/admin/pages/page_tree/icons/a_blank.png similarity index 100% rename from wb/admin/pages/page_tree/icons/a_blank.png rename to wbce/admin/pages/page_tree/icons/a_blank.png diff --git a/wb/admin/pages/page_tree/icons/add_child.png b/wbce/admin/pages/page_tree/icons/add_child.png similarity index 100% rename from wb/admin/pages/page_tree/icons/add_child.png rename to wbce/admin/pages/page_tree/icons/add_child.png diff --git a/wb/admin/pages/page_tree/icons/cart.png b/wbce/admin/pages/page_tree/icons/cart.png similarity index 100% rename from wb/admin/pages/page_tree/icons/cart.png rename to wbce/admin/pages/page_tree/icons/cart.png diff --git a/wb/admin/pages/page_tree/icons/clock_16.png b/wbce/admin/pages/page_tree/icons/clock_16.png similarity index 100% rename from wb/admin/pages/page_tree/icons/clock_16.png rename to wbce/admin/pages/page_tree/icons/clock_16.png diff --git a/wb/admin/pages/page_tree/icons/clock_del_16.png b/wbce/admin/pages/page_tree/icons/clock_del_16.png similarity index 100% rename from wb/admin/pages/page_tree/icons/clock_del_16.png rename to wbce/admin/pages/page_tree/icons/clock_del_16.png diff --git a/wb/admin/pages/page_tree/icons/clock_red_16.png b/wbce/admin/pages/page_tree/icons/clock_red_16.png similarity index 100% rename from wb/admin/pages/page_tree/icons/clock_red_16.png rename to wbce/admin/pages/page_tree/icons/clock_red_16.png diff --git a/wb/admin/pages/page_tree/icons/collapse.png b/wbce/admin/pages/page_tree/icons/collapse.png similarity index 100% rename from wb/admin/pages/page_tree/icons/collapse.png rename to wbce/admin/pages/page_tree/icons/collapse.png diff --git a/wb/admin/pages/page_tree/icons/delete_16.png b/wbce/admin/pages/page_tree/icons/delete_16.png similarity index 100% rename from wb/admin/pages/page_tree/icons/delete_16.png rename to wbce/admin/pages/page_tree/icons/delete_16.png diff --git a/wb/admin/pages/page_tree/icons/deleted_16.png b/wbce/admin/pages/page_tree/icons/deleted_16.png similarity index 100% rename from wb/admin/pages/page_tree/icons/deleted_16.png rename to wbce/admin/pages/page_tree/icons/deleted_16.png diff --git a/wb/admin/pages/page_tree/icons/display_16.png b/wbce/admin/pages/page_tree/icons/display_16.png similarity index 100% rename from wb/admin/pages/page_tree/icons/display_16.png rename to wbce/admin/pages/page_tree/icons/display_16.png diff --git a/wb/admin/pages/page_tree/icons/down_16.png b/wbce/admin/pages/page_tree/icons/down_16.png similarity index 100% rename from wb/admin/pages/page_tree/icons/down_16.png rename to wbce/admin/pages/page_tree/icons/down_16.png diff --git a/wb/admin/pages/page_tree/icons/drag.gif b/wbce/admin/pages/page_tree/icons/drag.gif similarity index 100% rename from wb/admin/pages/page_tree/icons/drag.gif rename to wbce/admin/pages/page_tree/icons/drag.gif diff --git a/wb/admin/pages/page_tree/icons/empty.gif b/wbce/admin/pages/page_tree/icons/empty.gif similarity index 100% rename from wb/admin/pages/page_tree/icons/empty.gif rename to wbce/admin/pages/page_tree/icons/empty.gif diff --git a/wb/admin/pages/page_tree/icons/expand.png b/wbce/admin/pages/page_tree/icons/expand.png similarity index 100% rename from wb/admin/pages/page_tree/icons/expand.png rename to wbce/admin/pages/page_tree/icons/expand.png diff --git a/wb/admin/pages/page_tree/icons/hidden_16.png b/wbce/admin/pages/page_tree/icons/hidden_16.png similarity index 100% rename from wb/admin/pages/page_tree/icons/hidden_16.png rename to wbce/admin/pages/page_tree/icons/hidden_16.png diff --git a/wb/admin/pages/page_tree/icons/keys_16.png b/wbce/admin/pages/page_tree/icons/keys_16.png similarity index 100% rename from wb/admin/pages/page_tree/icons/keys_16.png rename to wbce/admin/pages/page_tree/icons/keys_16.png diff --git a/wb/admin/pages/page_tree/icons/menu_link.png b/wbce/admin/pages/page_tree/icons/menu_link.png similarity index 100% rename from wb/admin/pages/page_tree/icons/menu_link.png rename to wbce/admin/pages/page_tree/icons/menu_link.png diff --git a/wb/admin/pages/page_tree/icons/modify_16.png b/wbce/admin/pages/page_tree/icons/modify_16.png similarity index 100% rename from wb/admin/pages/page_tree/icons/modify_16.png rename to wbce/admin/pages/page_tree/icons/modify_16.png diff --git a/wb/admin/pages/page_tree/icons/noclock_16.png b/wbce/admin/pages/page_tree/icons/noclock_16.png similarity index 100% rename from wb/admin/pages/page_tree/icons/noclock_16.png rename to wbce/admin/pages/page_tree/icons/noclock_16.png diff --git a/wb/admin/pages/page_tree/icons/none_16.png b/wbce/admin/pages/page_tree/icons/none_16.png similarity index 100% rename from wb/admin/pages/page_tree/icons/none_16.png rename to wbce/admin/pages/page_tree/icons/none_16.png diff --git a/wb/admin/pages/page_tree/icons/options_16.png b/wbce/admin/pages/page_tree/icons/options_16.png similarity index 100% rename from wb/admin/pages/page_tree/icons/options_16.png rename to wbce/admin/pages/page_tree/icons/options_16.png diff --git a/wb/admin/pages/page_tree/icons/private_16.png b/wbce/admin/pages/page_tree/icons/private_16.png similarity index 100% rename from wb/admin/pages/page_tree/icons/private_16.png rename to wbce/admin/pages/page_tree/icons/private_16.png diff --git a/wb/admin/pages/page_tree/icons/public_16.png b/wbce/admin/pages/page_tree/icons/public_16.png similarity index 100% rename from wb/admin/pages/page_tree/icons/public_16.png rename to wbce/admin/pages/page_tree/icons/public_16.png diff --git a/wb/admin/pages/page_tree/icons/registered_16.png b/wbce/admin/pages/page_tree/icons/registered_16.png similarity index 100% rename from wb/admin/pages/page_tree/icons/registered_16.png rename to wbce/admin/pages/page_tree/icons/registered_16.png diff --git a/wb/admin/pages/page_tree/icons/rename_16.png b/wbce/admin/pages/page_tree/icons/rename_16.png similarity index 100% rename from wb/admin/pages/page_tree/icons/rename_16.png rename to wbce/admin/pages/page_tree/icons/rename_16.png diff --git a/wb/admin/pages/page_tree/icons/restore_16.png b/wbce/admin/pages/page_tree/icons/restore_16.png similarity index 100% rename from wb/admin/pages/page_tree/icons/restore_16.png rename to wbce/admin/pages/page_tree/icons/restore_16.png diff --git a/wb/admin/pages/page_tree/icons/sections_16.png b/wbce/admin/pages/page_tree/icons/sections_16.png similarity index 100% rename from wb/admin/pages/page_tree/icons/sections_16.png rename to wbce/admin/pages/page_tree/icons/sections_16.png diff --git a/wb/admin/pages/page_tree/icons/up_16.png b/wbce/admin/pages/page_tree/icons/up_16.png similarity index 100% rename from wb/admin/pages/page_tree/icons/up_16.png rename to wbce/admin/pages/page_tree/icons/up_16.png diff --git a/wb/admin/pages/page_tree/icons/view_16.png b/wbce/admin/pages/page_tree/icons/view_16.png similarity index 100% rename from wb/admin/pages/page_tree/icons/view_16.png rename to wbce/admin/pages/page_tree/icons/view_16.png diff --git a/wb/admin/pages/page_tree/icons/visible_16.png b/wbce/admin/pages/page_tree/icons/visible_16.png similarity index 100% rename from wb/admin/pages/page_tree/icons/visible_16.png rename to wbce/admin/pages/page_tree/icons/visible_16.png diff --git a/wb/admin/pages/page_tree/icons/wysiwyg_copy_16.png b/wbce/admin/pages/page_tree/icons/wysiwyg_copy_16.png similarity index 100% rename from wb/admin/pages/page_tree/icons/wysiwyg_copy_16.png rename to wbce/admin/pages/page_tree/icons/wysiwyg_copy_16.png diff --git a/wb/admin/pages/page_tree/page_tree.php b/wbce/admin/pages/page_tree/page_tree.php similarity index 100% rename from wb/admin/pages/page_tree/page_tree.php rename to wbce/admin/pages/page_tree/page_tree.php diff --git a/wb/admin/pages/restore.php b/wbce/admin/pages/restore.php similarity index 100% rename from wb/admin/pages/restore.php rename to wbce/admin/pages/restore.php diff --git a/wb/admin/pages/save.php b/wbce/admin/pages/save.php similarity index 100% rename from wb/admin/pages/save.php rename to wbce/admin/pages/save.php diff --git a/wb/admin/pages/sections.php b/wbce/admin/pages/sections.php similarity index 100% rename from wb/admin/pages/sections.php rename to wbce/admin/pages/sections.php diff --git a/wb/admin/pages/sections_save.php b/wbce/admin/pages/sections_save.php similarity index 100% rename from wb/admin/pages/sections_save.php rename to wbce/admin/pages/sections_save.php diff --git a/wb/admin/pages/settings.php b/wbce/admin/pages/settings.php similarity index 100% rename from wb/admin/pages/settings.php rename to wbce/admin/pages/settings.php diff --git a/wb/admin/pages/settings2.php b/wbce/admin/pages/settings2.php similarity index 100% rename from wb/admin/pages/settings2.php rename to wbce/admin/pages/settings2.php diff --git a/wb/admin/pages/trash.php b/wbce/admin/pages/trash.php similarity index 100% rename from wb/admin/pages/trash.php rename to wbce/admin/pages/trash.php diff --git a/wb/admin/preferences/index.php b/wbce/admin/preferences/index.php similarity index 100% rename from wb/admin/preferences/index.php rename to wbce/admin/preferences/index.php diff --git a/wb/admin/preferences/save.php b/wbce/admin/preferences/save.php similarity index 100% rename from wb/admin/preferences/save.php rename to wbce/admin/preferences/save.php diff --git a/wb/admin/settings/index.php b/wbce/admin/settings/index.php similarity index 100% rename from wb/admin/settings/index.php rename to wbce/admin/settings/index.php diff --git a/wb/admin/settings/save.php b/wbce/admin/settings/save.php similarity index 100% rename from wb/admin/settings/save.php rename to wbce/admin/settings/save.php diff --git a/wb/admin/settings/setting.js b/wbce/admin/settings/setting.js similarity index 100% rename from wb/admin/settings/setting.js rename to wbce/admin/settings/setting.js diff --git a/wb/admin/start/index.php b/wbce/admin/start/index.php similarity index 100% rename from wb/admin/start/index.php rename to wbce/admin/start/index.php diff --git a/wb/admin/templates/details.php b/wbce/admin/templates/details.php similarity index 100% rename from wb/admin/templates/details.php rename to wbce/admin/templates/details.php diff --git a/wb/admin/templates/index.php b/wbce/admin/templates/index.php similarity index 100% rename from wb/admin/templates/index.php rename to wbce/admin/templates/index.php diff --git a/wb/admin/templates/install.php b/wbce/admin/templates/install.php similarity index 100% rename from wb/admin/templates/install.php rename to wbce/admin/templates/install.php diff --git a/wb/admin/templates/uninstall.php b/wbce/admin/templates/uninstall.php similarity index 100% rename from wb/admin/templates/uninstall.php rename to wbce/admin/templates/uninstall.php diff --git a/wb/admin/themes/templates/access.htt b/wbce/admin/themes/templates/access.htt similarity index 100% rename from wb/admin/themes/templates/access.htt rename to wbce/admin/themes/templates/access.htt diff --git a/wb/admin/themes/templates/addons.htt b/wbce/admin/themes/templates/addons.htt similarity index 100% rename from wb/admin/themes/templates/addons.htt rename to wbce/admin/themes/templates/addons.htt diff --git a/wb/admin/themes/templates/admintools.htt b/wbce/admin/themes/templates/admintools.htt similarity index 100% rename from wb/admin/themes/templates/admintools.htt rename to wbce/admin/themes/templates/admintools.htt diff --git a/wb/admin/themes/templates/error.htt b/wbce/admin/themes/templates/error.htt similarity index 100% rename from wb/admin/themes/templates/error.htt rename to wbce/admin/themes/templates/error.htt diff --git a/wb/admin/themes/templates/footer.htt b/wbce/admin/themes/templates/footer.htt similarity index 100% rename from wb/admin/themes/templates/footer.htt rename to wbce/admin/themes/templates/footer.htt diff --git a/wb/admin/themes/templates/groups.htt b/wbce/admin/themes/templates/groups.htt similarity index 100% rename from wb/admin/themes/templates/groups.htt rename to wbce/admin/themes/templates/groups.htt diff --git a/wb/admin/themes/templates/groups_form.htt b/wbce/admin/themes/templates/groups_form.htt similarity index 100% rename from wb/admin/themes/templates/groups_form.htt rename to wbce/admin/themes/templates/groups_form.htt diff --git a/wb/admin/themes/templates/header.htt b/wbce/admin/themes/templates/header.htt similarity index 100% rename from wb/admin/themes/templates/header.htt rename to wbce/admin/themes/templates/header.htt diff --git a/wb/admin/themes/templates/index.php b/wbce/admin/themes/templates/index.php similarity index 100% rename from wb/admin/themes/templates/index.php rename to wbce/admin/themes/templates/index.php diff --git a/wb/admin/themes/templates/languages.htt b/wbce/admin/themes/templates/languages.htt similarity index 100% rename from wb/admin/themes/templates/languages.htt rename to wbce/admin/themes/templates/languages.htt diff --git a/wb/admin/themes/templates/languages_details.htt b/wbce/admin/themes/templates/languages_details.htt similarity index 100% rename from wb/admin/themes/templates/languages_details.htt rename to wbce/admin/themes/templates/languages_details.htt diff --git a/wb/admin/themes/templates/login.htt b/wbce/admin/themes/templates/login.htt similarity index 100% rename from wb/admin/themes/templates/login.htt rename to wbce/admin/themes/templates/login.htt diff --git a/wb/admin/themes/templates/login_forgot.htt b/wbce/admin/themes/templates/login_forgot.htt similarity index 100% rename from wb/admin/themes/templates/login_forgot.htt rename to wbce/admin/themes/templates/login_forgot.htt diff --git a/wb/admin/themes/templates/media.htt b/wbce/admin/themes/templates/media.htt similarity index 100% rename from wb/admin/themes/templates/media.htt rename to wbce/admin/themes/templates/media.htt diff --git a/wb/admin/themes/templates/media_browse.htt b/wbce/admin/themes/templates/media_browse.htt similarity index 100% rename from wb/admin/themes/templates/media_browse.htt rename to wbce/admin/themes/templates/media_browse.htt diff --git a/wb/admin/themes/templates/media_rename.htt b/wbce/admin/themes/templates/media_rename.htt similarity index 100% rename from wb/admin/themes/templates/media_rename.htt rename to wbce/admin/themes/templates/media_rename.htt diff --git a/wb/admin/themes/templates/modules.htt b/wbce/admin/themes/templates/modules.htt similarity index 100% rename from wb/admin/themes/templates/modules.htt rename to wbce/admin/themes/templates/modules.htt diff --git a/wb/admin/themes/templates/modules_details.htt b/wbce/admin/themes/templates/modules_details.htt similarity index 100% rename from wb/admin/themes/templates/modules_details.htt rename to wbce/admin/themes/templates/modules_details.htt diff --git a/wb/admin/themes/templates/pages.htt b/wbce/admin/themes/templates/pages.htt similarity index 100% rename from wb/admin/themes/templates/pages.htt rename to wbce/admin/themes/templates/pages.htt diff --git a/wb/admin/themes/templates/pages_modify.htt b/wbce/admin/themes/templates/pages_modify.htt similarity index 100% rename from wb/admin/themes/templates/pages_modify.htt rename to wbce/admin/themes/templates/pages_modify.htt diff --git a/wb/admin/themes/templates/pages_sections.htt b/wbce/admin/themes/templates/pages_sections.htt similarity index 100% rename from wb/admin/themes/templates/pages_sections.htt rename to wbce/admin/themes/templates/pages_sections.htt diff --git a/wb/admin/themes/templates/pages_settings.htt b/wbce/admin/themes/templates/pages_settings.htt similarity index 100% rename from wb/admin/themes/templates/pages_settings.htt rename to wbce/admin/themes/templates/pages_settings.htt diff --git a/wb/admin/themes/templates/preferences.htt b/wbce/admin/themes/templates/preferences.htt similarity index 100% rename from wb/admin/themes/templates/preferences.htt rename to wbce/admin/themes/templates/preferences.htt diff --git a/wb/admin/themes/templates/setparameter.htt b/wbce/admin/themes/templates/setparameter.htt similarity index 100% rename from wb/admin/themes/templates/setparameter.htt rename to wbce/admin/themes/templates/setparameter.htt diff --git a/wb/admin/themes/templates/settings.htt b/wbce/admin/themes/templates/settings.htt similarity index 100% rename from wb/admin/themes/templates/settings.htt rename to wbce/admin/themes/templates/settings.htt diff --git a/wb/admin/themes/templates/start.htt b/wbce/admin/themes/templates/start.htt similarity index 100% rename from wb/admin/themes/templates/start.htt rename to wbce/admin/themes/templates/start.htt diff --git a/wb/admin/themes/templates/success.htt b/wbce/admin/themes/templates/success.htt similarity index 100% rename from wb/admin/themes/templates/success.htt rename to wbce/admin/themes/templates/success.htt diff --git a/wb/admin/themes/templates/templates.htt b/wbce/admin/themes/templates/templates.htt similarity index 100% rename from wb/admin/themes/templates/templates.htt rename to wbce/admin/themes/templates/templates.htt diff --git a/wb/admin/themes/templates/templates_details.htt b/wbce/admin/themes/templates/templates_details.htt similarity index 100% rename from wb/admin/themes/templates/templates_details.htt rename to wbce/admin/themes/templates/templates_details.htt diff --git a/wb/admin/themes/templates/users.htt b/wbce/admin/themes/templates/users.htt similarity index 100% rename from wb/admin/themes/templates/users.htt rename to wbce/admin/themes/templates/users.htt diff --git a/wb/admin/themes/templates/users_form.htt b/wbce/admin/themes/templates/users_form.htt similarity index 100% rename from wb/admin/themes/templates/users_form.htt rename to wbce/admin/themes/templates/users_form.htt diff --git a/wb/admin/themes/templates/warning.html b/wbce/admin/themes/templates/warning.html similarity index 100% rename from wb/admin/themes/templates/warning.html rename to wbce/admin/themes/templates/warning.html diff --git a/wb/admin/users/add.php b/wbce/admin/users/add.php similarity index 100% rename from wb/admin/users/add.php rename to wbce/admin/users/add.php diff --git a/wb/admin/users/index.php b/wbce/admin/users/index.php similarity index 100% rename from wb/admin/users/index.php rename to wbce/admin/users/index.php diff --git a/wb/admin/users/save.php b/wbce/admin/users/save.php similarity index 100% rename from wb/admin/users/save.php rename to wbce/admin/users/save.php diff --git a/wb/admin/users/users.php b/wbce/admin/users/users.php similarity index 100% rename from wb/admin/users/users.php rename to wbce/admin/users/users.php diff --git a/wb/config.php.new b/wbce/config.php.new similarity index 100% rename from wb/config.php.new rename to wbce/config.php.new diff --git a/wb/favicon.ico b/wbce/favicon.ico similarity index 100% rename from wb/favicon.ico rename to wbce/favicon.ico diff --git a/wb/framework/DseTwo.php b/wbce/framework/DseTwo.php similarity index 100% rename from wb/framework/DseTwo.php rename to wbce/framework/DseTwo.php diff --git a/wb/framework/PasswordHash.php b/wbce/framework/PasswordHash.php similarity index 100% rename from wb/framework/PasswordHash.php rename to wbce/framework/PasswordHash.php diff --git a/wb/framework/SecureForm.mtab.php b/wbce/framework/SecureForm.mtab.php similarity index 100% rename from wb/framework/SecureForm.mtab.php rename to wbce/framework/SecureForm.mtab.php diff --git a/wb/framework/SecureForm.php b/wbce/framework/SecureForm.php similarity index 100% rename from wb/framework/SecureForm.php rename to wbce/framework/SecureForm.php diff --git a/wb/framework/addon.precheck.inc.php b/wbce/framework/addon.precheck.inc.php similarity index 100% rename from wb/framework/addon.precheck.inc.php rename to wbce/framework/addon.precheck.inc.php diff --git a/wb/framework/charsets_table.php b/wbce/framework/charsets_table.php similarity index 100% rename from wb/framework/charsets_table.php rename to wbce/framework/charsets_table.php diff --git a/wb/framework/class.admin.php b/wbce/framework/class.admin.php similarity index 100% rename from wb/framework/class.admin.php rename to wbce/framework/class.admin.php diff --git a/wb/framework/class.database.php b/wbce/framework/class.database.php similarity index 100% rename from wb/framework/class.database.php rename to wbce/framework/class.database.php diff --git a/wb/framework/class.frontend.php b/wbce/framework/class.frontend.php similarity index 100% rename from wb/framework/class.frontend.php rename to wbce/framework/class.frontend.php diff --git a/wb/framework/class.logfile.php b/wbce/framework/class.logfile.php similarity index 100% rename from wb/framework/class.logfile.php rename to wbce/framework/class.logfile.php diff --git a/wb/framework/class.login.php b/wbce/framework/class.login.php similarity index 100% rename from wb/framework/class.login.php rename to wbce/framework/class.login.php diff --git a/wb/framework/class.msg_queue.php b/wbce/framework/class.msg_queue.php similarity index 100% rename from wb/framework/class.msg_queue.php rename to wbce/framework/class.msg_queue.php diff --git a/wb/framework/class.order.php b/wbce/framework/class.order.php similarity index 100% rename from wb/framework/class.order.php rename to wbce/framework/class.order.php diff --git a/wb/framework/class.wb.php b/wbce/framework/class.wb.php similarity index 100% rename from wb/framework/class.wb.php rename to wbce/framework/class.wb.php diff --git a/wb/framework/class.wbmailer.php b/wbce/framework/class.wbmailer.php similarity index 100% rename from wb/framework/class.wbmailer.php rename to wbce/framework/class.wbmailer.php diff --git a/wb/framework/frontend.functions.php b/wbce/framework/frontend.functions.php similarity index 100% rename from wb/framework/frontend.functions.php rename to wbce/framework/frontend.functions.php diff --git a/wb/framework/functions-utf8.php b/wbce/framework/functions-utf8.php similarity index 100% rename from wb/framework/functions-utf8.php rename to wbce/framework/functions-utf8.php diff --git a/wb/framework/functions.php b/wbce/framework/functions.php similarity index 100% rename from wb/framework/functions.php rename to wbce/framework/functions.php diff --git a/wb/framework/globalExceptionHandler.php b/wbce/framework/globalExceptionHandler.php similarity index 100% rename from wb/framework/globalExceptionHandler.php rename to wbce/framework/globalExceptionHandler.php diff --git a/wb/framework/index.php b/wbce/framework/index.php similarity index 100% rename from wb/framework/index.php rename to wbce/framework/index.php diff --git a/wb/framework/initialize.php b/wbce/framework/initialize.php similarity index 100% rename from wb/framework/initialize.php rename to wbce/framework/initialize.php diff --git a/wb/framework/module.functions.php b/wbce/framework/module.functions.php similarity index 100% rename from wb/framework/module.functions.php rename to wbce/framework/module.functions.php diff --git a/wb/google_sitemap.php b/wbce/google_sitemap.php similarity index 100% rename from wb/google_sitemap.php rename to wbce/google_sitemap.php diff --git a/wb/htaccess.txt b/wbce/htaccess.txt similarity index 100% rename from wb/htaccess.txt rename to wbce/htaccess.txt diff --git a/wb/include/captcha.php b/wbce/include/captcha.php similarity index 100% rename from wb/include/captcha.php rename to wbce/include/captcha.php diff --git a/wb/include/captcha/backgrounds/bg_10.png b/wbce/include/captcha/backgrounds/bg_10.png similarity index 100% rename from wb/include/captcha/backgrounds/bg_10.png rename to wbce/include/captcha/backgrounds/bg_10.png diff --git a/wb/include/captcha/backgrounds/bg_11.png b/wbce/include/captcha/backgrounds/bg_11.png similarity index 100% rename from wb/include/captcha/backgrounds/bg_11.png rename to wbce/include/captcha/backgrounds/bg_11.png diff --git a/wb/include/captcha/backgrounds/bg_12.png b/wbce/include/captcha/backgrounds/bg_12.png similarity index 100% rename from wb/include/captcha/backgrounds/bg_12.png rename to wbce/include/captcha/backgrounds/bg_12.png diff --git a/wb/include/captcha/backgrounds/bg_13.png b/wbce/include/captcha/backgrounds/bg_13.png similarity index 100% rename from wb/include/captcha/backgrounds/bg_13.png rename to wbce/include/captcha/backgrounds/bg_13.png diff --git a/wb/include/captcha/backgrounds/bg_14.png b/wbce/include/captcha/backgrounds/bg_14.png similarity index 100% rename from wb/include/captcha/backgrounds/bg_14.png rename to wbce/include/captcha/backgrounds/bg_14.png diff --git a/wb/include/captcha/backgrounds/bg_15.png b/wbce/include/captcha/backgrounds/bg_15.png similarity index 100% rename from wb/include/captcha/backgrounds/bg_15.png rename to wbce/include/captcha/backgrounds/bg_15.png diff --git a/wb/include/captcha/backgrounds/index.php b/wbce/include/captcha/backgrounds/index.php similarity index 100% rename from wb/include/captcha/backgrounds/index.php rename to wbce/include/captcha/backgrounds/index.php diff --git a/wb/include/captcha/captcha.php b/wbce/include/captcha/captcha.php similarity index 100% rename from wb/include/captcha/captcha.php rename to wbce/include/captcha/captcha.php diff --git a/wb/include/captcha/captchas/calc_image.php b/wbce/include/captcha/captchas/calc_image.php similarity index 100% rename from wb/include/captcha/captchas/calc_image.php rename to wbce/include/captcha/captchas/calc_image.php diff --git a/wb/include/captcha/captchas/calc_image.png b/wbce/include/captcha/captchas/calc_image.png similarity index 100% rename from wb/include/captcha/captchas/calc_image.png rename to wbce/include/captcha/captchas/calc_image.png diff --git a/wb/include/captcha/captchas/calc_text.php b/wbce/include/captcha/captchas/calc_text.php similarity index 100% rename from wb/include/captcha/captchas/calc_text.php rename to wbce/include/captcha/captchas/calc_text.php diff --git a/wb/include/captcha/captchas/calc_text.png b/wbce/include/captcha/captchas/calc_text.png similarity index 100% rename from wb/include/captcha/captchas/calc_text.png rename to wbce/include/captcha/captchas/calc_text.png diff --git a/wb/include/captcha/captchas/calc_ttf_image.php b/wbce/include/captcha/captchas/calc_ttf_image.php similarity index 100% rename from wb/include/captcha/captchas/calc_ttf_image.php rename to wbce/include/captcha/captchas/calc_ttf_image.php diff --git a/wb/include/captcha/captchas/calc_ttf_image.png b/wbce/include/captcha/captchas/calc_ttf_image.png similarity index 100% rename from wb/include/captcha/captchas/calc_ttf_image.png rename to wbce/include/captcha/captchas/calc_ttf_image.png diff --git a/wb/include/captcha/captchas/index.php b/wbce/include/captcha/captchas/index.php similarity index 100% rename from wb/include/captcha/captchas/index.php rename to wbce/include/captcha/captchas/index.php diff --git a/wb/include/captcha/captchas/old_image.php b/wbce/include/captcha/captchas/old_image.php similarity index 100% rename from wb/include/captcha/captchas/old_image.php rename to wbce/include/captcha/captchas/old_image.php diff --git a/wb/include/captcha/captchas/old_image.png b/wbce/include/captcha/captchas/old_image.png similarity index 100% rename from wb/include/captcha/captchas/old_image.png rename to wbce/include/captcha/captchas/old_image.png diff --git a/wb/include/captcha/captchas/text.php b/wbce/include/captcha/captchas/text.php similarity index 100% rename from wb/include/captcha/captchas/text.php rename to wbce/include/captcha/captchas/text.php diff --git a/wb/include/captcha/captchas/text.png b/wbce/include/captcha/captchas/text.png similarity index 100% rename from wb/include/captcha/captchas/text.png rename to wbce/include/captcha/captchas/text.png diff --git a/wb/include/captcha/captchas/ttf_image.php b/wbce/include/captcha/captchas/ttf_image.php similarity index 100% rename from wb/include/captcha/captchas/ttf_image.php rename to wbce/include/captcha/captchas/ttf_image.php diff --git a/wb/include/captcha/captchas/ttf_image.png b/wbce/include/captcha/captchas/ttf_image.png similarity index 100% rename from wb/include/captcha/captchas/ttf_image.png rename to wbce/include/captcha/captchas/ttf_image.png diff --git a/wb/include/captcha/fonts/FreeSansWBCaptchaCond.ttf b/wbce/include/captcha/fonts/FreeSansWBCaptchaCond.ttf similarity index 100% rename from wb/include/captcha/fonts/FreeSansWBCaptchaCond.ttf rename to wbce/include/captcha/fonts/FreeSansWBCaptchaCond.ttf diff --git a/wb/include/captcha/fonts/FreeSerifItalicWBCaptchaCond.ttf b/wbce/include/captcha/fonts/FreeSerifItalicWBCaptchaCond.ttf similarity index 100% rename from wb/include/captcha/fonts/FreeSerifItalicWBCaptchaCond.ttf rename to wbce/include/captcha/fonts/FreeSerifItalicWBCaptchaCond.ttf diff --git a/wb/include/captcha/fonts/LLBI.ttf_ b/wbce/include/captcha/fonts/LLBI.ttf_ similarity index 100% rename from wb/include/captcha/fonts/LLBI.ttf_ rename to wbce/include/captcha/fonts/LLBI.ttf_ diff --git a/wb/include/captcha/fonts/LLBI_cond.ttf b/wbce/include/captcha/fonts/LLBI_cond.ttf similarity index 100% rename from wb/include/captcha/fonts/LLBI_cond.ttf rename to wbce/include/captcha/fonts/LLBI_cond.ttf diff --git a/wb/include/captcha/fonts/LLBd.ttf_ b/wbce/include/captcha/fonts/LLBd.ttf_ similarity index 100% rename from wb/include/captcha/fonts/LLBd.ttf_ rename to wbce/include/captcha/fonts/LLBd.ttf_ diff --git a/wb/include/captcha/fonts/LLBd_cond.ttf b/wbce/include/captcha/fonts/LLBd_cond.ttf similarity index 100% rename from wb/include/captcha/fonts/LLBd_cond.ttf rename to wbce/include/captcha/fonts/LLBd_cond.ttf diff --git a/wb/include/captcha/fonts/LL_GPL.txt b/wbce/include/captcha/fonts/LL_GPL.txt similarity index 100% rename from wb/include/captcha/fonts/LL_GPL.txt rename to wbce/include/captcha/fonts/LL_GPL.txt diff --git a/wb/include/captcha/fonts/LL_LICENCE.txt b/wbce/include/captcha/fonts/LL_LICENCE.txt similarity index 100% rename from wb/include/captcha/fonts/LL_LICENCE.txt rename to wbce/include/captcha/fonts/LL_LICENCE.txt diff --git a/wb/include/captcha/fonts/LL_OFL.txt b/wbce/include/captcha/fonts/LL_OFL.txt similarity index 100% rename from wb/include/captcha/fonts/LL_OFL.txt rename to wbce/include/captcha/fonts/LL_OFL.txt diff --git a/wb/include/captcha/fonts/LL_Readme b/wbce/include/captcha/fonts/LL_Readme similarity index 100% rename from wb/include/captcha/fonts/LL_Readme rename to wbce/include/captcha/fonts/LL_Readme diff --git a/wb/include/captcha/fonts/index.php b/wbce/include/captcha/fonts/index.php similarity index 100% rename from wb/include/captcha/fonts/index.php rename to wbce/include/captcha/fonts/index.php diff --git a/wb/include/captcha/index.php b/wbce/include/captcha/index.php similarity index 100% rename from wb/include/captcha/index.php rename to wbce/include/captcha/index.php diff --git a/wb/include/captcha/readme.txt b/wbce/include/captcha/readme.txt similarity index 100% rename from wb/include/captcha/readme.txt rename to wbce/include/captcha/readme.txt diff --git a/wb/include/captcha/reload_120_30.png b/wbce/include/captcha/reload_120_30.png similarity index 100% rename from wb/include/captcha/reload_120_30.png rename to wbce/include/captcha/reload_120_30.png diff --git a/wb/include/captcha/reload_140_40.png b/wbce/include/captcha/reload_140_40.png similarity index 100% rename from wb/include/captcha/reload_140_40.png rename to wbce/include/captcha/reload_140_40.png diff --git a/wb/include/editarea/edit_area.css b/wbce/include/editarea/edit_area.css similarity index 100% rename from wb/include/editarea/edit_area.css rename to wbce/include/editarea/edit_area.css diff --git a/wb/include/editarea/edit_area_full.js b/wbce/include/editarea/edit_area_full.js similarity index 100% rename from wb/include/editarea/edit_area_full.js rename to wbce/include/editarea/edit_area_full.js diff --git a/wb/include/editarea/images/autocompletion.gif b/wbce/include/editarea/images/autocompletion.gif similarity index 100% rename from wb/include/editarea/images/autocompletion.gif rename to wbce/include/editarea/images/autocompletion.gif diff --git a/wb/include/editarea/images/close.gif b/wbce/include/editarea/images/close.gif similarity index 100% rename from wb/include/editarea/images/close.gif rename to wbce/include/editarea/images/close.gif diff --git a/wb/include/editarea/images/fullscreen.gif b/wbce/include/editarea/images/fullscreen.gif similarity index 100% rename from wb/include/editarea/images/fullscreen.gif rename to wbce/include/editarea/images/fullscreen.gif diff --git a/wb/include/editarea/images/go_to_line.gif b/wbce/include/editarea/images/go_to_line.gif similarity index 100% rename from wb/include/editarea/images/go_to_line.gif rename to wbce/include/editarea/images/go_to_line.gif diff --git a/wb/include/editarea/images/help.gif b/wbce/include/editarea/images/help.gif similarity index 100% rename from wb/include/editarea/images/help.gif rename to wbce/include/editarea/images/help.gif diff --git a/wb/include/editarea/images/highlight.gif b/wbce/include/editarea/images/highlight.gif similarity index 100% rename from wb/include/editarea/images/highlight.gif rename to wbce/include/editarea/images/highlight.gif diff --git a/wb/include/editarea/images/index.php b/wbce/include/editarea/images/index.php similarity index 100% rename from wb/include/editarea/images/index.php rename to wbce/include/editarea/images/index.php diff --git a/wb/include/editarea/images/load.gif b/wbce/include/editarea/images/load.gif similarity index 100% rename from wb/include/editarea/images/load.gif rename to wbce/include/editarea/images/load.gif diff --git a/wb/include/editarea/images/move.gif b/wbce/include/editarea/images/move.gif similarity index 100% rename from wb/include/editarea/images/move.gif rename to wbce/include/editarea/images/move.gif diff --git a/wb/include/editarea/images/newdocument.gif b/wbce/include/editarea/images/newdocument.gif similarity index 100% rename from wb/include/editarea/images/newdocument.gif rename to wbce/include/editarea/images/newdocument.gif diff --git a/wb/include/editarea/images/opacity.png b/wbce/include/editarea/images/opacity.png similarity index 100% rename from wb/include/editarea/images/opacity.png rename to wbce/include/editarea/images/opacity.png diff --git a/wb/include/editarea/images/processing.gif b/wbce/include/editarea/images/processing.gif similarity index 100% rename from wb/include/editarea/images/processing.gif rename to wbce/include/editarea/images/processing.gif diff --git a/wb/include/editarea/images/redo.gif b/wbce/include/editarea/images/redo.gif similarity index 100% rename from wb/include/editarea/images/redo.gif rename to wbce/include/editarea/images/redo.gif diff --git a/wb/include/editarea/images/reset_highlight.gif b/wbce/include/editarea/images/reset_highlight.gif similarity index 100% rename from wb/include/editarea/images/reset_highlight.gif rename to wbce/include/editarea/images/reset_highlight.gif diff --git a/wb/include/editarea/images/save.gif b/wbce/include/editarea/images/save.gif similarity index 100% rename from wb/include/editarea/images/save.gif rename to wbce/include/editarea/images/save.gif diff --git a/wb/include/editarea/images/search.gif b/wbce/include/editarea/images/search.gif similarity index 100% rename from wb/include/editarea/images/search.gif rename to wbce/include/editarea/images/search.gif diff --git a/wb/include/editarea/images/smooth_selection.gif b/wbce/include/editarea/images/smooth_selection.gif similarity index 100% rename from wb/include/editarea/images/smooth_selection.gif rename to wbce/include/editarea/images/smooth_selection.gif diff --git a/wb/include/editarea/images/spacer.gif b/wbce/include/editarea/images/spacer.gif similarity index 100% rename from wb/include/editarea/images/spacer.gif rename to wbce/include/editarea/images/spacer.gif diff --git a/wb/include/editarea/images/statusbar_resize.gif b/wbce/include/editarea/images/statusbar_resize.gif similarity index 100% rename from wb/include/editarea/images/statusbar_resize.gif rename to wbce/include/editarea/images/statusbar_resize.gif diff --git a/wb/include/editarea/images/undo.gif b/wbce/include/editarea/images/undo.gif similarity index 100% rename from wb/include/editarea/images/undo.gif rename to wbce/include/editarea/images/undo.gif diff --git a/wb/include/editarea/images/word_wrap.gif b/wbce/include/editarea/images/word_wrap.gif similarity index 100% rename from wb/include/editarea/images/word_wrap.gif rename to wbce/include/editarea/images/word_wrap.gif diff --git a/wb/include/editarea/index.php b/wbce/include/editarea/index.php similarity index 100% rename from wb/include/editarea/index.php rename to wbce/include/editarea/index.php diff --git a/wb/include/editarea/langs/bg.js b/wbce/include/editarea/langs/bg.js similarity index 100% rename from wb/include/editarea/langs/bg.js rename to wbce/include/editarea/langs/bg.js diff --git a/wb/include/editarea/langs/cs.js b/wbce/include/editarea/langs/cs.js similarity index 100% rename from wb/include/editarea/langs/cs.js rename to wbce/include/editarea/langs/cs.js diff --git a/wb/include/editarea/langs/de.js b/wbce/include/editarea/langs/de.js similarity index 100% rename from wb/include/editarea/langs/de.js rename to wbce/include/editarea/langs/de.js diff --git a/wb/include/editarea/langs/dk.js b/wbce/include/editarea/langs/dk.js similarity index 100% rename from wb/include/editarea/langs/dk.js rename to wbce/include/editarea/langs/dk.js diff --git a/wb/include/editarea/langs/en.js b/wbce/include/editarea/langs/en.js similarity index 100% rename from wb/include/editarea/langs/en.js rename to wbce/include/editarea/langs/en.js diff --git a/wb/include/editarea/langs/eo.js b/wbce/include/editarea/langs/eo.js similarity index 100% rename from wb/include/editarea/langs/eo.js rename to wbce/include/editarea/langs/eo.js diff --git a/wb/include/editarea/langs/es.js b/wbce/include/editarea/langs/es.js similarity index 100% rename from wb/include/editarea/langs/es.js rename to wbce/include/editarea/langs/es.js diff --git a/wb/include/editarea/langs/fi.js b/wbce/include/editarea/langs/fi.js similarity index 100% rename from wb/include/editarea/langs/fi.js rename to wbce/include/editarea/langs/fi.js diff --git a/wb/include/editarea/langs/fr.js b/wbce/include/editarea/langs/fr.js similarity index 100% rename from wb/include/editarea/langs/fr.js rename to wbce/include/editarea/langs/fr.js diff --git a/wb/include/editarea/langs/hr.js b/wbce/include/editarea/langs/hr.js similarity index 100% rename from wb/include/editarea/langs/hr.js rename to wbce/include/editarea/langs/hr.js diff --git a/wb/include/editarea/langs/index.php b/wbce/include/editarea/langs/index.php similarity index 100% rename from wb/include/editarea/langs/index.php rename to wbce/include/editarea/langs/index.php diff --git a/wb/include/editarea/langs/it.js b/wbce/include/editarea/langs/it.js similarity index 100% rename from wb/include/editarea/langs/it.js rename to wbce/include/editarea/langs/it.js diff --git a/wb/include/editarea/langs/ja.js b/wbce/include/editarea/langs/ja.js similarity index 100% rename from wb/include/editarea/langs/ja.js rename to wbce/include/editarea/langs/ja.js diff --git a/wb/include/editarea/langs/mk.js b/wbce/include/editarea/langs/mk.js similarity index 100% rename from wb/include/editarea/langs/mk.js rename to wbce/include/editarea/langs/mk.js diff --git a/wb/include/editarea/langs/nl.js b/wbce/include/editarea/langs/nl.js similarity index 100% rename from wb/include/editarea/langs/nl.js rename to wbce/include/editarea/langs/nl.js diff --git a/wb/include/editarea/langs/no.js b/wbce/include/editarea/langs/no.js similarity index 100% rename from wb/include/editarea/langs/no.js rename to wbce/include/editarea/langs/no.js diff --git a/wb/include/editarea/langs/pl.js b/wbce/include/editarea/langs/pl.js similarity index 100% rename from wb/include/editarea/langs/pl.js rename to wbce/include/editarea/langs/pl.js diff --git a/wb/include/editarea/langs/pt.js b/wbce/include/editarea/langs/pt.js similarity index 100% rename from wb/include/editarea/langs/pt.js rename to wbce/include/editarea/langs/pt.js diff --git a/wb/include/editarea/langs/ru.js b/wbce/include/editarea/langs/ru.js similarity index 100% rename from wb/include/editarea/langs/ru.js rename to wbce/include/editarea/langs/ru.js diff --git a/wb/include/editarea/langs/sk.js b/wbce/include/editarea/langs/sk.js similarity index 100% rename from wb/include/editarea/langs/sk.js rename to wbce/include/editarea/langs/sk.js diff --git a/wb/include/editarea/langs/zh.js b/wbce/include/editarea/langs/zh.js similarity index 100% rename from wb/include/editarea/langs/zh.js rename to wbce/include/editarea/langs/zh.js diff --git a/wb/include/editarea/license_lgpl.txt b/wbce/include/editarea/license_lgpl.txt similarity index 100% rename from wb/include/editarea/license_lgpl.txt rename to wbce/include/editarea/license_lgpl.txt diff --git a/wb/include/editarea/reg_syntax/css.js b/wbce/include/editarea/reg_syntax/css.js similarity index 100% rename from wb/include/editarea/reg_syntax/css.js rename to wbce/include/editarea/reg_syntax/css.js diff --git a/wb/include/editarea/reg_syntax/html.js b/wbce/include/editarea/reg_syntax/html.js similarity index 100% rename from wb/include/editarea/reg_syntax/html.js rename to wbce/include/editarea/reg_syntax/html.js diff --git a/wb/include/editarea/reg_syntax/index.php b/wbce/include/editarea/reg_syntax/index.php similarity index 100% rename from wb/include/editarea/reg_syntax/index.php rename to wbce/include/editarea/reg_syntax/index.php diff --git a/wb/include/editarea/reg_syntax/js.js b/wbce/include/editarea/reg_syntax/js.js similarity index 100% rename from wb/include/editarea/reg_syntax/js.js rename to wbce/include/editarea/reg_syntax/js.js diff --git a/wb/include/editarea/reg_syntax/php.js b/wbce/include/editarea/reg_syntax/php.js similarity index 100% rename from wb/include/editarea/reg_syntax/php.js rename to wbce/include/editarea/reg_syntax/php.js diff --git a/wb/include/editarea/reg_syntax/xml.js b/wbce/include/editarea/reg_syntax/xml.js similarity index 100% rename from wb/include/editarea/reg_syntax/xml.js rename to wbce/include/editarea/reg_syntax/xml.js diff --git a/wb/include/editarea/wb_wrapper_edit_area.php b/wbce/include/editarea/wb_wrapper_edit_area.php similarity index 100% rename from wb/include/editarea/wb_wrapper_edit_area.php rename to wbce/include/editarea/wb_wrapper_edit_area.php diff --git a/wb/include/idna_convert/LICENCE b/wbce/include/idna_convert/LICENCE similarity index 100% rename from wb/include/idna_convert/LICENCE rename to wbce/include/idna_convert/LICENCE diff --git a/wb/include/idna_convert/ReadMe.txt b/wbce/include/idna_convert/ReadMe.txt similarity index 100% rename from wb/include/idna_convert/ReadMe.txt rename to wbce/include/idna_convert/ReadMe.txt diff --git a/wb/include/idna_convert/example.php b/wbce/include/idna_convert/example.php similarity index 100% rename from wb/include/idna_convert/example.php rename to wbce/include/idna_convert/example.php diff --git a/wb/include/idna_convert/idna_convert.class.php b/wbce/include/idna_convert/idna_convert.class.php similarity index 100% rename from wb/include/idna_convert/idna_convert.class.php rename to wbce/include/idna_convert/idna_convert.class.php diff --git a/wb/include/index.php b/wbce/include/index.php similarity index 100% rename from wb/include/index.php rename to wbce/include/index.php diff --git a/wb/include/jquery/AUTHORS.txt b/wbce/include/jquery/AUTHORS.txt similarity index 100% rename from wb/include/jquery/AUTHORS.txt rename to wbce/include/jquery/AUTHORS.txt diff --git a/wb/include/jquery/GPL-LICENSE.txt b/wbce/include/jquery/GPL-LICENSE.txt similarity index 100% rename from wb/include/jquery/GPL-LICENSE.txt rename to wbce/include/jquery/GPL-LICENSE.txt diff --git a/wb/include/jquery/MIT-LICENSE.txt b/wbce/include/jquery/MIT-LICENSE.txt similarity index 100% rename from wb/include/jquery/MIT-LICENSE.txt rename to wbce/include/jquery/MIT-LICENSE.txt diff --git a/wb/include/jquery/i18n/jquery-ui-i18n.js b/wbce/include/jquery/i18n/jquery-ui-i18n.js similarity index 100% rename from wb/include/jquery/i18n/jquery-ui-i18n.js rename to wbce/include/jquery/i18n/jquery-ui-i18n.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-af.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-af.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-af.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-af.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-ar-DZ.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-ar-DZ.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-ar-DZ.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-ar-DZ.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-ar.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-ar.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-ar.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-ar.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-az.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-az.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-az.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-az.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-bg.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-bg.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-bg.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-bg.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-bs.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-bs.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-bs.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-bs.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-ca.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-ca.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-ca.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-ca.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-cs.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-cs.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-cs.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-cs.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-da.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-da.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-da.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-da.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-de.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-de.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-de.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-de.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-el.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-el.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-el.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-el.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-en-AU.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-en-AU.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-en-AU.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-en-AU.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-en-GB.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-en-GB.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-en-GB.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-en-GB.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-en-NZ.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-en-NZ.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-en-NZ.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-en-NZ.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-eo.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-eo.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-eo.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-eo.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-es.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-es.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-es.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-es.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-et.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-et.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-et.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-et.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-eu.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-eu.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-eu.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-eu.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-fa.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-fa.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-fa.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-fa.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-fi.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-fi.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-fi.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-fi.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-fo.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-fo.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-fo.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-fo.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-fr-CH.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-fr-CH.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-fr-CH.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-fr-CH.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-fr.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-fr.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-fr.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-fr.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-gl.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-gl.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-gl.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-gl.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-he.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-he.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-he.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-he.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-hr.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-hr.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-hr.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-hr.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-hu.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-hu.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-hu.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-hu.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-hy.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-hy.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-hy.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-hy.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-id.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-id.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-id.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-id.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-is.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-is.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-is.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-is.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-it.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-it.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-it.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-it.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-ja.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-ja.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-ja.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-ja.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-ko.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-ko.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-ko.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-ko.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-kz.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-kz.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-kz.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-kz.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-lt.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-lt.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-lt.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-lt.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-lv.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-lv.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-lv.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-lv.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-ml.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-ml.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-ml.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-ml.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-ms.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-ms.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-ms.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-ms.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-nl.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-nl.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-nl.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-nl.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-no.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-no.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-no.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-no.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-pl.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-pl.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-pl.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-pl.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-pt-BR.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-pt-BR.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-pt-BR.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-pt-BR.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-pt.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-pt.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-pt.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-pt.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-rm.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-rm.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-rm.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-rm.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-ro.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-ro.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-ro.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-ro.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-ru.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-ru.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-ru.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-ru.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-sk.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-sk.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-sk.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-sk.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-sl.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-sl.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-sl.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-sl.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-sq.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-sq.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-sq.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-sq.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-sr-SR.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-sr-SR.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-sr-SR.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-sr-SR.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-sr.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-sr.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-sr.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-sr.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-sv.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-sv.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-sv.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-sv.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-ta.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-ta.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-ta.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-ta.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-th.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-th.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-th.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-th.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-tr.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-tr.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-tr.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-tr.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-uk.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-uk.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-uk.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-uk.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-vi.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-vi.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-vi.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-vi.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-zh-CN.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-zh-CN.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-zh-CN.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-zh-CN.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-zh-HK.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-zh-HK.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-zh-HK.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-zh-HK.js diff --git a/wb/include/jquery/i18n/jquery.ui.datepicker-zh-TW.js b/wbce/include/jquery/i18n/jquery.ui.datepicker-zh-TW.js similarity index 100% rename from wb/include/jquery/i18n/jquery.ui.datepicker-zh-TW.js rename to wbce/include/jquery/i18n/jquery.ui.datepicker-zh-TW.js diff --git a/wb/include/jquery/images/ui-anim_basic_16x16.gif b/wbce/include/jquery/images/ui-anim_basic_16x16.gif similarity index 100% rename from wb/include/jquery/images/ui-anim_basic_16x16.gif rename to wbce/include/jquery/images/ui-anim_basic_16x16.gif diff --git a/wb/include/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png b/wbce/include/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png similarity index 100% rename from wb/include/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png rename to wbce/include/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png diff --git a/wb/include/jquery/images/ui-bg_flat_75_ffffff_40x100.png b/wbce/include/jquery/images/ui-bg_flat_75_ffffff_40x100.png similarity index 100% rename from wb/include/jquery/images/ui-bg_flat_75_ffffff_40x100.png rename to wbce/include/jquery/images/ui-bg_flat_75_ffffff_40x100.png diff --git a/wb/include/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png b/wbce/include/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png similarity index 100% rename from wb/include/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png rename to wbce/include/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png diff --git a/wb/include/jquery/images/ui-bg_glass_65_ffffff_1x400.png b/wbce/include/jquery/images/ui-bg_glass_65_ffffff_1x400.png similarity index 100% rename from wb/include/jquery/images/ui-bg_glass_65_ffffff_1x400.png rename to wbce/include/jquery/images/ui-bg_glass_65_ffffff_1x400.png diff --git a/wb/include/jquery/images/ui-bg_glass_75_dadada_1x400.png b/wbce/include/jquery/images/ui-bg_glass_75_dadada_1x400.png similarity index 100% rename from wb/include/jquery/images/ui-bg_glass_75_dadada_1x400.png rename to wbce/include/jquery/images/ui-bg_glass_75_dadada_1x400.png diff --git a/wb/include/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png b/wbce/include/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png similarity index 100% rename from wb/include/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png rename to wbce/include/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png diff --git a/wb/include/jquery/images/ui-bg_glass_95_fef1ec_1x400.png b/wbce/include/jquery/images/ui-bg_glass_95_fef1ec_1x400.png similarity index 100% rename from wb/include/jquery/images/ui-bg_glass_95_fef1ec_1x400.png rename to wbce/include/jquery/images/ui-bg_glass_95_fef1ec_1x400.png diff --git a/wb/include/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/wbce/include/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png similarity index 100% rename from wb/include/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png rename to wbce/include/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png diff --git a/wb/include/jquery/images/ui-icons_222222_256x240.png b/wbce/include/jquery/images/ui-icons_222222_256x240.png similarity index 100% rename from wb/include/jquery/images/ui-icons_222222_256x240.png rename to wbce/include/jquery/images/ui-icons_222222_256x240.png diff --git a/wb/include/jquery/images/ui-icons_2e83ff_256x240.png b/wbce/include/jquery/images/ui-icons_2e83ff_256x240.png similarity index 100% rename from wb/include/jquery/images/ui-icons_2e83ff_256x240.png rename to wbce/include/jquery/images/ui-icons_2e83ff_256x240.png diff --git a/wb/include/jquery/images/ui-icons_454545_256x240.png b/wbce/include/jquery/images/ui-icons_454545_256x240.png similarity index 100% rename from wb/include/jquery/images/ui-icons_454545_256x240.png rename to wbce/include/jquery/images/ui-icons_454545_256x240.png diff --git a/wb/include/jquery/images/ui-icons_888888_256x240.png b/wbce/include/jquery/images/ui-icons_888888_256x240.png similarity index 100% rename from wb/include/jquery/images/ui-icons_888888_256x240.png rename to wbce/include/jquery/images/ui-icons_888888_256x240.png diff --git a/wb/include/jquery/images/ui-icons_cd0a0a_256x240.png b/wbce/include/jquery/images/ui-icons_cd0a0a_256x240.png similarity index 100% rename from wb/include/jquery/images/ui-icons_cd0a0a_256x240.png rename to wbce/include/jquery/images/ui-icons_cd0a0a_256x240.png diff --git a/wb/include/jquery/index.php b/wbce/include/jquery/index.php similarity index 100% rename from wb/include/jquery/index.php rename to wbce/include/jquery/index.php diff --git a/wb/include/jquery/jquery-include.js b/wbce/include/jquery/jquery-include.js similarity index 100% rename from wb/include/jquery/jquery-include.js rename to wbce/include/jquery/jquery-include.js diff --git a/wb/include/jquery/jquery-insert.js b/wbce/include/jquery/jquery-insert.js similarity index 100% rename from wb/include/jquery/jquery-insert.js rename to wbce/include/jquery/jquery-insert.js diff --git a/wb/include/jquery/jquery-min.js b/wbce/include/jquery/jquery-min.js similarity index 100% rename from wb/include/jquery/jquery-min.js rename to wbce/include/jquery/jquery-min.js diff --git a/wb/include/jquery/jquery-min132.js b/wbce/include/jquery/jquery-min132.js similarity index 100% rename from wb/include/jquery/jquery-min132.js rename to wbce/include/jquery/jquery-min132.js diff --git a/wb/include/jquery/jquery-min161.js b/wbce/include/jquery/jquery-min161.js similarity index 100% rename from wb/include/jquery/jquery-min161.js rename to wbce/include/jquery/jquery-min161.js diff --git a/wb/include/jquery/jquery-min164.js b/wbce/include/jquery/jquery-min164.js similarity index 100% rename from wb/include/jquery/jquery-min164.js rename to wbce/include/jquery/jquery-min164.js diff --git a/wb/include/jquery/jquery-min170.js b/wbce/include/jquery/jquery-min170.js similarity index 100% rename from wb/include/jquery/jquery-min170.js rename to wbce/include/jquery/jquery-min170.js diff --git a/wb/include/jquery/jquery-pngFix.js b/wbce/include/jquery/jquery-pngFix.js similarity index 100% rename from wb/include/jquery/jquery-pngFix.js rename to wbce/include/jquery/jquery-pngFix.js diff --git a/wb/include/jquery/jquery-ui-min.js b/wbce/include/jquery/jquery-ui-min.js similarity index 100% rename from wb/include/jquery/jquery-ui-min.js rename to wbce/include/jquery/jquery-ui-min.js diff --git a/wb/include/jquery/jquery-ui.css b/wbce/include/jquery/jquery-ui.css similarity index 100% rename from wb/include/jquery/jquery-ui.css rename to wbce/include/jquery/jquery-ui.css diff --git a/wb/include/jquery/jquery_theme.js b/wbce/include/jquery/jquery_theme.js similarity index 100% rename from wb/include/jquery/jquery_theme.js rename to wbce/include/jquery/jquery_theme.js diff --git a/wb/include/jquery/version.txt b/wbce/include/jquery/version.txt similarity index 100% rename from wb/include/jquery/version.txt rename to wbce/include/jquery/version.txt diff --git a/wb/include/jscalendar/README b/wbce/include/jscalendar/README similarity index 100% rename from wb/include/jscalendar/README rename to wbce/include/jscalendar/README diff --git a/wb/include/jscalendar/calendar-setup.js b/wbce/include/jscalendar/calendar-setup.js similarity index 100% rename from wb/include/jscalendar/calendar-setup.js rename to wbce/include/jscalendar/calendar-setup.js diff --git a/wb/include/jscalendar/calendar-system.css b/wbce/include/jscalendar/calendar-system.css similarity index 100% rename from wb/include/jscalendar/calendar-system.css rename to wbce/include/jscalendar/calendar-system.css diff --git a/wb/include/jscalendar/calendar.js b/wbce/include/jscalendar/calendar.js similarity index 100% rename from wb/include/jscalendar/calendar.js rename to wbce/include/jscalendar/calendar.js diff --git a/wb/include/jscalendar/img.gif b/wbce/include/jscalendar/img.gif similarity index 100% rename from wb/include/jscalendar/img.gif rename to wbce/include/jscalendar/img.gif diff --git a/wb/include/jscalendar/index.php b/wbce/include/jscalendar/index.php similarity index 100% rename from wb/include/jscalendar/index.php rename to wbce/include/jscalendar/index.php diff --git a/wb/include/jscalendar/jscalendar-functions.php b/wbce/include/jscalendar/jscalendar-functions.php similarity index 100% rename from wb/include/jscalendar/jscalendar-functions.php rename to wbce/include/jscalendar/jscalendar-functions.php diff --git a/wb/include/jscalendar/lang/calendar-af.js b/wbce/include/jscalendar/lang/calendar-af.js similarity index 100% rename from wb/include/jscalendar/lang/calendar-af.js rename to wbce/include/jscalendar/lang/calendar-af.js diff --git a/wb/include/jscalendar/lang/calendar-al.js b/wbce/include/jscalendar/lang/calendar-al.js similarity index 100% rename from wb/include/jscalendar/lang/calendar-al.js rename to wbce/include/jscalendar/lang/calendar-al.js diff --git a/wb/include/jscalendar/lang/calendar-bg.js b/wbce/include/jscalendar/lang/calendar-bg.js similarity index 100% rename from wb/include/jscalendar/lang/calendar-bg.js rename to wbce/include/jscalendar/lang/calendar-bg.js diff --git a/wb/include/jscalendar/lang/calendar-br.js b/wbce/include/jscalendar/lang/calendar-br.js similarity index 100% rename from wb/include/jscalendar/lang/calendar-br.js rename to wbce/include/jscalendar/lang/calendar-br.js diff --git a/wb/include/jscalendar/lang/calendar-ca.js b/wbce/include/jscalendar/lang/calendar-ca.js similarity index 100% rename from wb/include/jscalendar/lang/calendar-ca.js rename to wbce/include/jscalendar/lang/calendar-ca.js diff --git a/wb/include/jscalendar/lang/calendar-cs.js b/wbce/include/jscalendar/lang/calendar-cs.js similarity index 100% rename from wb/include/jscalendar/lang/calendar-cs.js rename to wbce/include/jscalendar/lang/calendar-cs.js diff --git a/wb/include/jscalendar/lang/calendar-da.js b/wbce/include/jscalendar/lang/calendar-da.js similarity index 100% rename from wb/include/jscalendar/lang/calendar-da.js rename to wbce/include/jscalendar/lang/calendar-da.js diff --git a/wb/include/jscalendar/lang/calendar-de.js b/wbce/include/jscalendar/lang/calendar-de.js similarity index 100% rename from wb/include/jscalendar/lang/calendar-de.js rename to wbce/include/jscalendar/lang/calendar-de.js diff --git a/wb/include/jscalendar/lang/calendar-du.js b/wbce/include/jscalendar/lang/calendar-du.js similarity index 100% rename from wb/include/jscalendar/lang/calendar-du.js rename to wbce/include/jscalendar/lang/calendar-du.js diff --git a/wb/include/jscalendar/lang/calendar-el.js b/wbce/include/jscalendar/lang/calendar-el.js similarity index 100% rename from wb/include/jscalendar/lang/calendar-el.js rename to wbce/include/jscalendar/lang/calendar-el.js diff --git a/wb/include/jscalendar/lang/calendar-en.js b/wbce/include/jscalendar/lang/calendar-en.js similarity index 100% rename from wb/include/jscalendar/lang/calendar-en.js rename to wbce/include/jscalendar/lang/calendar-en.js diff --git a/wb/include/jscalendar/lang/calendar-es.js b/wbce/include/jscalendar/lang/calendar-es.js similarity index 100% rename from wb/include/jscalendar/lang/calendar-es.js rename to wbce/include/jscalendar/lang/calendar-es.js diff --git a/wb/include/jscalendar/lang/calendar-fi.js b/wbce/include/jscalendar/lang/calendar-fi.js similarity index 100% rename from wb/include/jscalendar/lang/calendar-fi.js rename to wbce/include/jscalendar/lang/calendar-fi.js diff --git a/wb/include/jscalendar/lang/calendar-fr.js b/wbce/include/jscalendar/lang/calendar-fr.js similarity index 100% rename from wb/include/jscalendar/lang/calendar-fr.js rename to wbce/include/jscalendar/lang/calendar-fr.js diff --git a/wb/include/jscalendar/lang/calendar-he.js b/wbce/include/jscalendar/lang/calendar-he.js similarity index 100% rename from wb/include/jscalendar/lang/calendar-he.js rename to wbce/include/jscalendar/lang/calendar-he.js diff --git a/wb/include/jscalendar/lang/calendar-hr.js b/wbce/include/jscalendar/lang/calendar-hr.js similarity index 100% rename from wb/include/jscalendar/lang/calendar-hr.js rename to wbce/include/jscalendar/lang/calendar-hr.js diff --git a/wb/include/jscalendar/lang/calendar-hu.js b/wbce/include/jscalendar/lang/calendar-hu.js similarity index 100% rename from wb/include/jscalendar/lang/calendar-hu.js rename to wbce/include/jscalendar/lang/calendar-hu.js diff --git a/wb/include/jscalendar/lang/calendar-it.js b/wbce/include/jscalendar/lang/calendar-it.js similarity index 100% rename from wb/include/jscalendar/lang/calendar-it.js rename to wbce/include/jscalendar/lang/calendar-it.js diff --git a/wb/include/jscalendar/lang/calendar-lt.js b/wbce/include/jscalendar/lang/calendar-lt.js similarity index 100% rename from wb/include/jscalendar/lang/calendar-lt.js rename to wbce/include/jscalendar/lang/calendar-lt.js diff --git a/wb/include/jscalendar/lang/calendar-lv.js b/wbce/include/jscalendar/lang/calendar-lv.js similarity index 100% rename from wb/include/jscalendar/lang/calendar-lv.js rename to wbce/include/jscalendar/lang/calendar-lv.js diff --git a/wb/include/jscalendar/lang/calendar-nl.js b/wbce/include/jscalendar/lang/calendar-nl.js similarity index 100% rename from wb/include/jscalendar/lang/calendar-nl.js rename to wbce/include/jscalendar/lang/calendar-nl.js diff --git a/wb/include/jscalendar/lang/calendar-no.js b/wbce/include/jscalendar/lang/calendar-no.js similarity index 100% rename from wb/include/jscalendar/lang/calendar-no.js rename to wbce/include/jscalendar/lang/calendar-no.js diff --git a/wb/include/jscalendar/lang/calendar-pl.js b/wbce/include/jscalendar/lang/calendar-pl.js similarity index 100% rename from wb/include/jscalendar/lang/calendar-pl.js rename to wbce/include/jscalendar/lang/calendar-pl.js diff --git a/wb/include/jscalendar/lang/calendar-pt.js b/wbce/include/jscalendar/lang/calendar-pt.js similarity index 100% rename from wb/include/jscalendar/lang/calendar-pt.js rename to wbce/include/jscalendar/lang/calendar-pt.js diff --git a/wb/include/jscalendar/lang/calendar-ro.js b/wbce/include/jscalendar/lang/calendar-ro.js similarity index 100% rename from wb/include/jscalendar/lang/calendar-ro.js rename to wbce/include/jscalendar/lang/calendar-ro.js diff --git a/wb/include/jscalendar/lang/calendar-ru.js b/wbce/include/jscalendar/lang/calendar-ru.js similarity index 100% rename from wb/include/jscalendar/lang/calendar-ru.js rename to wbce/include/jscalendar/lang/calendar-ru.js diff --git a/wb/include/jscalendar/lang/calendar-si.js b/wbce/include/jscalendar/lang/calendar-si.js similarity index 100% rename from wb/include/jscalendar/lang/calendar-si.js rename to wbce/include/jscalendar/lang/calendar-si.js diff --git a/wb/include/jscalendar/lang/calendar-sk.js b/wbce/include/jscalendar/lang/calendar-sk.js similarity index 100% rename from wb/include/jscalendar/lang/calendar-sk.js rename to wbce/include/jscalendar/lang/calendar-sk.js diff --git a/wb/include/jscalendar/lang/calendar-sv.js b/wbce/include/jscalendar/lang/calendar-sv.js similarity index 100% rename from wb/include/jscalendar/lang/calendar-sv.js rename to wbce/include/jscalendar/lang/calendar-sv.js diff --git a/wb/include/jscalendar/lang/calendar-tr.js b/wbce/include/jscalendar/lang/calendar-tr.js similarity index 100% rename from wb/include/jscalendar/lang/calendar-tr.js rename to wbce/include/jscalendar/lang/calendar-tr.js diff --git a/wb/include/jscalendar/lang/index.php b/wbce/include/jscalendar/lang/index.php similarity index 100% rename from wb/include/jscalendar/lang/index.php rename to wbce/include/jscalendar/lang/index.php diff --git a/wb/include/jscalendar/menuarrow.gif b/wbce/include/jscalendar/menuarrow.gif similarity index 100% rename from wb/include/jscalendar/menuarrow.gif rename to wbce/include/jscalendar/menuarrow.gif diff --git a/wb/include/jscalendar/menuarrow2.gif b/wbce/include/jscalendar/menuarrow2.gif similarity index 100% rename from wb/include/jscalendar/menuarrow2.gif rename to wbce/include/jscalendar/menuarrow2.gif diff --git a/wb/include/jscalendar/wb-setup.php b/wbce/include/jscalendar/wb-setup.php similarity index 100% rename from wb/include/jscalendar/wb-setup.php rename to wbce/include/jscalendar/wb-setup.php diff --git a/wb/include/pclzip/gnu-lgpl.txt b/wbce/include/pclzip/gnu-lgpl.txt similarity index 100% rename from wb/include/pclzip/gnu-lgpl.txt rename to wbce/include/pclzip/gnu-lgpl.txt diff --git a/wb/include/pclzip/index.php b/wbce/include/pclzip/index.php similarity index 100% rename from wb/include/pclzip/index.php rename to wbce/include/pclzip/index.php diff --git a/wb/include/pclzip/pclzip.lib.php b/wbce/include/pclzip/pclzip.lib.php similarity index 100% rename from wb/include/pclzip/pclzip.lib.php rename to wbce/include/pclzip/pclzip.lib.php diff --git a/wb/include/pclzip/readme.txt b/wbce/include/pclzip/readme.txt similarity index 100% rename from wb/include/pclzip/readme.txt rename to wbce/include/pclzip/readme.txt diff --git a/wb/include/phplib/index.php b/wbce/include/phplib/index.php similarity index 100% rename from wb/include/phplib/index.php rename to wbce/include/phplib/index.php diff --git a/wb/include/phplib/template.inc b/wbce/include/phplib/template.inc similarity index 100% rename from wb/include/phplib/template.inc rename to wbce/include/phplib/template.inc diff --git a/wb/include/phpmailer/ChangeLog.txt b/wbce/include/phpmailer/ChangeLog.txt similarity index 100% rename from wb/include/phpmailer/ChangeLog.txt rename to wbce/include/phpmailer/ChangeLog.txt diff --git a/wb/include/phpmailer/LICENSE b/wbce/include/phpmailer/LICENSE similarity index 100% rename from wb/include/phpmailer/LICENSE rename to wbce/include/phpmailer/LICENSE diff --git a/wb/include/phpmailer/PHPMailerAutoload.php b/wbce/include/phpmailer/PHPMailerAutoload.php similarity index 100% rename from wb/include/phpmailer/PHPMailerAutoload.php rename to wbce/include/phpmailer/PHPMailerAutoload.php diff --git a/wb/include/phpmailer/README b/wbce/include/phpmailer/README similarity index 100% rename from wb/include/phpmailer/README rename to wbce/include/phpmailer/README diff --git a/wb/include/phpmailer/class.phpmailer.php b/wbce/include/phpmailer/class.phpmailer.php similarity index 100% rename from wb/include/phpmailer/class.phpmailer.php rename to wbce/include/phpmailer/class.phpmailer.php diff --git a/wb/include/phpmailer/class.pop3.php b/wbce/include/phpmailer/class.pop3.php similarity index 100% rename from wb/include/phpmailer/class.pop3.php rename to wbce/include/phpmailer/class.pop3.php diff --git a/wb/include/phpmailer/class.smtp.php b/wbce/include/phpmailer/class.smtp.php similarity index 100% rename from wb/include/phpmailer/class.smtp.php rename to wbce/include/phpmailer/class.smtp.php diff --git a/wb/include/phpmailer/index.php b/wbce/include/phpmailer/index.php similarity index 100% rename from wb/include/phpmailer/index.php rename to wbce/include/phpmailer/index.php diff --git a/wb/include/phpmailer/language/index.php b/wbce/include/phpmailer/language/index.php similarity index 100% rename from wb/include/phpmailer/language/index.php rename to wbce/include/phpmailer/language/index.php diff --git a/wb/include/phpmailer/language/phpmailer.lang-ar.php b/wbce/include/phpmailer/language/phpmailer.lang-ar.php similarity index 100% rename from wb/include/phpmailer/language/phpmailer.lang-ar.php rename to wbce/include/phpmailer/language/phpmailer.lang-ar.php diff --git a/wb/include/phpmailer/language/phpmailer.lang-br.php b/wbce/include/phpmailer/language/phpmailer.lang-br.php similarity index 100% rename from wb/include/phpmailer/language/phpmailer.lang-br.php rename to wbce/include/phpmailer/language/phpmailer.lang-br.php diff --git a/wb/include/phpmailer/language/phpmailer.lang-ca.php b/wbce/include/phpmailer/language/phpmailer.lang-ca.php similarity index 100% rename from wb/include/phpmailer/language/phpmailer.lang-ca.php rename to wbce/include/phpmailer/language/phpmailer.lang-ca.php diff --git a/wb/include/phpmailer/language/phpmailer.lang-ch.php b/wbce/include/phpmailer/language/phpmailer.lang-ch.php similarity index 100% rename from wb/include/phpmailer/language/phpmailer.lang-ch.php rename to wbce/include/phpmailer/language/phpmailer.lang-ch.php diff --git a/wb/include/phpmailer/language/phpmailer.lang-cz.php b/wbce/include/phpmailer/language/phpmailer.lang-cz.php similarity index 100% rename from wb/include/phpmailer/language/phpmailer.lang-cz.php rename to wbce/include/phpmailer/language/phpmailer.lang-cz.php diff --git a/wb/include/phpmailer/language/phpmailer.lang-de.php b/wbce/include/phpmailer/language/phpmailer.lang-de.php similarity index 100% rename from wb/include/phpmailer/language/phpmailer.lang-de.php rename to wbce/include/phpmailer/language/phpmailer.lang-de.php diff --git a/wb/include/phpmailer/language/phpmailer.lang-dk.php b/wbce/include/phpmailer/language/phpmailer.lang-dk.php similarity index 100% rename from wb/include/phpmailer/language/phpmailer.lang-dk.php rename to wbce/include/phpmailer/language/phpmailer.lang-dk.php diff --git a/wb/include/phpmailer/language/phpmailer.lang-en.php b/wbce/include/phpmailer/language/phpmailer.lang-en.php similarity index 100% rename from wb/include/phpmailer/language/phpmailer.lang-en.php rename to wbce/include/phpmailer/language/phpmailer.lang-en.php diff --git a/wb/include/phpmailer/language/phpmailer.lang-eo.php b/wbce/include/phpmailer/language/phpmailer.lang-eo.php similarity index 100% rename from wb/include/phpmailer/language/phpmailer.lang-eo.php rename to wbce/include/phpmailer/language/phpmailer.lang-eo.php diff --git a/wb/include/phpmailer/language/phpmailer.lang-es.php b/wbce/include/phpmailer/language/phpmailer.lang-es.php similarity index 100% rename from wb/include/phpmailer/language/phpmailer.lang-es.php rename to wbce/include/phpmailer/language/phpmailer.lang-es.php diff --git a/wb/include/phpmailer/language/phpmailer.lang-et.php b/wbce/include/phpmailer/language/phpmailer.lang-et.php similarity index 100% rename from wb/include/phpmailer/language/phpmailer.lang-et.php rename to wbce/include/phpmailer/language/phpmailer.lang-et.php diff --git a/wb/include/phpmailer/language/phpmailer.lang-fa.php b/wbce/include/phpmailer/language/phpmailer.lang-fa.php similarity index 100% rename from wb/include/phpmailer/language/phpmailer.lang-fa.php rename to wbce/include/phpmailer/language/phpmailer.lang-fa.php diff --git a/wb/include/phpmailer/language/phpmailer.lang-fi.php b/wbce/include/phpmailer/language/phpmailer.lang-fi.php similarity index 100% rename from wb/include/phpmailer/language/phpmailer.lang-fi.php rename to wbce/include/phpmailer/language/phpmailer.lang-fi.php diff --git a/wb/include/phpmailer/language/phpmailer.lang-fo.php b/wbce/include/phpmailer/language/phpmailer.lang-fo.php similarity index 100% rename from wb/include/phpmailer/language/phpmailer.lang-fo.php rename to wbce/include/phpmailer/language/phpmailer.lang-fo.php diff --git a/wb/include/phpmailer/language/phpmailer.lang-fr.php b/wbce/include/phpmailer/language/phpmailer.lang-fr.php similarity index 100% rename from wb/include/phpmailer/language/phpmailer.lang-fr.php rename to wbce/include/phpmailer/language/phpmailer.lang-fr.php diff --git a/wb/include/phpmailer/language/phpmailer.lang-he.php b/wbce/include/phpmailer/language/phpmailer.lang-he.php similarity index 100% rename from wb/include/phpmailer/language/phpmailer.lang-he.php rename to wbce/include/phpmailer/language/phpmailer.lang-he.php diff --git a/wb/include/phpmailer/language/phpmailer.lang-hu.php b/wbce/include/phpmailer/language/phpmailer.lang-hu.php similarity index 100% rename from wb/include/phpmailer/language/phpmailer.lang-hu.php rename to wbce/include/phpmailer/language/phpmailer.lang-hu.php diff --git a/wb/include/phpmailer/language/phpmailer.lang-it.php b/wbce/include/phpmailer/language/phpmailer.lang-it.php similarity index 100% rename from wb/include/phpmailer/language/phpmailer.lang-it.php rename to wbce/include/phpmailer/language/phpmailer.lang-it.php diff --git a/wb/include/phpmailer/language/phpmailer.lang-ja.php b/wbce/include/phpmailer/language/phpmailer.lang-ja.php similarity index 100% rename from wb/include/phpmailer/language/phpmailer.lang-ja.php rename to wbce/include/phpmailer/language/phpmailer.lang-ja.php diff --git a/wb/include/phpmailer/language/phpmailer.lang-lt.php b/wbce/include/phpmailer/language/phpmailer.lang-lt.php similarity index 100% rename from wb/include/phpmailer/language/phpmailer.lang-lt.php rename to wbce/include/phpmailer/language/phpmailer.lang-lt.php diff --git a/wb/include/phpmailer/language/phpmailer.lang-nl.php b/wbce/include/phpmailer/language/phpmailer.lang-nl.php similarity index 100% rename from wb/include/phpmailer/language/phpmailer.lang-nl.php rename to wbce/include/phpmailer/language/phpmailer.lang-nl.php diff --git a/wb/include/phpmailer/language/phpmailer.lang-no.php b/wbce/include/phpmailer/language/phpmailer.lang-no.php similarity index 100% rename from wb/include/phpmailer/language/phpmailer.lang-no.php rename to wbce/include/phpmailer/language/phpmailer.lang-no.php diff --git a/wb/include/phpmailer/language/phpmailer.lang-pl.php b/wbce/include/phpmailer/language/phpmailer.lang-pl.php similarity index 100% rename from wb/include/phpmailer/language/phpmailer.lang-pl.php rename to wbce/include/phpmailer/language/phpmailer.lang-pl.php diff --git a/wb/include/phpmailer/language/phpmailer.lang-ro.php b/wbce/include/phpmailer/language/phpmailer.lang-ro.php similarity index 100% rename from wb/include/phpmailer/language/phpmailer.lang-ro.php rename to wbce/include/phpmailer/language/phpmailer.lang-ro.php diff --git a/wb/include/phpmailer/language/phpmailer.lang-ru.php b/wbce/include/phpmailer/language/phpmailer.lang-ru.php similarity index 100% rename from wb/include/phpmailer/language/phpmailer.lang-ru.php rename to wbce/include/phpmailer/language/phpmailer.lang-ru.php diff --git a/wb/include/phpmailer/language/phpmailer.lang-se.php b/wbce/include/phpmailer/language/phpmailer.lang-se.php similarity index 100% rename from wb/include/phpmailer/language/phpmailer.lang-se.php rename to wbce/include/phpmailer/language/phpmailer.lang-se.php diff --git a/wb/include/phpmailer/language/phpmailer.lang-sk.php b/wbce/include/phpmailer/language/phpmailer.lang-sk.php similarity index 100% rename from wb/include/phpmailer/language/phpmailer.lang-sk.php rename to wbce/include/phpmailer/language/phpmailer.lang-sk.php diff --git a/wb/include/phpmailer/language/phpmailer.lang-tr.php b/wbce/include/phpmailer/language/phpmailer.lang-tr.php similarity index 100% rename from wb/include/phpmailer/language/phpmailer.lang-tr.php rename to wbce/include/phpmailer/language/phpmailer.lang-tr.php diff --git a/wb/include/phpmailer/language/phpmailer.lang-uk.php b/wbce/include/phpmailer/language/phpmailer.lang-uk.php similarity index 100% rename from wb/include/phpmailer/language/phpmailer.lang-uk.php rename to wbce/include/phpmailer/language/phpmailer.lang-uk.php diff --git a/wb/include/phpmailer/language/phpmailer.lang-zh.php b/wbce/include/phpmailer/language/phpmailer.lang-zh.php similarity index 100% rename from wb/include/phpmailer/language/phpmailer.lang-zh.php rename to wbce/include/phpmailer/language/phpmailer.lang-zh.php diff --git a/wb/include/phpmailer/language/phpmailer.lang-zh_cn.php b/wbce/include/phpmailer/language/phpmailer.lang-zh_cn.php similarity index 100% rename from wb/include/phpmailer/language/phpmailer.lang-zh_cn.php rename to wbce/include/phpmailer/language/phpmailer.lang-zh_cn.php diff --git a/wb/include/yui/License.txt b/wbce/include/yui/License.txt similarity index 100% rename from wb/include/yui/License.txt rename to wbce/include/yui/License.txt diff --git a/wb/include/yui/README b/wbce/include/yui/README similarity index 100% rename from wb/include/yui/README rename to wbce/include/yui/README diff --git a/wb/include/yui/connection/README b/wbce/include/yui/connection/README similarity index 100% rename from wb/include/yui/connection/README rename to wbce/include/yui/connection/README diff --git a/wb/include/yui/connection/connection-debug.js b/wbce/include/yui/connection/connection-debug.js similarity index 100% rename from wb/include/yui/connection/connection-debug.js rename to wbce/include/yui/connection/connection-debug.js diff --git a/wb/include/yui/connection/connection-min.js b/wbce/include/yui/connection/connection-min.js similarity index 100% rename from wb/include/yui/connection/connection-min.js rename to wbce/include/yui/connection/connection-min.js diff --git a/wb/include/yui/connection/connection.js b/wbce/include/yui/connection/connection.js similarity index 100% rename from wb/include/yui/connection/connection.js rename to wbce/include/yui/connection/connection.js diff --git a/wb/include/yui/connection/connection.swf b/wbce/include/yui/connection/connection.swf similarity index 100% rename from wb/include/yui/connection/connection.swf rename to wbce/include/yui/connection/connection.swf diff --git a/wb/include/yui/connection/connection_core-debug.js b/wbce/include/yui/connection/connection_core-debug.js similarity index 100% rename from wb/include/yui/connection/connection_core-debug.js rename to wbce/include/yui/connection/connection_core-debug.js diff --git a/wb/include/yui/connection/connection_core-min.js b/wbce/include/yui/connection/connection_core-min.js similarity index 100% rename from wb/include/yui/connection/connection_core-min.js rename to wbce/include/yui/connection/connection_core-min.js diff --git a/wb/include/yui/connection/connection_core.js b/wbce/include/yui/connection/connection_core.js similarity index 100% rename from wb/include/yui/connection/connection_core.js rename to wbce/include/yui/connection/connection_core.js diff --git a/wb/include/yui/connection/index.php b/wbce/include/yui/connection/index.php similarity index 100% rename from wb/include/yui/connection/index.php rename to wbce/include/yui/connection/index.php diff --git a/wb/include/yui/dom/README b/wbce/include/yui/dom/README similarity index 100% rename from wb/include/yui/dom/README rename to wbce/include/yui/dom/README diff --git a/wb/include/yui/dom/dom-debug.js b/wbce/include/yui/dom/dom-debug.js similarity index 100% rename from wb/include/yui/dom/dom-debug.js rename to wbce/include/yui/dom/dom-debug.js diff --git a/wb/include/yui/dom/dom-min.js b/wbce/include/yui/dom/dom-min.js similarity index 100% rename from wb/include/yui/dom/dom-min.js rename to wbce/include/yui/dom/dom-min.js diff --git a/wb/include/yui/dom/dom.js b/wbce/include/yui/dom/dom.js similarity index 100% rename from wb/include/yui/dom/dom.js rename to wbce/include/yui/dom/dom.js diff --git a/wb/include/yui/dom/index.php b/wbce/include/yui/dom/index.php similarity index 100% rename from wb/include/yui/dom/index.php rename to wbce/include/yui/dom/index.php diff --git a/wb/include/yui/dragdrop/README b/wbce/include/yui/dragdrop/README similarity index 100% rename from wb/include/yui/dragdrop/README rename to wbce/include/yui/dragdrop/README diff --git a/wb/include/yui/dragdrop/dragdrop-debug.js b/wbce/include/yui/dragdrop/dragdrop-debug.js similarity index 100% rename from wb/include/yui/dragdrop/dragdrop-debug.js rename to wbce/include/yui/dragdrop/dragdrop-debug.js diff --git a/wb/include/yui/dragdrop/dragdrop-min.js b/wbce/include/yui/dragdrop/dragdrop-min.js similarity index 100% rename from wb/include/yui/dragdrop/dragdrop-min.js rename to wbce/include/yui/dragdrop/dragdrop-min.js diff --git a/wb/include/yui/dragdrop/dragdrop.js b/wbce/include/yui/dragdrop/dragdrop.js similarity index 100% rename from wb/include/yui/dragdrop/dragdrop.js rename to wbce/include/yui/dragdrop/dragdrop.js diff --git a/wb/include/yui/dragdrop/index.php b/wbce/include/yui/dragdrop/index.php similarity index 100% rename from wb/include/yui/dragdrop/index.php rename to wbce/include/yui/dragdrop/index.php diff --git a/wb/include/yui/event/README b/wbce/include/yui/event/README similarity index 100% rename from wb/include/yui/event/README rename to wbce/include/yui/event/README diff --git a/wb/include/yui/event/event-debug.js b/wbce/include/yui/event/event-debug.js similarity index 100% rename from wb/include/yui/event/event-debug.js rename to wbce/include/yui/event/event-debug.js diff --git a/wb/include/yui/event/event-min.js b/wbce/include/yui/event/event-min.js similarity index 100% rename from wb/include/yui/event/event-min.js rename to wbce/include/yui/event/event-min.js diff --git a/wb/include/yui/event/event.js b/wbce/include/yui/event/event.js similarity index 100% rename from wb/include/yui/event/event.js rename to wbce/include/yui/event/event.js diff --git a/wb/include/yui/event/index.php b/wbce/include/yui/event/index.php similarity index 100% rename from wb/include/yui/event/index.php rename to wbce/include/yui/event/index.php diff --git a/wb/include/yui/index.php b/wbce/include/yui/index.php similarity index 100% rename from wb/include/yui/index.php rename to wbce/include/yui/index.php diff --git a/wb/include/yui/yahoo/README b/wbce/include/yui/yahoo/README similarity index 100% rename from wb/include/yui/yahoo/README rename to wbce/include/yui/yahoo/README diff --git a/wb/include/yui/yahoo/index.php b/wbce/include/yui/yahoo/index.php similarity index 100% rename from wb/include/yui/yahoo/index.php rename to wbce/include/yui/yahoo/index.php diff --git a/wb/include/yui/yahoo/yahoo-debug.js b/wbce/include/yui/yahoo/yahoo-debug.js similarity index 100% rename from wb/include/yui/yahoo/yahoo-debug.js rename to wbce/include/yui/yahoo/yahoo-debug.js diff --git a/wb/include/yui/yahoo/yahoo-min.js b/wbce/include/yui/yahoo/yahoo-min.js similarity index 100% rename from wb/include/yui/yahoo/yahoo-min.js rename to wbce/include/yui/yahoo/yahoo-min.js diff --git a/wb/include/yui/yahoo/yahoo.js b/wbce/include/yui/yahoo/yahoo.js similarity index 100% rename from wb/include/yui/yahoo/yahoo.js rename to wbce/include/yui/yahoo/yahoo.js diff --git a/wb/index.php b/wbce/index.php similarity index 100% rename from wb/index.php rename to wbce/index.php diff --git a/wb/install/background.png b/wbce/install/background.png similarity index 100% rename from wb/install/background.png rename to wbce/install/background.png diff --git a/wb/install/index.php b/wbce/install/index.php similarity index 100% rename from wb/install/index.php rename to wbce/install/index.php diff --git a/wb/install/install_data.sql b/wbce/install/install_data.sql similarity index 100% rename from wb/install/install_data.sql rename to wbce/install/install_data.sql diff --git a/wb/install/install_struct.sql b/wbce/install/install_struct.sql similarity index 100% rename from wb/install/install_struct.sql rename to wbce/install/install_struct.sql diff --git a/wb/install/logo.jpg b/wbce/install/logo.jpg similarity index 100% rename from wb/install/logo.jpg rename to wbce/install/logo.jpg diff --git a/wb/install/save.php b/wbce/install/save.php similarity index 100% rename from wb/install/save.php rename to wbce/install/save.php diff --git a/wb/install/stylesheet.css b/wbce/install/stylesheet.css similarity index 100% rename from wb/install/stylesheet.css rename to wbce/install/stylesheet.css diff --git a/wb/languages/BG.php b/wbce/languages/BG.php similarity index 100% rename from wb/languages/BG.php rename to wbce/languages/BG.php diff --git a/wb/languages/CA.php b/wbce/languages/CA.php similarity index 100% rename from wb/languages/CA.php rename to wbce/languages/CA.php diff --git a/wb/languages/CS.php b/wbce/languages/CS.php similarity index 100% rename from wb/languages/CS.php rename to wbce/languages/CS.php diff --git a/wb/languages/DA.php b/wbce/languages/DA.php similarity index 100% rename from wb/languages/DA.php rename to wbce/languages/DA.php diff --git a/wb/languages/DE.php b/wbce/languages/DE.php similarity index 100% rename from wb/languages/DE.php rename to wbce/languages/DE.php diff --git a/wb/languages/EN.php b/wbce/languages/EN.php similarity index 100% rename from wb/languages/EN.php rename to wbce/languages/EN.php diff --git a/wb/languages/ES.php b/wbce/languages/ES.php similarity index 100% rename from wb/languages/ES.php rename to wbce/languages/ES.php diff --git a/wb/languages/ET.php b/wbce/languages/ET.php similarity index 100% rename from wb/languages/ET.php rename to wbce/languages/ET.php diff --git a/wb/languages/FI.php b/wbce/languages/FI.php similarity index 100% rename from wb/languages/FI.php rename to wbce/languages/FI.php diff --git a/wb/languages/FR.php b/wbce/languages/FR.php similarity index 100% rename from wb/languages/FR.php rename to wbce/languages/FR.php diff --git a/wb/languages/HR.php b/wbce/languages/HR.php similarity index 100% rename from wb/languages/HR.php rename to wbce/languages/HR.php diff --git a/wb/languages/HU.php b/wbce/languages/HU.php similarity index 100% rename from wb/languages/HU.php rename to wbce/languages/HU.php diff --git a/wb/languages/IT.php b/wbce/languages/IT.php similarity index 100% rename from wb/languages/IT.php rename to wbce/languages/IT.php diff --git a/wb/languages/LV.php b/wbce/languages/LV.php similarity index 100% rename from wb/languages/LV.php rename to wbce/languages/LV.php diff --git a/wb/languages/NL.php b/wbce/languages/NL.php similarity index 100% rename from wb/languages/NL.php rename to wbce/languages/NL.php diff --git a/wb/languages/NO.php b/wbce/languages/NO.php similarity index 100% rename from wb/languages/NO.php rename to wbce/languages/NO.php diff --git a/wb/languages/PL.php b/wbce/languages/PL.php similarity index 100% rename from wb/languages/PL.php rename to wbce/languages/PL.php diff --git a/wb/languages/PT.php b/wbce/languages/PT.php similarity index 100% rename from wb/languages/PT.php rename to wbce/languages/PT.php diff --git a/wb/languages/RU.php b/wbce/languages/RU.php similarity index 100% rename from wb/languages/RU.php rename to wbce/languages/RU.php diff --git a/wb/languages/SE.php b/wbce/languages/SE.php similarity index 100% rename from wb/languages/SE.php rename to wbce/languages/SE.php diff --git a/wb/languages/SK.php b/wbce/languages/SK.php similarity index 100% rename from wb/languages/SK.php rename to wbce/languages/SK.php diff --git a/wb/languages/TR.php b/wbce/languages/TR.php similarity index 100% rename from wb/languages/TR.php rename to wbce/languages/TR.php diff --git a/wb/languages/index.php b/wbce/languages/index.php similarity index 100% rename from wb/languages/index.php rename to wbce/languages/index.php diff --git a/wb/languages/old.format.inc.php b/wbce/languages/old.format.inc.php similarity index 100% rename from wb/languages/old.format.inc.php rename to wbce/languages/old.format.inc.php diff --git a/wb/media/.empty b/wbce/media/.empty similarity index 100% rename from wb/media/.empty rename to wbce/media/.empty diff --git a/wb/modules/SecureFormSwitcher/FTAN_SUPPORTED b/wbce/modules/SecureFormSwitcher/FTAN_SUPPORTED similarity index 100% rename from wb/modules/SecureFormSwitcher/FTAN_SUPPORTED rename to wbce/modules/SecureFormSwitcher/FTAN_SUPPORTED diff --git a/wb/modules/SecureFormSwitcher/backend.css b/wbce/modules/SecureFormSwitcher/backend.css similarity index 100% rename from wb/modules/SecureFormSwitcher/backend.css rename to wbce/modules/SecureFormSwitcher/backend.css diff --git a/wb/modules/SecureFormSwitcher/files/SecureForm.mtab.php b/wbce/modules/SecureFormSwitcher/files/SecureForm.mtab.php similarity index 100% rename from wb/modules/SecureFormSwitcher/files/SecureForm.mtab.php rename to wbce/modules/SecureFormSwitcher/files/SecureForm.mtab.php diff --git a/wb/modules/SecureFormSwitcher/htt/help.png b/wbce/modules/SecureFormSwitcher/htt/help.png similarity index 100% rename from wb/modules/SecureFormSwitcher/htt/help.png rename to wbce/modules/SecureFormSwitcher/htt/help.png diff --git a/wb/modules/SecureFormSwitcher/htt/switchform.htt b/wbce/modules/SecureFormSwitcher/htt/switchform.htt similarity index 100% rename from wb/modules/SecureFormSwitcher/htt/switchform.htt rename to wbce/modules/SecureFormSwitcher/htt/switchform.htt diff --git a/wb/modules/SecureFormSwitcher/index.php b/wbce/modules/SecureFormSwitcher/index.php similarity index 100% rename from wb/modules/SecureFormSwitcher/index.php rename to wbce/modules/SecureFormSwitcher/index.php diff --git a/wb/modules/SecureFormSwitcher/info.php b/wbce/modules/SecureFormSwitcher/info.php similarity index 100% rename from wb/modules/SecureFormSwitcher/info.php rename to wbce/modules/SecureFormSwitcher/info.php diff --git a/wb/modules/SecureFormSwitcher/install.php b/wbce/modules/SecureFormSwitcher/install.php similarity index 100% rename from wb/modules/SecureFormSwitcher/install.php rename to wbce/modules/SecureFormSwitcher/install.php diff --git a/wb/modules/SecureFormSwitcher/language_load.php b/wbce/modules/SecureFormSwitcher/language_load.php similarity index 100% rename from wb/modules/SecureFormSwitcher/language_load.php rename to wbce/modules/SecureFormSwitcher/language_load.php diff --git a/wb/modules/SecureFormSwitcher/languages/DE.php b/wbce/modules/SecureFormSwitcher/languages/DE.php similarity index 100% rename from wb/modules/SecureFormSwitcher/languages/DE.php rename to wbce/modules/SecureFormSwitcher/languages/DE.php diff --git a/wb/modules/SecureFormSwitcher/languages/EN.php b/wbce/modules/SecureFormSwitcher/languages/EN.php similarity index 100% rename from wb/modules/SecureFormSwitcher/languages/EN.php rename to wbce/modules/SecureFormSwitcher/languages/EN.php diff --git a/wb/modules/SecureFormSwitcher/tool.php b/wbce/modules/SecureFormSwitcher/tool.php similarity index 100% rename from wb/modules/SecureFormSwitcher/tool.php rename to wbce/modules/SecureFormSwitcher/tool.php diff --git a/wb/modules/SecureFormSwitcher/uninstall.php b/wbce/modules/SecureFormSwitcher/uninstall.php similarity index 100% rename from wb/modules/SecureFormSwitcher/uninstall.php rename to wbce/modules/SecureFormSwitcher/uninstall.php diff --git a/wb/modules/SecureFormSwitcher/upgrade.php b/wbce/modules/SecureFormSwitcher/upgrade.php similarity index 100% rename from wb/modules/SecureFormSwitcher/upgrade.php rename to wbce/modules/SecureFormSwitcher/upgrade.php diff --git a/wb/modules/addon_monitor/TwigTE/LICENSE b/wbce/modules/addon_monitor/TwigTE/LICENSE similarity index 100% rename from wb/modules/addon_monitor/TwigTE/LICENSE rename to wbce/modules/addon_monitor/TwigTE/LICENSE diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Autoloader.php b/wbce/modules/addon_monitor/TwigTE/Twig/Autoloader.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Autoloader.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Autoloader.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Compiler.php b/wbce/modules/addon_monitor/TwigTE/Twig/Compiler.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Compiler.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Compiler.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/CompilerInterface.php b/wbce/modules/addon_monitor/TwigTE/Twig/CompilerInterface.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/CompilerInterface.php rename to wbce/modules/addon_monitor/TwigTE/Twig/CompilerInterface.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Environment.php b/wbce/modules/addon_monitor/TwigTE/Twig/Environment.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Environment.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Environment.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Error.php b/wbce/modules/addon_monitor/TwigTE/Twig/Error.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Error.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Error.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Error/Loader.php b/wbce/modules/addon_monitor/TwigTE/Twig/Error/Loader.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Error/Loader.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Error/Loader.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Error/Runtime.php b/wbce/modules/addon_monitor/TwigTE/Twig/Error/Runtime.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Error/Runtime.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Error/Runtime.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Error/Syntax.php b/wbce/modules/addon_monitor/TwigTE/Twig/Error/Syntax.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Error/Syntax.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Error/Syntax.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/ExistsLoaderInterface.php b/wbce/modules/addon_monitor/TwigTE/Twig/ExistsLoaderInterface.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/ExistsLoaderInterface.php rename to wbce/modules/addon_monitor/TwigTE/Twig/ExistsLoaderInterface.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/ExpressionParser.php b/wbce/modules/addon_monitor/TwigTE/Twig/ExpressionParser.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/ExpressionParser.php rename to wbce/modules/addon_monitor/TwigTE/Twig/ExpressionParser.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Extension.php b/wbce/modules/addon_monitor/TwigTE/Twig/Extension.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Extension.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Extension.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Extension/Core.php b/wbce/modules/addon_monitor/TwigTE/Twig/Extension/Core.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Extension/Core.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Extension/Core.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Extension/Debug.php b/wbce/modules/addon_monitor/TwigTE/Twig/Extension/Debug.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Extension/Debug.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Extension/Debug.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Extension/Escaper.php b/wbce/modules/addon_monitor/TwigTE/Twig/Extension/Escaper.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Extension/Escaper.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Extension/Escaper.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Extension/Optimizer.php b/wbce/modules/addon_monitor/TwigTE/Twig/Extension/Optimizer.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Extension/Optimizer.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Extension/Optimizer.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Extension/Sandbox.php b/wbce/modules/addon_monitor/TwigTE/Twig/Extension/Sandbox.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Extension/Sandbox.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Extension/Sandbox.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Extension/Staging.php b/wbce/modules/addon_monitor/TwigTE/Twig/Extension/Staging.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Extension/Staging.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Extension/Staging.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Extension/StringLoader.php b/wbce/modules/addon_monitor/TwigTE/Twig/Extension/StringLoader.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Extension/StringLoader.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Extension/StringLoader.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/ExtensionInterface.php b/wbce/modules/addon_monitor/TwigTE/Twig/ExtensionInterface.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/ExtensionInterface.php rename to wbce/modules/addon_monitor/TwigTE/Twig/ExtensionInterface.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Filter.php b/wbce/modules/addon_monitor/TwigTE/Twig/Filter.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Filter.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Filter.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Filter/Function.php b/wbce/modules/addon_monitor/TwigTE/Twig/Filter/Function.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Filter/Function.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Filter/Function.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Filter/Method.php b/wbce/modules/addon_monitor/TwigTE/Twig/Filter/Method.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Filter/Method.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Filter/Method.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Filter/Node.php b/wbce/modules/addon_monitor/TwigTE/Twig/Filter/Node.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Filter/Node.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Filter/Node.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/FilterCallableInterface.php b/wbce/modules/addon_monitor/TwigTE/Twig/FilterCallableInterface.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/FilterCallableInterface.php rename to wbce/modules/addon_monitor/TwigTE/Twig/FilterCallableInterface.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/FilterInterface.php b/wbce/modules/addon_monitor/TwigTE/Twig/FilterInterface.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/FilterInterface.php rename to wbce/modules/addon_monitor/TwigTE/Twig/FilterInterface.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Function.php b/wbce/modules/addon_monitor/TwigTE/Twig/Function.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Function.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Function.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Function/Function.php b/wbce/modules/addon_monitor/TwigTE/Twig/Function/Function.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Function/Function.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Function/Function.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Function/Method.php b/wbce/modules/addon_monitor/TwigTE/Twig/Function/Method.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Function/Method.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Function/Method.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Function/Node.php b/wbce/modules/addon_monitor/TwigTE/Twig/Function/Node.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Function/Node.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Function/Node.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/FunctionCallableInterface.php b/wbce/modules/addon_monitor/TwigTE/Twig/FunctionCallableInterface.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/FunctionCallableInterface.php rename to wbce/modules/addon_monitor/TwigTE/Twig/FunctionCallableInterface.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/FunctionInterface.php b/wbce/modules/addon_monitor/TwigTE/Twig/FunctionInterface.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/FunctionInterface.php rename to wbce/modules/addon_monitor/TwigTE/Twig/FunctionInterface.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Lexer.php b/wbce/modules/addon_monitor/TwigTE/Twig/Lexer.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Lexer.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Lexer.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/LexerInterface.php b/wbce/modules/addon_monitor/TwigTE/Twig/LexerInterface.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/LexerInterface.php rename to wbce/modules/addon_monitor/TwigTE/Twig/LexerInterface.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Loader/Array.php b/wbce/modules/addon_monitor/TwigTE/Twig/Loader/Array.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Loader/Array.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Loader/Array.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Loader/Chain.php b/wbce/modules/addon_monitor/TwigTE/Twig/Loader/Chain.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Loader/Chain.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Loader/Chain.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Loader/Filesystem.php b/wbce/modules/addon_monitor/TwigTE/Twig/Loader/Filesystem.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Loader/Filesystem.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Loader/Filesystem.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Loader/String.php b/wbce/modules/addon_monitor/TwigTE/Twig/Loader/String.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Loader/String.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Loader/String.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/LoaderInterface.php b/wbce/modules/addon_monitor/TwigTE/Twig/LoaderInterface.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/LoaderInterface.php rename to wbce/modules/addon_monitor/TwigTE/Twig/LoaderInterface.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Markup.php b/wbce/modules/addon_monitor/TwigTE/Twig/Markup.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Markup.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Markup.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/AutoEscape.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/AutoEscape.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/AutoEscape.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/AutoEscape.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Block.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Block.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Block.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Block.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/BlockReference.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/BlockReference.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/BlockReference.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/BlockReference.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Body.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Body.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Body.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Body.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Do.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Do.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Do.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Do.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Embed.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Embed.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Embed.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Embed.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Array.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Array.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Array.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Array.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/AssignName.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/AssignName.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/AssignName.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/AssignName.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Add.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Add.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Add.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Add.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/And.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/And.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/And.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/And.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/BitwiseAnd.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/BitwiseAnd.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/BitwiseAnd.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/BitwiseAnd.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/BitwiseOr.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/BitwiseOr.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/BitwiseOr.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/BitwiseOr.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/BitwiseXor.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/BitwiseXor.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/BitwiseXor.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/BitwiseXor.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Concat.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Concat.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Concat.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Concat.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Div.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Div.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Div.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Div.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Equal.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Equal.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Equal.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Equal.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/FloorDiv.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/FloorDiv.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/FloorDiv.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/FloorDiv.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Greater.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Greater.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Greater.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Greater.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/GreaterEqual.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/GreaterEqual.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/GreaterEqual.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/GreaterEqual.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/In.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/In.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/In.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/In.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Less.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Less.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Less.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Less.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/LessEqual.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/LessEqual.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/LessEqual.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/LessEqual.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Mod.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Mod.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Mod.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Mod.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Mul.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Mul.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Mul.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Mul.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/NotEqual.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/NotEqual.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/NotEqual.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/NotEqual.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/NotIn.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/NotIn.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/NotIn.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/NotIn.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Or.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Or.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Or.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Or.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Power.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Power.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Power.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Power.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Range.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Range.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Range.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Range.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Sub.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Sub.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Sub.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Binary/Sub.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/BlockReference.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/BlockReference.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/BlockReference.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/BlockReference.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Call.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Call.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Call.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Call.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Conditional.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Conditional.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Conditional.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Conditional.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Constant.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Constant.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Constant.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Constant.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/ExtensionReference.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/ExtensionReference.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/ExtensionReference.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/ExtensionReference.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Filter.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Filter.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Filter.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Filter.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Filter/Default.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Filter/Default.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Filter/Default.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Filter/Default.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Function.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Function.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Function.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Function.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/GetAttr.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/GetAttr.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/GetAttr.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/GetAttr.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/MethodCall.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/MethodCall.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/MethodCall.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/MethodCall.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Name.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Name.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Name.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Name.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Parent.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Parent.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Parent.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Parent.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/TempName.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/TempName.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/TempName.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/TempName.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Test.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Test.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Test.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Test.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Test/Constant.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Test/Constant.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Test/Constant.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Test/Constant.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Test/Defined.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Test/Defined.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Test/Defined.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Test/Defined.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Test/Divisibleby.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Test/Divisibleby.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Test/Divisibleby.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Test/Divisibleby.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Test/Even.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Test/Even.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Test/Even.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Test/Even.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Test/Null.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Test/Null.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Test/Null.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Test/Null.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Test/Odd.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Test/Odd.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Test/Odd.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Test/Odd.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Test/Sameas.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Test/Sameas.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Test/Sameas.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Test/Sameas.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Unary.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Unary.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Unary.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Unary.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Unary/Neg.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Unary/Neg.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Unary/Neg.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Unary/Neg.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Unary/Not.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Unary/Not.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Unary/Not.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Unary/Not.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Unary/Pos.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Unary/Pos.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Expression/Unary/Pos.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Expression/Unary/Pos.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Flush.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Flush.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Flush.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Flush.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/For.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/For.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/For.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/For.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/ForLoop.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/ForLoop.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/ForLoop.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/ForLoop.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/If.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/If.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/If.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/If.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Import.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Import.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Import.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Import.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Include.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Include.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Include.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Include.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Macro.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Macro.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Macro.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Macro.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Module.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Module.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Module.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Module.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Print.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Print.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Print.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Print.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Sandbox.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Sandbox.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Sandbox.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Sandbox.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/SandboxedModule.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/SandboxedModule.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/SandboxedModule.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/SandboxedModule.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/SandboxedPrint.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/SandboxedPrint.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/SandboxedPrint.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/SandboxedPrint.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Set.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Set.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Set.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Set.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/SetTemp.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/SetTemp.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/SetTemp.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/SetTemp.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Spaceless.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Spaceless.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Spaceless.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Spaceless.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Node/Text.php b/wbce/modules/addon_monitor/TwigTE/Twig/Node/Text.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Node/Text.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Node/Text.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/NodeInterface.php b/wbce/modules/addon_monitor/TwigTE/Twig/NodeInterface.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/NodeInterface.php rename to wbce/modules/addon_monitor/TwigTE/Twig/NodeInterface.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/NodeOutputInterface.php b/wbce/modules/addon_monitor/TwigTE/Twig/NodeOutputInterface.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/NodeOutputInterface.php rename to wbce/modules/addon_monitor/TwigTE/Twig/NodeOutputInterface.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/NodeTraverser.php b/wbce/modules/addon_monitor/TwigTE/Twig/NodeTraverser.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/NodeTraverser.php rename to wbce/modules/addon_monitor/TwigTE/Twig/NodeTraverser.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/NodeVisitor/Escaper.php b/wbce/modules/addon_monitor/TwigTE/Twig/NodeVisitor/Escaper.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/NodeVisitor/Escaper.php rename to wbce/modules/addon_monitor/TwigTE/Twig/NodeVisitor/Escaper.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/NodeVisitor/Optimizer.php b/wbce/modules/addon_monitor/TwigTE/Twig/NodeVisitor/Optimizer.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/NodeVisitor/Optimizer.php rename to wbce/modules/addon_monitor/TwigTE/Twig/NodeVisitor/Optimizer.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/NodeVisitor/SafeAnalysis.php b/wbce/modules/addon_monitor/TwigTE/Twig/NodeVisitor/SafeAnalysis.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/NodeVisitor/SafeAnalysis.php rename to wbce/modules/addon_monitor/TwigTE/Twig/NodeVisitor/SafeAnalysis.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/NodeVisitor/Sandbox.php b/wbce/modules/addon_monitor/TwigTE/Twig/NodeVisitor/Sandbox.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/NodeVisitor/Sandbox.php rename to wbce/modules/addon_monitor/TwigTE/Twig/NodeVisitor/Sandbox.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/NodeVisitorInterface.php b/wbce/modules/addon_monitor/TwigTE/Twig/NodeVisitorInterface.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/NodeVisitorInterface.php rename to wbce/modules/addon_monitor/TwigTE/Twig/NodeVisitorInterface.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Parser.php b/wbce/modules/addon_monitor/TwigTE/Twig/Parser.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Parser.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Parser.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/ParserInterface.php b/wbce/modules/addon_monitor/TwigTE/Twig/ParserInterface.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/ParserInterface.php rename to wbce/modules/addon_monitor/TwigTE/Twig/ParserInterface.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Sandbox/SecurityError.php b/wbce/modules/addon_monitor/TwigTE/Twig/Sandbox/SecurityError.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Sandbox/SecurityError.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Sandbox/SecurityError.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Sandbox/SecurityPolicy.php b/wbce/modules/addon_monitor/TwigTE/Twig/Sandbox/SecurityPolicy.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Sandbox/SecurityPolicy.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Sandbox/SecurityPolicy.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Sandbox/SecurityPolicyInterface.php b/wbce/modules/addon_monitor/TwigTE/Twig/Sandbox/SecurityPolicyInterface.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Sandbox/SecurityPolicyInterface.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Sandbox/SecurityPolicyInterface.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/SimpleFilter.php b/wbce/modules/addon_monitor/TwigTE/Twig/SimpleFilter.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/SimpleFilter.php rename to wbce/modules/addon_monitor/TwigTE/Twig/SimpleFilter.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/SimpleFunction.php b/wbce/modules/addon_monitor/TwigTE/Twig/SimpleFunction.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/SimpleFunction.php rename to wbce/modules/addon_monitor/TwigTE/Twig/SimpleFunction.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/SimpleTest.php b/wbce/modules/addon_monitor/TwigTE/Twig/SimpleTest.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/SimpleTest.php rename to wbce/modules/addon_monitor/TwigTE/Twig/SimpleTest.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Template.php b/wbce/modules/addon_monitor/TwigTE/Twig/Template.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Template.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Template.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/TemplateInterface.php b/wbce/modules/addon_monitor/TwigTE/Twig/TemplateInterface.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/TemplateInterface.php rename to wbce/modules/addon_monitor/TwigTE/Twig/TemplateInterface.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Test.php b/wbce/modules/addon_monitor/TwigTE/Twig/Test.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Test.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Test.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Test/Function.php b/wbce/modules/addon_monitor/TwigTE/Twig/Test/Function.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Test/Function.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Test/Function.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Test/IntegrationTestCase.php b/wbce/modules/addon_monitor/TwigTE/Twig/Test/IntegrationTestCase.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Test/IntegrationTestCase.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Test/IntegrationTestCase.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Test/Method.php b/wbce/modules/addon_monitor/TwigTE/Twig/Test/Method.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Test/Method.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Test/Method.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Test/Node.php b/wbce/modules/addon_monitor/TwigTE/Twig/Test/Node.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Test/Node.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Test/Node.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Test/NodeTestCase.php b/wbce/modules/addon_monitor/TwigTE/Twig/Test/NodeTestCase.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Test/NodeTestCase.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Test/NodeTestCase.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/TestCallableInterface.php b/wbce/modules/addon_monitor/TwigTE/Twig/TestCallableInterface.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/TestCallableInterface.php rename to wbce/modules/addon_monitor/TwigTE/Twig/TestCallableInterface.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/TestInterface.php b/wbce/modules/addon_monitor/TwigTE/Twig/TestInterface.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/TestInterface.php rename to wbce/modules/addon_monitor/TwigTE/Twig/TestInterface.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/Token.php b/wbce/modules/addon_monitor/TwigTE/Twig/Token.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/Token.php rename to wbce/modules/addon_monitor/TwigTE/Twig/Token.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/TokenParser.php b/wbce/modules/addon_monitor/TwigTE/Twig/TokenParser.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/TokenParser.php rename to wbce/modules/addon_monitor/TwigTE/Twig/TokenParser.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/TokenParser/AutoEscape.php b/wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/AutoEscape.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/TokenParser/AutoEscape.php rename to wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/AutoEscape.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/TokenParser/Block.php b/wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/Block.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/TokenParser/Block.php rename to wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/Block.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/TokenParser/Do.php b/wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/Do.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/TokenParser/Do.php rename to wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/Do.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/TokenParser/Embed.php b/wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/Embed.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/TokenParser/Embed.php rename to wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/Embed.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/TokenParser/Extends.php b/wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/Extends.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/TokenParser/Extends.php rename to wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/Extends.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/TokenParser/Filter.php b/wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/Filter.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/TokenParser/Filter.php rename to wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/Filter.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/TokenParser/Flush.php b/wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/Flush.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/TokenParser/Flush.php rename to wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/Flush.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/TokenParser/For.php b/wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/For.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/TokenParser/For.php rename to wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/For.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/TokenParser/From.php b/wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/From.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/TokenParser/From.php rename to wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/From.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/TokenParser/If.php b/wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/If.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/TokenParser/If.php rename to wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/If.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/TokenParser/Import.php b/wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/Import.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/TokenParser/Import.php rename to wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/Import.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/TokenParser/Include.php b/wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/Include.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/TokenParser/Include.php rename to wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/Include.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/TokenParser/Macro.php b/wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/Macro.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/TokenParser/Macro.php rename to wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/Macro.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/TokenParser/Sandbox.php b/wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/Sandbox.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/TokenParser/Sandbox.php rename to wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/Sandbox.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/TokenParser/Set.php b/wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/Set.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/TokenParser/Set.php rename to wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/Set.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/TokenParser/Spaceless.php b/wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/Spaceless.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/TokenParser/Spaceless.php rename to wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/Spaceless.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/TokenParser/Use.php b/wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/Use.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/TokenParser/Use.php rename to wbce/modules/addon_monitor/TwigTE/Twig/TokenParser/Use.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/TokenParserBroker.php b/wbce/modules/addon_monitor/TwigTE/Twig/TokenParserBroker.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/TokenParserBroker.php rename to wbce/modules/addon_monitor/TwigTE/Twig/TokenParserBroker.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/TokenParserBrokerInterface.php b/wbce/modules/addon_monitor/TwigTE/Twig/TokenParserBrokerInterface.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/TokenParserBrokerInterface.php rename to wbce/modules/addon_monitor/TwigTE/Twig/TokenParserBrokerInterface.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/TokenParserInterface.php b/wbce/modules/addon_monitor/TwigTE/Twig/TokenParserInterface.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/TokenParserInterface.php rename to wbce/modules/addon_monitor/TwigTE/Twig/TokenParserInterface.php diff --git a/wb/modules/addon_monitor/TwigTE/Twig/TokenStream.php b/wbce/modules/addon_monitor/TwigTE/Twig/TokenStream.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/Twig/TokenStream.php rename to wbce/modules/addon_monitor/TwigTE/Twig/TokenStream.php diff --git a/wb/modules/addon_monitor/TwigTE/index.php b/wbce/modules/addon_monitor/TwigTE/index.php similarity index 100% rename from wb/modules/addon_monitor/TwigTE/index.php rename to wbce/modules/addon_monitor/TwigTE/index.php diff --git a/wb/modules/addon_monitor/backend.css b/wbce/modules/addon_monitor/backend.css similarity index 100% rename from wb/modules/addon_monitor/backend.css rename to wbce/modules/addon_monitor/backend.css diff --git a/wb/modules/addon_monitor/backend_body.js b/wbce/modules/addon_monitor/backend_body.js similarity index 100% rename from wb/modules/addon_monitor/backend_body.js rename to wbce/modules/addon_monitor/backend_body.js diff --git a/wb/modules/addon_monitor/css/am.css b/wbce/modules/addon_monitor/css/am.css similarity index 100% rename from wb/modules/addon_monitor/css/am.css rename to wbce/modules/addon_monitor/css/am.css diff --git a/wb/modules/addon_monitor/css/box_bg.png b/wbce/modules/addon_monitor/css/box_bg.png similarity index 100% rename from wb/modules/addon_monitor/css/box_bg.png rename to wbce/modules/addon_monitor/css/box_bg.png diff --git a/wb/modules/addon_monitor/css/gradient-white.png b/wbce/modules/addon_monitor/css/gradient-white.png similarity index 100% rename from wb/modules/addon_monitor/css/gradient-white.png rename to wbce/modules/addon_monitor/css/gradient-white.png diff --git a/wb/modules/addon_monitor/css/index.php b/wbce/modules/addon_monitor/css/index.php similarity index 100% rename from wb/modules/addon_monitor/css/index.php rename to wbce/modules/addon_monitor/css/index.php diff --git a/wb/modules/addon_monitor/css/indicator.gif b/wbce/modules/addon_monitor/css/indicator.gif similarity index 100% rename from wb/modules/addon_monitor/css/indicator.gif rename to wbce/modules/addon_monitor/css/indicator.gif diff --git a/wb/modules/addon_monitor/css/left.gif b/wbce/modules/addon_monitor/css/left.gif similarity index 100% rename from wb/modules/addon_monitor/css/left.gif rename to wbce/modules/addon_monitor/css/left.gif diff --git a/wb/modules/addon_monitor/css/left_on.gif b/wbce/modules/addon_monitor/css/left_on.gif similarity index 100% rename from wb/modules/addon_monitor/css/left_on.gif rename to wbce/modules/addon_monitor/css/left_on.gif diff --git a/wb/modules/addon_monitor/css/pager_bg.gif b/wbce/modules/addon_monitor/css/pager_bg.gif similarity index 100% rename from wb/modules/addon_monitor/css/pager_bg.gif rename to wbce/modules/addon_monitor/css/pager_bg.gif diff --git a/wb/modules/addon_monitor/css/right.gif b/wbce/modules/addon_monitor/css/right.gif similarity index 100% rename from wb/modules/addon_monitor/css/right.gif rename to wbce/modules/addon_monitor/css/right.gif diff --git a/wb/modules/addon_monitor/css/right_on.gif b/wbce/modules/addon_monitor/css/right_on.gif similarity index 100% rename from wb/modules/addon_monitor/css/right_on.gif rename to wbce/modules/addon_monitor/css/right_on.gif diff --git a/wb/modules/addon_monitor/css/sort.gif b/wbce/modules/addon_monitor/css/sort.gif similarity index 100% rename from wb/modules/addon_monitor/css/sort.gif rename to wbce/modules/addon_monitor/css/sort.gif diff --git a/wb/modules/addon_monitor/functions.php b/wbce/modules/addon_monitor/functions.php similarity index 100% rename from wb/modules/addon_monitor/functions.php rename to wbce/modules/addon_monitor/functions.php diff --git a/wb/modules/addon_monitor/icons/acp_theme_preview.jpg b/wbce/modules/addon_monitor/icons/acp_theme_preview.jpg similarity index 100% rename from wb/modules/addon_monitor/icons/acp_theme_preview.jpg rename to wbce/modules/addon_monitor/icons/acp_theme_preview.jpg diff --git a/wb/modules/addon_monitor/icons/active.png b/wbce/modules/addon_monitor/icons/active.png similarity index 100% rename from wb/modules/addon_monitor/icons/active.png rename to wbce/modules/addon_monitor/icons/active.png diff --git a/wb/modules/addon_monitor/icons/config.png b/wbce/modules/addon_monitor/icons/config.png similarity index 100% rename from wb/modules/addon_monitor/icons/config.png rename to wbce/modules/addon_monitor/icons/config.png diff --git a/wb/modules/addon_monitor/icons/delete.png b/wbce/modules/addon_monitor/icons/delete.png similarity index 100% rename from wb/modules/addon_monitor/icons/delete.png rename to wbce/modules/addon_monitor/icons/delete.png diff --git a/wb/modules/addon_monitor/icons/index.php b/wbce/modules/addon_monitor/icons/index.php similarity index 100% rename from wb/modules/addon_monitor/icons/index.php rename to wbce/modules/addon_monitor/icons/index.php diff --git a/wb/modules/addon_monitor/icons/page_module.png b/wbce/modules/addon_monitor/icons/page_module.png similarity index 100% rename from wb/modules/addon_monitor/icons/page_module.png rename to wbce/modules/addon_monitor/icons/page_module.png diff --git a/wb/modules/addon_monitor/icons/page_template_preview.jpg b/wbce/modules/addon_monitor/icons/page_template_preview.jpg similarity index 100% rename from wb/modules/addon_monitor/icons/page_template_preview.jpg rename to wbce/modules/addon_monitor/icons/page_template_preview.jpg diff --git a/wb/modules/addon_monitor/icons/snippet.png b/wbce/modules/addon_monitor/icons/snippet.png similarity index 100% rename from wb/modules/addon_monitor/icons/snippet.png rename to wbce/modules/addon_monitor/icons/snippet.png diff --git a/wb/modules/addon_monitor/icons/tool.png b/wbce/modules/addon_monitor/icons/tool.png similarity index 100% rename from wb/modules/addon_monitor/icons/tool.png rename to wbce/modules/addon_monitor/icons/tool.png diff --git a/wb/modules/addon_monitor/icons/unknown.png b/wbce/modules/addon_monitor/icons/unknown.png similarity index 100% rename from wb/modules/addon_monitor/icons/unknown.png rename to wbce/modules/addon_monitor/icons/unknown.png diff --git a/wb/modules/addon_monitor/index.php b/wbce/modules/addon_monitor/index.php similarity index 100% rename from wb/modules/addon_monitor/index.php rename to wbce/modules/addon_monitor/index.php diff --git a/wb/modules/addon_monitor/info.php b/wbce/modules/addon_monitor/info.php similarity index 100% rename from wb/modules/addon_monitor/info.php rename to wbce/modules/addon_monitor/info.php diff --git a/wb/modules/addon_monitor/install.php b/wbce/modules/addon_monitor/install.php similarity index 100% rename from wb/modules/addon_monitor/install.php rename to wbce/modules/addon_monitor/install.php diff --git a/wb/modules/addon_monitor/plugins/index.php b/wbce/modules/addon_monitor/plugins/index.php similarity index 100% rename from wb/modules/addon_monitor/plugins/index.php rename to wbce/modules/addon_monitor/plugins/index.php diff --git a/wb/modules/addon_monitor/plugins/jqueryCollapser/index.php b/wbce/modules/addon_monitor/plugins/jqueryCollapser/index.php similarity index 100% rename from wb/modules/addon_monitor/plugins/jqueryCollapser/index.php rename to wbce/modules/addon_monitor/plugins/jqueryCollapser/index.php diff --git a/wb/modules/addon_monitor/plugins/jqueryCollapser/jquery.collapser.js b/wbce/modules/addon_monitor/plugins/jqueryCollapser/jquery.collapser.js similarity index 100% rename from wb/modules/addon_monitor/plugins/jqueryCollapser/jquery.collapser.js rename to wbce/modules/addon_monitor/plugins/jqueryCollapser/jquery.collapser.js diff --git a/wb/modules/addon_monitor/plugins/jqueryCollapser/jquery.collapser.min.js b/wbce/modules/addon_monitor/plugins/jqueryCollapser/jquery.collapser.min.js similarity index 100% rename from wb/modules/addon_monitor/plugins/jqueryCollapser/jquery.collapser.min.js rename to wbce/modules/addon_monitor/plugins/jqueryCollapser/jquery.collapser.min.js diff --git a/wb/modules/addon_monitor/plugins/jqueryTablesorter/README.txt b/wbce/modules/addon_monitor/plugins/jqueryTablesorter/README.txt similarity index 100% rename from wb/modules/addon_monitor/plugins/jqueryTablesorter/README.txt rename to wbce/modules/addon_monitor/plugins/jqueryTablesorter/README.txt diff --git a/wb/modules/addon_monitor/plugins/jqueryTablesorter/index.php b/wbce/modules/addon_monitor/plugins/jqueryTablesorter/index.php similarity index 100% rename from wb/modules/addon_monitor/plugins/jqueryTablesorter/index.php rename to wbce/modules/addon_monitor/plugins/jqueryTablesorter/index.php diff --git a/wb/modules/addon_monitor/plugins/jqueryTablesorter/jquery.tablesorter.js b/wbce/modules/addon_monitor/plugins/jqueryTablesorter/jquery.tablesorter.js similarity index 100% rename from wb/modules/addon_monitor/plugins/jqueryTablesorter/jquery.tablesorter.js rename to wbce/modules/addon_monitor/plugins/jqueryTablesorter/jquery.tablesorter.js diff --git a/wb/modules/addon_monitor/plugins/jqueryTablesorter/jquery.tablesorter.min.js b/wbce/modules/addon_monitor/plugins/jqueryTablesorter/jquery.tablesorter.min.js similarity index 100% rename from wb/modules/addon_monitor/plugins/jqueryTablesorter/jquery.tablesorter.min.js rename to wbce/modules/addon_monitor/plugins/jqueryTablesorter/jquery.tablesorter.min.js diff --git a/wb/modules/addon_monitor/plugins/jqueryTablesorter/tablesorter.js b/wbce/modules/addon_monitor/plugins/jqueryTablesorter/tablesorter.js similarity index 100% rename from wb/modules/addon_monitor/plugins/jqueryTablesorter/tablesorter.js rename to wbce/modules/addon_monitor/plugins/jqueryTablesorter/tablesorter.js diff --git a/wb/modules/addon_monitor/plugins/jqueryTablesorter/tablesorter_filter.js b/wbce/modules/addon_monitor/plugins/jqueryTablesorter/tablesorter_filter.js similarity index 100% rename from wb/modules/addon_monitor/plugins/jqueryTablesorter/tablesorter_filter.js rename to wbce/modules/addon_monitor/plugins/jqueryTablesorter/tablesorter_filter.js diff --git a/wb/modules/addon_monitor/skel/index.php b/wbce/modules/addon_monitor/skel/index.php similarity index 100% rename from wb/modules/addon_monitor/skel/index.php rename to wbce/modules/addon_monitor/skel/index.php diff --git a/wb/modules/addon_monitor/skel/monitor_languages.twig b/wbce/modules/addon_monitor/skel/monitor_languages.twig similarity index 100% rename from wb/modules/addon_monitor/skel/monitor_languages.twig rename to wbce/modules/addon_monitor/skel/monitor_languages.twig diff --git a/wb/modules/addon_monitor/skel/monitor_modules.twig b/wbce/modules/addon_monitor/skel/monitor_modules.twig similarity index 100% rename from wb/modules/addon_monitor/skel/monitor_modules.twig rename to wbce/modules/addon_monitor/skel/monitor_modules.twig diff --git a/wb/modules/addon_monitor/skel/monitor_templates.twig b/wbce/modules/addon_monitor/skel/monitor_templates.twig similarity index 100% rename from wb/modules/addon_monitor/skel/monitor_templates.twig rename to wbce/modules/addon_monitor/skel/monitor_templates.twig diff --git a/wb/modules/addon_monitor/tool.php b/wbce/modules/addon_monitor/tool.php similarity index 100% rename from wb/modules/addon_monitor/tool.php rename to wbce/modules/addon_monitor/tool.php diff --git a/wb/modules/addon_monitor/tool_icon.png b/wbce/modules/addon_monitor/tool_icon.png similarity index 100% rename from wb/modules/addon_monitor/tool_icon.png rename to wbce/modules/addon_monitor/tool_icon.png diff --git a/wb/modules/addon_monitor/uninstall.php b/wbce/modules/addon_monitor/uninstall.php similarity index 100% rename from wb/modules/addon_monitor/uninstall.php rename to wbce/modules/addon_monitor/uninstall.php diff --git a/wb/modules/admin.php b/wbce/modules/admin.php similarity index 100% rename from wb/modules/admin.php rename to wbce/modules/admin.php diff --git a/wb/modules/backup/backup-sql.php b/wbce/modules/backup/backup-sql.php similarity index 100% rename from wb/modules/backup/backup-sql.php rename to wbce/modules/backup/backup-sql.php diff --git a/wb/modules/backup/index.php b/wbce/modules/backup/index.php similarity index 100% rename from wb/modules/backup/index.php rename to wbce/modules/backup/index.php diff --git a/wb/modules/backup/info.php b/wbce/modules/backup/info.php similarity index 100% rename from wb/modules/backup/info.php rename to wbce/modules/backup/info.php diff --git a/wb/modules/backup/languages/DA.php b/wbce/modules/backup/languages/DA.php similarity index 100% rename from wb/modules/backup/languages/DA.php rename to wbce/modules/backup/languages/DA.php diff --git a/wb/modules/backup/languages/DE.php b/wbce/modules/backup/languages/DE.php similarity index 100% rename from wb/modules/backup/languages/DE.php rename to wbce/modules/backup/languages/DE.php diff --git a/wb/modules/backup/languages/EN.php b/wbce/modules/backup/languages/EN.php similarity index 100% rename from wb/modules/backup/languages/EN.php rename to wbce/modules/backup/languages/EN.php diff --git a/wb/modules/backup/languages/FR.php b/wbce/modules/backup/languages/FR.php similarity index 100% rename from wb/modules/backup/languages/FR.php rename to wbce/modules/backup/languages/FR.php diff --git a/wb/modules/backup/languages/NL.php b/wbce/modules/backup/languages/NL.php similarity index 100% rename from wb/modules/backup/languages/NL.php rename to wbce/modules/backup/languages/NL.php diff --git a/wb/modules/backup/languages/NO.php b/wbce/modules/backup/languages/NO.php similarity index 100% rename from wb/modules/backup/languages/NO.php rename to wbce/modules/backup/languages/NO.php diff --git a/wb/modules/backup/languages/RU.php b/wbce/modules/backup/languages/RU.php similarity index 100% rename from wb/modules/backup/languages/RU.php rename to wbce/modules/backup/languages/RU.php diff --git a/wb/modules/backup/languages/index.php b/wbce/modules/backup/languages/index.php similarity index 100% rename from wb/modules/backup/languages/index.php rename to wbce/modules/backup/languages/index.php diff --git a/wb/modules/backup/tool.php b/wbce/modules/backup/tool.php similarity index 100% rename from wb/modules/backup/tool.php rename to wbce/modules/backup/tool.php diff --git a/wb/modules/captcha_control/FTAN_SUPPORTED b/wbce/modules/captcha_control/FTAN_SUPPORTED similarity index 100% rename from wb/modules/captcha_control/FTAN_SUPPORTED rename to wbce/modules/captcha_control/FTAN_SUPPORTED diff --git a/wb/modules/captcha_control/index.php b/wbce/modules/captcha_control/index.php similarity index 100% rename from wb/modules/captcha_control/index.php rename to wbce/modules/captcha_control/index.php diff --git a/wb/modules/captcha_control/info.php b/wbce/modules/captcha_control/info.php similarity index 100% rename from wb/modules/captcha_control/info.php rename to wbce/modules/captcha_control/info.php diff --git a/wb/modules/captcha_control/install.php b/wbce/modules/captcha_control/install.php similarity index 100% rename from wb/modules/captcha_control/install.php rename to wbce/modules/captcha_control/install.php diff --git a/wb/modules/captcha_control/install_struct.sql b/wbce/modules/captcha_control/install_struct.sql similarity index 100% rename from wb/modules/captcha_control/install_struct.sql rename to wbce/modules/captcha_control/install_struct.sql diff --git a/wb/modules/captcha_control/languages/DA.php b/wbce/modules/captcha_control/languages/DA.php similarity index 100% rename from wb/modules/captcha_control/languages/DA.php rename to wbce/modules/captcha_control/languages/DA.php diff --git a/wb/modules/captcha_control/languages/DE.php b/wbce/modules/captcha_control/languages/DE.php similarity index 100% rename from wb/modules/captcha_control/languages/DE.php rename to wbce/modules/captcha_control/languages/DE.php diff --git a/wb/modules/captcha_control/languages/EN.php b/wbce/modules/captcha_control/languages/EN.php similarity index 100% rename from wb/modules/captcha_control/languages/EN.php rename to wbce/modules/captcha_control/languages/EN.php diff --git a/wb/modules/captcha_control/languages/FR.php b/wbce/modules/captcha_control/languages/FR.php similarity index 100% rename from wb/modules/captcha_control/languages/FR.php rename to wbce/modules/captcha_control/languages/FR.php diff --git a/wb/modules/captcha_control/languages/NL.php b/wbce/modules/captcha_control/languages/NL.php similarity index 100% rename from wb/modules/captcha_control/languages/NL.php rename to wbce/modules/captcha_control/languages/NL.php diff --git a/wb/modules/captcha_control/languages/NO.php b/wbce/modules/captcha_control/languages/NO.php similarity index 100% rename from wb/modules/captcha_control/languages/NO.php rename to wbce/modules/captcha_control/languages/NO.php diff --git a/wb/modules/captcha_control/languages/PL.php b/wbce/modules/captcha_control/languages/PL.php similarity index 100% rename from wb/modules/captcha_control/languages/PL.php rename to wbce/modules/captcha_control/languages/PL.php diff --git a/wb/modules/captcha_control/languages/RU.php b/wbce/modules/captcha_control/languages/RU.php similarity index 100% rename from wb/modules/captcha_control/languages/RU.php rename to wbce/modules/captcha_control/languages/RU.php diff --git a/wb/modules/captcha_control/languages/SK.php b/wbce/modules/captcha_control/languages/SK.php similarity index 100% rename from wb/modules/captcha_control/languages/SK.php rename to wbce/modules/captcha_control/languages/SK.php diff --git a/wb/modules/captcha_control/languages/index.php b/wbce/modules/captcha_control/languages/index.php similarity index 100% rename from wb/modules/captcha_control/languages/index.php rename to wbce/modules/captcha_control/languages/index.php diff --git a/wb/modules/captcha_control/tool.php b/wbce/modules/captcha_control/tool.php similarity index 100% rename from wb/modules/captcha_control/tool.php rename to wbce/modules/captcha_control/tool.php diff --git a/wb/modules/captcha_control/uninstall.php b/wbce/modules/captcha_control/uninstall.php similarity index 100% rename from wb/modules/captcha_control/uninstall.php rename to wbce/modules/captcha_control/uninstall.php diff --git a/wb/modules/captcha_control/upgrade.php b/wbce/modules/captcha_control/upgrade.php similarity index 100% rename from wb/modules/captcha_control/upgrade.php rename to wbce/modules/captcha_control/upgrade.php diff --git a/wb/modules/ckeditor/DOCS/readme-faq.txt b/wbce/modules/ckeditor/DOCS/readme-faq.txt similarity index 100% rename from wb/modules/ckeditor/DOCS/readme-faq.txt rename to wbce/modules/ckeditor/DOCS/readme-faq.txt diff --git a/wb/modules/ckeditor/ckeditor/CHANGES.md b/wbce/modules/ckeditor/ckeditor/CHANGES.md similarity index 100% rename from wb/modules/ckeditor/ckeditor/CHANGES.md rename to wbce/modules/ckeditor/ckeditor/CHANGES.md diff --git a/wb/modules/ckeditor/ckeditor/CKEditorPlus.php b/wbce/modules/ckeditor/ckeditor/CKEditorPlus.php similarity index 100% rename from wb/modules/ckeditor/ckeditor/CKEditorPlus.php rename to wbce/modules/ckeditor/ckeditor/CKEditorPlus.php diff --git a/wb/modules/ckeditor/ckeditor/LICENSE.md b/wbce/modules/ckeditor/ckeditor/LICENSE.md similarity index 100% rename from wb/modules/ckeditor/ckeditor/LICENSE.md rename to wbce/modules/ckeditor/ckeditor/LICENSE.md diff --git a/wb/modules/ckeditor/ckeditor/README.md b/wbce/modules/ckeditor/ckeditor/README.md similarity index 100% rename from wb/modules/ckeditor/ckeditor/README.md rename to wbce/modules/ckeditor/ckeditor/README.md diff --git a/wb/modules/ckeditor/ckeditor/adapters/jquery.js b/wbce/modules/ckeditor/ckeditor/adapters/jquery.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/adapters/jquery.js rename to wbce/modules/ckeditor/ckeditor/adapters/jquery.js diff --git a/wb/modules/ckeditor/ckeditor/build-config.js b/wbce/modules/ckeditor/ckeditor/build-config.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/build-config.js rename to wbce/modules/ckeditor/ckeditor/build-config.js diff --git a/wb/modules/ckeditor/ckeditor/ckeditor.js b/wbce/modules/ckeditor/ckeditor/ckeditor.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/ckeditor.js rename to wbce/modules/ckeditor/ckeditor/ckeditor.js diff --git a/wb/modules/ckeditor/ckeditor/ckeditor.php b/wbce/modules/ckeditor/ckeditor/ckeditor.php similarity index 100% rename from wb/modules/ckeditor/ckeditor/ckeditor.php rename to wbce/modules/ckeditor/ckeditor/ckeditor.php diff --git a/wb/modules/ckeditor/ckeditor/config.js b/wbce/modules/ckeditor/ckeditor/config.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/config.js rename to wbce/modules/ckeditor/ckeditor/config.js diff --git a/wb/modules/ckeditor/ckeditor/contents.css b/wbce/modules/ckeditor/ckeditor/contents.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/contents.css rename to wbce/modules/ckeditor/ckeditor/contents.css diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/browser.css b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/browser.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/browser.css rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/browser.css diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/browser.html b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/browser.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/browser.html rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/browser.html diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/frmactualfolder.html b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/frmactualfolder.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/frmactualfolder.html rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/frmactualfolder.html diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/frmcreatefolder.html b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/frmcreatefolder.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/frmcreatefolder.html rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/frmcreatefolder.html diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/frmcreatefolder.html.org b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/frmcreatefolder.html.org similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/frmcreatefolder.html.org rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/frmcreatefolder.html.org diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/frmfolders.html b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/frmfolders.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/frmfolders.html rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/frmfolders.html diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/frmresourceslist.html b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/frmresourceslist.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/frmresourceslist.html rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/frmresourceslist.html diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/frmresourcetype.html b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/frmresourcetype.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/frmresourcetype.html rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/frmresourcetype.html diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/frmupload.html b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/frmupload.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/frmupload.html rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/frmupload.html diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/frmupload.html.org b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/frmupload.html.org similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/frmupload.html.org rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/frmupload.html.org diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/Folder.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/Folder.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/Folder.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/Folder.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/FolderOpened.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/FolderOpened.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/FolderOpened.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/FolderOpened.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/FolderOpened_big.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/FolderOpened_big.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/FolderOpened_big.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/FolderOpened_big.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/FolderUp.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/FolderUp.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/FolderUp.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/FolderUp.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/folder_big.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/folder_big.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/folder_big.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/folder_big.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/ai.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/ai.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/ai.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/ai.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/avi.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/avi.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/avi.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/avi.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/bmp.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/bmp.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/bmp.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/bmp.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/cs.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/cs.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/cs.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/cs.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/default.icon.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/default.icon.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/default.icon.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/default.icon.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/dll.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/dll.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/dll.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/dll.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/doc.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/doc.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/doc.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/doc.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/exe.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/exe.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/exe.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/exe.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/fla.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/fla.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/fla.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/fla.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/gif.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/gif.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/gif.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/gif.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/htm.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/htm.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/htm.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/htm.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/html.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/html.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/html.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/html.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/jpg.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/jpg.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/jpg.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/jpg.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/js.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/js.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/js.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/js.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/mdb.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/mdb.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/mdb.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/mdb.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/mp3.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/mp3.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/mp3.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/mp3.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/pages.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/pages.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/pages.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/pages.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/pdf.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/pdf.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/pdf.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/pdf.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/png.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/png.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/png.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/png.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/ppt.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/ppt.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/ppt.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/ppt.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/rdp.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/rdp.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/rdp.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/rdp.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/swf.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/swf.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/swf.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/swf.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/swt.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/swt.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/swt.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/swt.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/sxc.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/sxc.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/sxc.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/sxc.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/sxi.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/sxi.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/sxi.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/sxi.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/sxw.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/sxw.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/sxw.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/sxw.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/txt.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/txt.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/txt.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/txt.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/vsd.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/vsd.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/vsd.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/vsd.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/xls.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/xls.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/xls.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/xls.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/xml.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/xml.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/xml.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/xml.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/zip.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/zip.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/zip.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/icons/zip.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/newFile.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/newFile.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/newFile.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/newFile.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/newFolder.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/newFolder.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/newFolder.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/newFolder.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/spacer.gif b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/spacer.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/images/spacer.gif rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/images/spacer.gif diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/js/common.js b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/js/common.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/js/common.js rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/js/common.js diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/js/fckxml.js b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/js/fckxml.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/js/fckxml.js rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/js/fckxml.js diff --git a/wb/modules/ckeditor/ckeditor/filemanager/browser/default/js/imgpreview.min.0.22.jquery.js b/wbce/modules/ckeditor/ckeditor/filemanager/browser/default/js/imgpreview.min.0.22.jquery.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/browser/default/js/imgpreview.min.0.22.jquery.js rename to wbce/modules/ckeditor/ckeditor/filemanager/browser/default/js/imgpreview.min.0.22.jquery.js diff --git a/wb/modules/ckeditor/ckeditor/filemanager/connectors/php/basexml.php b/wbce/modules/ckeditor/ckeditor/filemanager/connectors/php/basexml.php similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/connectors/php/basexml.php rename to wbce/modules/ckeditor/ckeditor/filemanager/connectors/php/basexml.php diff --git a/wb/modules/ckeditor/ckeditor/filemanager/connectors/php/commands.php b/wbce/modules/ckeditor/ckeditor/filemanager/connectors/php/commands.php similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/connectors/php/commands.php rename to wbce/modules/ckeditor/ckeditor/filemanager/connectors/php/commands.php diff --git a/wb/modules/ckeditor/ckeditor/filemanager/connectors/php/config.php b/wbce/modules/ckeditor/ckeditor/filemanager/connectors/php/config.php similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/connectors/php/config.php rename to wbce/modules/ckeditor/ckeditor/filemanager/connectors/php/config.php diff --git a/wb/modules/ckeditor/ckeditor/filemanager/connectors/php/connector.php b/wbce/modules/ckeditor/ckeditor/filemanager/connectors/php/connector.php similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/connectors/php/connector.php rename to wbce/modules/ckeditor/ckeditor/filemanager/connectors/php/connector.php diff --git a/wb/modules/ckeditor/ckeditor/filemanager/connectors/php/io.php b/wbce/modules/ckeditor/ckeditor/filemanager/connectors/php/io.php similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/connectors/php/io.php rename to wbce/modules/ckeditor/ckeditor/filemanager/connectors/php/io.php diff --git a/wb/modules/ckeditor/ckeditor/filemanager/connectors/php/phpcompat.php b/wbce/modules/ckeditor/ckeditor/filemanager/connectors/php/phpcompat.php similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/connectors/php/phpcompat.php rename to wbce/modules/ckeditor/ckeditor/filemanager/connectors/php/phpcompat.php diff --git a/wb/modules/ckeditor/ckeditor/filemanager/connectors/php/upload.php b/wbce/modules/ckeditor/ckeditor/filemanager/connectors/php/upload.php similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/connectors/php/upload.php rename to wbce/modules/ckeditor/ckeditor/filemanager/connectors/php/upload.php diff --git a/wb/modules/ckeditor/ckeditor/filemanager/connectors/php/util.php b/wbce/modules/ckeditor/ckeditor/filemanager/connectors/php/util.php similarity index 100% rename from wb/modules/ckeditor/ckeditor/filemanager/connectors/php/util.php rename to wbce/modules/ckeditor/ckeditor/filemanager/connectors/php/util.php diff --git a/wb/modules/ckeditor/ckeditor/lang/af.js b/wbce/modules/ckeditor/ckeditor/lang/af.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/af.js rename to wbce/modules/ckeditor/ckeditor/lang/af.js diff --git a/wb/modules/ckeditor/ckeditor/lang/ar.js b/wbce/modules/ckeditor/ckeditor/lang/ar.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/ar.js rename to wbce/modules/ckeditor/ckeditor/lang/ar.js diff --git a/wb/modules/ckeditor/ckeditor/lang/bg.js b/wbce/modules/ckeditor/ckeditor/lang/bg.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/bg.js rename to wbce/modules/ckeditor/ckeditor/lang/bg.js diff --git a/wb/modules/ckeditor/ckeditor/lang/bn.js b/wbce/modules/ckeditor/ckeditor/lang/bn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/bn.js rename to wbce/modules/ckeditor/ckeditor/lang/bn.js diff --git a/wb/modules/ckeditor/ckeditor/lang/bs.js b/wbce/modules/ckeditor/ckeditor/lang/bs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/bs.js rename to wbce/modules/ckeditor/ckeditor/lang/bs.js diff --git a/wb/modules/ckeditor/ckeditor/lang/ca.js b/wbce/modules/ckeditor/ckeditor/lang/ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/ca.js rename to wbce/modules/ckeditor/ckeditor/lang/ca.js diff --git a/wb/modules/ckeditor/ckeditor/lang/cs.js b/wbce/modules/ckeditor/ckeditor/lang/cs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/cs.js rename to wbce/modules/ckeditor/ckeditor/lang/cs.js diff --git a/wb/modules/ckeditor/ckeditor/lang/cy.js b/wbce/modules/ckeditor/ckeditor/lang/cy.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/cy.js rename to wbce/modules/ckeditor/ckeditor/lang/cy.js diff --git a/wb/modules/ckeditor/ckeditor/lang/da.js b/wbce/modules/ckeditor/ckeditor/lang/da.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/da.js rename to wbce/modules/ckeditor/ckeditor/lang/da.js diff --git a/wb/modules/ckeditor/ckeditor/lang/de.js b/wbce/modules/ckeditor/ckeditor/lang/de.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/de.js rename to wbce/modules/ckeditor/ckeditor/lang/de.js diff --git a/wb/modules/ckeditor/ckeditor/lang/el.js b/wbce/modules/ckeditor/ckeditor/lang/el.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/el.js rename to wbce/modules/ckeditor/ckeditor/lang/el.js diff --git a/wb/modules/ckeditor/ckeditor/lang/en-au.js b/wbce/modules/ckeditor/ckeditor/lang/en-au.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/en-au.js rename to wbce/modules/ckeditor/ckeditor/lang/en-au.js diff --git a/wb/modules/ckeditor/ckeditor/lang/en-ca.js b/wbce/modules/ckeditor/ckeditor/lang/en-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/en-ca.js rename to wbce/modules/ckeditor/ckeditor/lang/en-ca.js diff --git a/wb/modules/ckeditor/ckeditor/lang/en-gb.js b/wbce/modules/ckeditor/ckeditor/lang/en-gb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/en-gb.js rename to wbce/modules/ckeditor/ckeditor/lang/en-gb.js diff --git a/wb/modules/ckeditor/ckeditor/lang/en.js b/wbce/modules/ckeditor/ckeditor/lang/en.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/en.js rename to wbce/modules/ckeditor/ckeditor/lang/en.js diff --git a/wb/modules/ckeditor/ckeditor/lang/eo.js b/wbce/modules/ckeditor/ckeditor/lang/eo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/eo.js rename to wbce/modules/ckeditor/ckeditor/lang/eo.js diff --git a/wb/modules/ckeditor/ckeditor/lang/es.js b/wbce/modules/ckeditor/ckeditor/lang/es.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/es.js rename to wbce/modules/ckeditor/ckeditor/lang/es.js diff --git a/wb/modules/ckeditor/ckeditor/lang/et.js b/wbce/modules/ckeditor/ckeditor/lang/et.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/et.js rename to wbce/modules/ckeditor/ckeditor/lang/et.js diff --git a/wb/modules/ckeditor/ckeditor/lang/eu.js b/wbce/modules/ckeditor/ckeditor/lang/eu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/eu.js rename to wbce/modules/ckeditor/ckeditor/lang/eu.js diff --git a/wb/modules/ckeditor/ckeditor/lang/fa.js b/wbce/modules/ckeditor/ckeditor/lang/fa.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/fa.js rename to wbce/modules/ckeditor/ckeditor/lang/fa.js diff --git a/wb/modules/ckeditor/ckeditor/lang/fi.js b/wbce/modules/ckeditor/ckeditor/lang/fi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/fi.js rename to wbce/modules/ckeditor/ckeditor/lang/fi.js diff --git a/wb/modules/ckeditor/ckeditor/lang/fo.js b/wbce/modules/ckeditor/ckeditor/lang/fo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/fo.js rename to wbce/modules/ckeditor/ckeditor/lang/fo.js diff --git a/wb/modules/ckeditor/ckeditor/lang/fr-ca.js b/wbce/modules/ckeditor/ckeditor/lang/fr-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/fr-ca.js rename to wbce/modules/ckeditor/ckeditor/lang/fr-ca.js diff --git a/wb/modules/ckeditor/ckeditor/lang/fr.js b/wbce/modules/ckeditor/ckeditor/lang/fr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/fr.js rename to wbce/modules/ckeditor/ckeditor/lang/fr.js diff --git a/wb/modules/ckeditor/ckeditor/lang/gl.js b/wbce/modules/ckeditor/ckeditor/lang/gl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/gl.js rename to wbce/modules/ckeditor/ckeditor/lang/gl.js diff --git a/wb/modules/ckeditor/ckeditor/lang/gu.js b/wbce/modules/ckeditor/ckeditor/lang/gu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/gu.js rename to wbce/modules/ckeditor/ckeditor/lang/gu.js diff --git a/wb/modules/ckeditor/ckeditor/lang/he.js b/wbce/modules/ckeditor/ckeditor/lang/he.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/he.js rename to wbce/modules/ckeditor/ckeditor/lang/he.js diff --git a/wb/modules/ckeditor/ckeditor/lang/hi.js b/wbce/modules/ckeditor/ckeditor/lang/hi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/hi.js rename to wbce/modules/ckeditor/ckeditor/lang/hi.js diff --git a/wb/modules/ckeditor/ckeditor/lang/hr.js b/wbce/modules/ckeditor/ckeditor/lang/hr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/hr.js rename to wbce/modules/ckeditor/ckeditor/lang/hr.js diff --git a/wb/modules/ckeditor/ckeditor/lang/hu.js b/wbce/modules/ckeditor/ckeditor/lang/hu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/hu.js rename to wbce/modules/ckeditor/ckeditor/lang/hu.js diff --git a/wb/modules/ckeditor/ckeditor/lang/id.js b/wbce/modules/ckeditor/ckeditor/lang/id.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/id.js rename to wbce/modules/ckeditor/ckeditor/lang/id.js diff --git a/wb/modules/ckeditor/ckeditor/lang/is.js b/wbce/modules/ckeditor/ckeditor/lang/is.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/is.js rename to wbce/modules/ckeditor/ckeditor/lang/is.js diff --git a/wb/modules/ckeditor/ckeditor/lang/it.js b/wbce/modules/ckeditor/ckeditor/lang/it.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/it.js rename to wbce/modules/ckeditor/ckeditor/lang/it.js diff --git a/wb/modules/ckeditor/ckeditor/lang/ja.js b/wbce/modules/ckeditor/ckeditor/lang/ja.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/ja.js rename to wbce/modules/ckeditor/ckeditor/lang/ja.js diff --git a/wb/modules/ckeditor/ckeditor/lang/ka.js b/wbce/modules/ckeditor/ckeditor/lang/ka.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/ka.js rename to wbce/modules/ckeditor/ckeditor/lang/ka.js diff --git a/wb/modules/ckeditor/ckeditor/lang/km.js b/wbce/modules/ckeditor/ckeditor/lang/km.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/km.js rename to wbce/modules/ckeditor/ckeditor/lang/km.js diff --git a/wb/modules/ckeditor/ckeditor/lang/ko.js b/wbce/modules/ckeditor/ckeditor/lang/ko.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/ko.js rename to wbce/modules/ckeditor/ckeditor/lang/ko.js diff --git a/wb/modules/ckeditor/ckeditor/lang/ku.js b/wbce/modules/ckeditor/ckeditor/lang/ku.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/ku.js rename to wbce/modules/ckeditor/ckeditor/lang/ku.js diff --git a/wb/modules/ckeditor/ckeditor/lang/lt.js b/wbce/modules/ckeditor/ckeditor/lang/lt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/lt.js rename to wbce/modules/ckeditor/ckeditor/lang/lt.js diff --git a/wb/modules/ckeditor/ckeditor/lang/lv.js b/wbce/modules/ckeditor/ckeditor/lang/lv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/lv.js rename to wbce/modules/ckeditor/ckeditor/lang/lv.js diff --git a/wb/modules/ckeditor/ckeditor/lang/mk.js b/wbce/modules/ckeditor/ckeditor/lang/mk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/mk.js rename to wbce/modules/ckeditor/ckeditor/lang/mk.js diff --git a/wb/modules/ckeditor/ckeditor/lang/mn.js b/wbce/modules/ckeditor/ckeditor/lang/mn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/mn.js rename to wbce/modules/ckeditor/ckeditor/lang/mn.js diff --git a/wb/modules/ckeditor/ckeditor/lang/ms.js b/wbce/modules/ckeditor/ckeditor/lang/ms.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/ms.js rename to wbce/modules/ckeditor/ckeditor/lang/ms.js diff --git a/wb/modules/ckeditor/ckeditor/lang/nb.js b/wbce/modules/ckeditor/ckeditor/lang/nb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/nb.js rename to wbce/modules/ckeditor/ckeditor/lang/nb.js diff --git a/wb/modules/ckeditor/ckeditor/lang/nl.js b/wbce/modules/ckeditor/ckeditor/lang/nl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/nl.js rename to wbce/modules/ckeditor/ckeditor/lang/nl.js diff --git a/wb/modules/ckeditor/ckeditor/lang/no.js b/wbce/modules/ckeditor/ckeditor/lang/no.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/no.js rename to wbce/modules/ckeditor/ckeditor/lang/no.js diff --git a/wb/modules/ckeditor/ckeditor/lang/pl.js b/wbce/modules/ckeditor/ckeditor/lang/pl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/pl.js rename to wbce/modules/ckeditor/ckeditor/lang/pl.js diff --git a/wb/modules/ckeditor/ckeditor/lang/pt-br.js b/wbce/modules/ckeditor/ckeditor/lang/pt-br.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/pt-br.js rename to wbce/modules/ckeditor/ckeditor/lang/pt-br.js diff --git a/wb/modules/ckeditor/ckeditor/lang/pt.js b/wbce/modules/ckeditor/ckeditor/lang/pt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/pt.js rename to wbce/modules/ckeditor/ckeditor/lang/pt.js diff --git a/wb/modules/ckeditor/ckeditor/lang/ro.js b/wbce/modules/ckeditor/ckeditor/lang/ro.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/ro.js rename to wbce/modules/ckeditor/ckeditor/lang/ro.js diff --git a/wb/modules/ckeditor/ckeditor/lang/ru.js b/wbce/modules/ckeditor/ckeditor/lang/ru.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/ru.js rename to wbce/modules/ckeditor/ckeditor/lang/ru.js diff --git a/wb/modules/ckeditor/ckeditor/lang/si.js b/wbce/modules/ckeditor/ckeditor/lang/si.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/si.js rename to wbce/modules/ckeditor/ckeditor/lang/si.js diff --git a/wb/modules/ckeditor/ckeditor/lang/sk.js b/wbce/modules/ckeditor/ckeditor/lang/sk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/sk.js rename to wbce/modules/ckeditor/ckeditor/lang/sk.js diff --git a/wb/modules/ckeditor/ckeditor/lang/sl.js b/wbce/modules/ckeditor/ckeditor/lang/sl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/sl.js rename to wbce/modules/ckeditor/ckeditor/lang/sl.js diff --git a/wb/modules/ckeditor/ckeditor/lang/sq.js b/wbce/modules/ckeditor/ckeditor/lang/sq.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/sq.js rename to wbce/modules/ckeditor/ckeditor/lang/sq.js diff --git a/wb/modules/ckeditor/ckeditor/lang/sr-latn.js b/wbce/modules/ckeditor/ckeditor/lang/sr-latn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/sr-latn.js rename to wbce/modules/ckeditor/ckeditor/lang/sr-latn.js diff --git a/wb/modules/ckeditor/ckeditor/lang/sr.js b/wbce/modules/ckeditor/ckeditor/lang/sr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/sr.js rename to wbce/modules/ckeditor/ckeditor/lang/sr.js diff --git a/wb/modules/ckeditor/ckeditor/lang/sv.js b/wbce/modules/ckeditor/ckeditor/lang/sv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/sv.js rename to wbce/modules/ckeditor/ckeditor/lang/sv.js diff --git a/wb/modules/ckeditor/ckeditor/lang/th.js b/wbce/modules/ckeditor/ckeditor/lang/th.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/th.js rename to wbce/modules/ckeditor/ckeditor/lang/th.js diff --git a/wb/modules/ckeditor/ckeditor/lang/tr.js b/wbce/modules/ckeditor/ckeditor/lang/tr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/tr.js rename to wbce/modules/ckeditor/ckeditor/lang/tr.js diff --git a/wb/modules/ckeditor/ckeditor/lang/tt.js b/wbce/modules/ckeditor/ckeditor/lang/tt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/tt.js rename to wbce/modules/ckeditor/ckeditor/lang/tt.js diff --git a/wb/modules/ckeditor/ckeditor/lang/ug.js b/wbce/modules/ckeditor/ckeditor/lang/ug.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/ug.js rename to wbce/modules/ckeditor/ckeditor/lang/ug.js diff --git a/wb/modules/ckeditor/ckeditor/lang/uk.js b/wbce/modules/ckeditor/ckeditor/lang/uk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/uk.js rename to wbce/modules/ckeditor/ckeditor/lang/uk.js diff --git a/wb/modules/ckeditor/ckeditor/lang/vi.js b/wbce/modules/ckeditor/ckeditor/lang/vi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/vi.js rename to wbce/modules/ckeditor/ckeditor/lang/vi.js diff --git a/wb/modules/ckeditor/ckeditor/lang/zh-cn.js b/wbce/modules/ckeditor/ckeditor/lang/zh-cn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/zh-cn.js rename to wbce/modules/ckeditor/ckeditor/lang/zh-cn.js diff --git a/wb/modules/ckeditor/ckeditor/lang/zh.js b/wbce/modules/ckeditor/ckeditor/lang/zh.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/lang/zh.js rename to wbce/modules/ckeditor/ckeditor/lang/zh.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/af.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/af.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/af.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/af.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/da.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/da.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/da.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/da.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/de.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/de.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/de.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/de.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/el.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/el.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/el.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/el.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/en.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/en.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/en.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/en.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/es.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/es.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/es.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/es.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/et.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/et.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/et.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/et.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/he.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/he.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/he.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/he.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/id.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/id.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/id.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/id.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/it.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/it.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/it.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/it.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/km.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/km.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/km.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/km.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/no.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/no.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/no.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/no.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/si.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/si.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/si.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/si.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/th.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/th.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/th.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/th.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js b/wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js rename to wbce/modules/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/about/dialogs/about.js b/wbce/modules/ckeditor/ckeditor/plugins/about/dialogs/about.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/about/dialogs/about.js rename to wbce/modules/ckeditor/ckeditor/plugins/about/dialogs/about.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png b/wbce/modules/ckeditor/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png rename to wbce/modules/ckeditor/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/about/dialogs/logo_ckeditor.png b/wbce/modules/ckeditor/ckeditor/plugins/about/dialogs/logo_ckeditor.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/about/dialogs/logo_ckeditor.png rename to wbce/modules/ckeditor/ckeditor/plugins/about/dialogs/logo_ckeditor.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/backup/images/_icon.png b/wbce/modules/ckeditor/ckeditor/plugins/backup/images/_icon.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/backup/images/_icon.png rename to wbce/modules/ckeditor/ckeditor/plugins/backup/images/_icon.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/backup/images/clear.png b/wbce/modules/ckeditor/ckeditor/plugins/backup/images/clear.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/backup/images/clear.png rename to wbce/modules/ckeditor/ckeditor/plugins/backup/images/clear.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/backup/images/icon.png b/wbce/modules/ckeditor/ckeditor/plugins/backup/images/icon.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/backup/images/icon.png rename to wbce/modules/ckeditor/ckeditor/plugins/backup/images/icon.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/backup/lang/de.js b/wbce/modules/ckeditor/ckeditor/plugins/backup/lang/de.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/backup/lang/de.js rename to wbce/modules/ckeditor/ckeditor/plugins/backup/lang/de.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/backup/lang/en.js b/wbce/modules/ckeditor/ckeditor/plugins/backup/lang/en.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/backup/lang/en.js rename to wbce/modules/ckeditor/ckeditor/plugins/backup/lang/en.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/backup/lang/ru.js b/wbce/modules/ckeditor/ckeditor/plugins/backup/lang/ru.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/backup/lang/ru.js rename to wbce/modules/ckeditor/ckeditor/plugins/backup/lang/ru.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/backup/plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/backup/plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/backup/plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/backup/plugin.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/icons/bidiltr.png b/wbce/modules/ckeditor/ckeditor/plugins/bidi/icons/bidiltr.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/icons/bidiltr.png rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/icons/bidiltr.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/icons/bidirtl.png b/wbce/modules/ckeditor/ckeditor/plugins/bidi/icons/bidirtl.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/icons/bidirtl.png rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/icons/bidirtl.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/icons/hidpi/bidiltr.png b/wbce/modules/ckeditor/ckeditor/plugins/bidi/icons/hidpi/bidiltr.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/icons/hidpi/bidiltr.png rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/icons/hidpi/bidiltr.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/icons/hidpi/bidirtl.png b/wbce/modules/ckeditor/ckeditor/plugins/bidi/icons/hidpi/bidirtl.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/icons/hidpi/bidirtl.png rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/icons/hidpi/bidirtl.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/af.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/af.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/af.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/af.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/ar.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/ar.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/ar.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/ar.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/bg.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/bg.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/bg.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/bg.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/bn.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/bn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/bn.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/bn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/bs.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/bs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/bs.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/bs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/ca.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/cs.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/cs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/cs.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/cs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/cy.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/cy.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/cy.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/cy.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/da.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/da.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/da.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/da.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/de.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/de.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/de.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/de.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/el.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/el.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/el.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/el.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/en-au.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/en-au.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/en-au.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/en-au.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/en-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/en-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/en-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/en-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/en-gb.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/en-gb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/en-gb.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/en-gb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/en.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/en.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/en.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/en.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/eo.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/eo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/eo.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/eo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/es.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/es.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/es.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/es.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/et.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/et.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/et.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/et.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/eu.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/eu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/eu.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/eu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/fa.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/fa.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/fa.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/fa.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/fi.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/fi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/fi.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/fi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/fo.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/fo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/fo.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/fo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/fr-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/fr-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/fr-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/fr-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/fr.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/fr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/fr.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/fr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/gl.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/gl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/gl.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/gl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/gu.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/gu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/gu.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/gu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/he.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/he.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/he.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/he.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/hi.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/hi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/hi.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/hi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/hr.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/hr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/hr.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/hr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/hu.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/hu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/hu.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/hu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/id.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/id.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/id.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/id.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/is.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/is.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/is.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/is.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/it.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/it.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/it.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/it.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/ja.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/ja.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/ja.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/ja.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/ka.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/ka.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/ka.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/ka.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/km.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/km.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/km.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/km.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/ko.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/ko.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/ko.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/ko.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/ku.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/ku.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/ku.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/ku.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/lt.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/lt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/lt.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/lt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/lv.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/lv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/lv.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/lv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/mk.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/mk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/mk.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/mk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/mn.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/mn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/mn.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/mn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/ms.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/ms.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/ms.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/ms.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/nb.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/nb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/nb.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/nb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/nl.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/nl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/nl.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/nl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/no.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/no.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/no.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/no.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/pl.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/pl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/pl.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/pl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/pt-br.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/pt-br.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/pt-br.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/pt-br.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/pt.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/pt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/pt.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/pt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/ro.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/ro.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/ro.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/ro.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/ru.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/ru.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/ru.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/ru.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/si.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/si.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/si.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/si.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/sk.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/sk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/sk.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/sk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/sl.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/sl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/sl.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/sl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/sq.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/sq.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/sq.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/sq.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/sr-latn.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/sr-latn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/sr-latn.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/sr-latn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/sr.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/sr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/sr.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/sr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/sv.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/sv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/sv.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/sv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/th.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/th.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/th.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/th.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/tr.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/tr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/tr.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/tr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/tt.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/tt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/tt.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/tt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/ug.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/ug.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/ug.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/ug.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/uk.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/uk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/uk.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/uk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/vi.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/vi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/vi.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/vi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/zh-cn.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/zh-cn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/zh-cn.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/zh-cn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/lang/zh.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/zh.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/lang/zh.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/lang/zh.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/bidi/plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/bidi/plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/bidi/plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/bidi/plugin.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/clipboard/dialogs/paste.js b/wbce/modules/ckeditor/ckeditor/plugins/clipboard/dialogs/paste.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/clipboard/dialogs/paste.js rename to wbce/modules/ckeditor/ckeditor/plugins/clipboard/dialogs/paste.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/css/codemirror.min.css b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/css/codemirror.min.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/css/codemirror.min.css rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/css/codemirror.min.css diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/icons/AutoComplete.png b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/icons/AutoComplete.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/icons/AutoComplete.png rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/icons/AutoComplete.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/icons/AutoFormat.png b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/icons/AutoFormat.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/icons/AutoFormat.png rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/icons/AutoFormat.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/icons/CommentSelectedRange.png b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/icons/CommentSelectedRange.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/icons/CommentSelectedRange.png rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/icons/CommentSelectedRange.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/icons/CommentSelection.png b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/icons/CommentSelection.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/icons/CommentSelection.png rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/icons/CommentSelection.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/icons/SearchCode.png b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/icons/SearchCode.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/icons/SearchCode.png rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/icons/SearchCode.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/icons/UnCommentSelection.png b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/icons/UnCommentSelection.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/icons/UnCommentSelection.png rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/icons/UnCommentSelection.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/icons/UncommentSelectedRange.png b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/icons/UncommentSelectedRange.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/icons/UncommentSelectedRange.png rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/icons/UncommentSelectedRange.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/icons/_CommentSelectedRange.png b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/icons/_CommentSelectedRange.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/icons/_CommentSelectedRange.png rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/icons/_CommentSelectedRange.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/icons/_UnCommentSelection.png b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/icons/_UnCommentSelection.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/icons/_UnCommentSelection.png rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/icons/_UnCommentSelection.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/icons/_UncommentSelectedRange.png b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/icons/_UncommentSelectedRange.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/icons/_UncommentSelectedRange.png rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/icons/_UncommentSelectedRange.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/js/beautify.min.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/js/beautify.min.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/js/beautify.min.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/js/beautify.min.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/js/codemirror.addons.min.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/js/codemirror.addons.min.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/js/codemirror.addons.min.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/js/codemirror.addons.min.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/js/codemirror.addons.search.min.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/js/codemirror.addons.search.min.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/js/codemirror.addons.search.min.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/js/codemirror.addons.search.min.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/js/codemirror.min.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/js/codemirror.min.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/js/codemirror.min.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/js/codemirror.min.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/js/codemirror.mode.htmlmixed.min.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/js/codemirror.mode.htmlmixed.min.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/js/codemirror.mode.htmlmixed.min.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/js/codemirror.mode.htmlmixed.min.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/js/codemirror.mode.javascript.min.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/js/codemirror.mode.javascript.min.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/js/codemirror.mode.javascript.min.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/js/codemirror.mode.javascript.min.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/js/codemirror.mode.php.min.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/js/codemirror.mode.php.min.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/js/codemirror.mode.php.min.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/js/codemirror.mode.php.min.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/js/codemirror.modes.min.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/js/codemirror.modes.min.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/js/codemirror.modes.min.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/js/codemirror.modes.min.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/js/codemirror.search-addons.min.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/js/codemirror.search-addons.min.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/js/codemirror.search-addons.min.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/js/codemirror.search-addons.min.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/af.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/af.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/af.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/af.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/ar.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/ar.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/ar.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/ar.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/bg.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/bg.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/bg.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/bg.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/bn.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/bn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/bn.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/bn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/bs.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/bs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/bs.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/bs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/ca.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/cs.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/cs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/cs.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/cs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/cy.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/cy.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/cy.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/cy.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/da.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/da.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/da.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/da.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/de.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/de.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/de.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/de.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/el.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/el.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/el.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/el.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/en-au.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/en-au.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/en-au.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/en-au.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/en-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/en-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/en-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/en-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/en-gb.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/en-gb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/en-gb.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/en-gb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/en.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/en.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/en.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/en.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/eo.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/eo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/eo.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/eo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/es.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/es.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/es.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/es.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/et.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/et.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/et.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/et.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/eu.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/eu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/eu.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/eu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/fa.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/fa.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/fa.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/fa.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/fi.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/fi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/fi.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/fi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/fo.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/fo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/fo.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/fo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/fr-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/fr-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/fr-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/fr-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/fr.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/fr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/fr.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/fr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/gl.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/gl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/gl.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/gl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/gu.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/gu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/gu.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/gu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/he.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/he.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/he.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/he.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/hi.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/hi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/hi.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/hi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/hr.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/hr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/hr.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/hr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/hu.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/hu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/hu.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/hu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/is.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/is.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/is.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/is.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/it.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/it.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/it.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/it.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/ja.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/ja.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/ja.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/ja.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/ka.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/ka.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/ka.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/ka.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/km.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/km.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/km.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/km.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/ko.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/ko.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/ko.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/ko.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/ku.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/ku.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/ku.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/ku.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/lt.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/lt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/lt.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/lt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/lv.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/lv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/lv.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/lv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/mk.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/mk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/mk.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/mk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/mn.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/mn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/mn.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/mn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/ms.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/ms.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/ms.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/ms.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/nb.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/nb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/nb.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/nb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/nl.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/nl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/nl.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/nl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/no.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/no.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/no.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/no.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/pl.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/pl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/pl.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/pl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/pt-br.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/pt-br.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/pt-br.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/pt-br.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/pt.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/pt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/pt.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/pt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/ro.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/ro.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/ro.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/ro.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/ru.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/ru.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/ru.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/ru.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/sk.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/sk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/sk.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/sk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/sl.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/sl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/sl.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/sl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/sr-latn.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/sr-latn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/sr-latn.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/sr-latn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/sr.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/sr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/sr.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/sr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/sv.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/sv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/sv.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/sv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/th.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/th.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/th.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/th.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/tr.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/tr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/tr.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/tr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/ug.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/ug.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/ug.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/ug.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/uk.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/uk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/uk.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/uk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/vi.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/vi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/vi.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/vi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/zh-cn.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/zh-cn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/zh-cn.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/zh-cn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/zh.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/zh.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/lang/zh.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/lang/zh.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/plugin.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/3024-day.css b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/3024-day.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/3024-day.css rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/3024-day.css diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/3024-night.css b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/3024-night.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/3024-night.css rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/3024-night.css diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/ambiance-mobile.css b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/ambiance-mobile.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/ambiance-mobile.css rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/ambiance-mobile.css diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/ambiance.css b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/ambiance.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/ambiance.css rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/ambiance.css diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/base16-dark.css b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/base16-dark.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/base16-dark.css rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/base16-dark.css diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/base16-light.css b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/base16-light.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/base16-light.css rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/base16-light.css diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/blackboard.css b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/blackboard.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/blackboard.css rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/blackboard.css diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/cobalt.css b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/cobalt.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/cobalt.css rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/cobalt.css diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/eclipse.css b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/eclipse.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/eclipse.css rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/eclipse.css diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/elegant.css b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/elegant.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/elegant.css rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/elegant.css diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/erlang-dark.css b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/erlang-dark.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/erlang-dark.css rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/erlang-dark.css diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/lesser-dark.css b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/lesser-dark.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/lesser-dark.css rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/lesser-dark.css diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/mbo.css b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/mbo.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/mbo.css rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/mbo.css diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/midnight.css b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/midnight.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/midnight.css rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/midnight.css diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/monokai.css b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/monokai.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/monokai.css rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/monokai.css diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/neat.css b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/neat.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/neat.css rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/neat.css diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/night.css b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/night.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/night.css rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/night.css diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/paraiso-dark.css b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/paraiso-dark.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/paraiso-dark.css rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/paraiso-dark.css diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/paraiso-light.css b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/paraiso-light.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/paraiso-light.css rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/paraiso-light.css diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/rubyblue.css b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/rubyblue.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/rubyblue.css rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/rubyblue.css diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/solarized.css b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/solarized.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/solarized.css rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/solarized.css diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/the-matrix.css b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/the-matrix.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/the-matrix.css rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/the-matrix.css diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/tomorrow-night-eighties.css b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/tomorrow-night-eighties.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/tomorrow-night-eighties.css rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/tomorrow-night-eighties.css diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/twilight.css b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/twilight.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/twilight.css rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/twilight.css diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/vibrant-ink.css b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/vibrant-ink.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/vibrant-ink.css rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/vibrant-ink.css diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/xq-dark.css b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/xq-dark.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/xq-dark.css rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/xq-dark.css diff --git a/wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/xq-light.css b/wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/xq-light.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/codemirror/theme/xq-light.css rename to wbce/modules/ckeditor/ckeditor/plugins/codemirror/theme/xq-light.css diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/icons/bgcolor.png b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/icons/bgcolor.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/icons/bgcolor.png rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/icons/bgcolor.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/icons/hidpi/bgcolor.png b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/icons/hidpi/bgcolor.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/icons/hidpi/bgcolor.png rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/icons/hidpi/bgcolor.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/icons/hidpi/textcolor.png b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/icons/hidpi/textcolor.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/icons/hidpi/textcolor.png rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/icons/hidpi/textcolor.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/icons/textcolor.png b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/icons/textcolor.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/icons/textcolor.png rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/icons/textcolor.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/af.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/af.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/af.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/af.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ar.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ar.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ar.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ar.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/bg.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/bg.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/bg.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/bg.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/bn.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/bn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/bn.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/bn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/bs.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/bs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/bs.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/bs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ca.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/cs.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/cs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/cs.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/cs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/cy.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/cy.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/cy.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/cy.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/da.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/da.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/da.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/da.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/de.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/de.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/de.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/de.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/el.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/el.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/el.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/el.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/en-au.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/en-au.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/en-au.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/en-au.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/en-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/en-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/en-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/en-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/en-gb.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/en-gb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/en-gb.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/en-gb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/en.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/en.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/en.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/en.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/eo.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/eo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/eo.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/eo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/es.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/es.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/es.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/es.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/et.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/et.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/et.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/et.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/eu.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/eu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/eu.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/eu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/fa.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/fa.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/fa.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/fa.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/fi.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/fi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/fi.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/fi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/fo.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/fo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/fo.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/fo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/fr-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/fr-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/fr-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/fr-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/fr.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/fr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/fr.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/fr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/gl.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/gl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/gl.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/gl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/gu.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/gu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/gu.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/gu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/he.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/he.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/he.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/he.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/hi.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/hi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/hi.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/hi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/hr.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/hr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/hr.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/hr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/hu.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/hu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/hu.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/hu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/id.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/id.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/id.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/id.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/is.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/is.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/is.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/is.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/it.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/it.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/it.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/it.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ja.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ja.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ja.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ja.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ka.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ka.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ka.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ka.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/km.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/km.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/km.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/km.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ko.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ko.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ko.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ko.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ku.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ku.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ku.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ku.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/lt.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/lt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/lt.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/lt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/lv.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/lv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/lv.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/lv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/mk.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/mk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/mk.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/mk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/mn.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/mn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/mn.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/mn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ms.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ms.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ms.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ms.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/nb.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/nb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/nb.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/nb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/nl.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/nl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/nl.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/nl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/no.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/no.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/no.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/no.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/pl.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/pl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/pl.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/pl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/pt-br.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/pt-br.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/pt-br.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/pt-br.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/pt.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/pt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/pt.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/pt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ro.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ro.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ro.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ro.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ru.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ru.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ru.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ru.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/si.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/si.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/si.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/si.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/sk.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/sk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/sk.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/sk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/sl.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/sl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/sl.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/sl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/sq.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/sq.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/sq.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/sq.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/sr-latn.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/sr-latn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/sr-latn.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/sr-latn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/sr.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/sr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/sr.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/sr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/sv.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/sv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/sv.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/sv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/th.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/th.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/th.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/th.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/tr.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/tr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/tr.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/tr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/tt.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/tt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/tt.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/tt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ug.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ug.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ug.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/ug.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/uk.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/uk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/uk.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/uk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/vi.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/vi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/vi.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/vi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/zh-cn.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/zh-cn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/zh-cn.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/zh-cn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/zh.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/zh.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/lang/zh.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/lang/zh.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colorbutton/plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/colorbutton/plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colorbutton/plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/colorbutton/plugin.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/dialogs/colordialog.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/dialogs/colordialog.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/dialogs/colordialog.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/dialogs/colordialog.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/af.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/af.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/af.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/af.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/ar.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/ar.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/ar.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/ar.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/bg.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/bg.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/bg.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/bg.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/bn.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/bn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/bn.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/bn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/bs.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/bs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/bs.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/bs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/ca.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/cs.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/cs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/cs.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/cs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/cy.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/cy.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/cy.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/cy.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/da.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/da.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/da.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/da.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/de.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/de.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/de.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/de.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/el.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/el.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/el.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/el.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/en-au.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/en-au.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/en-au.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/en-au.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/en-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/en-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/en-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/en-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/en-gb.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/en-gb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/en-gb.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/en-gb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/en.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/en.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/en.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/en.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/eo.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/eo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/eo.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/eo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/es.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/es.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/es.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/es.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/et.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/et.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/et.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/et.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/eu.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/eu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/eu.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/eu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/fa.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/fa.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/fa.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/fa.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/fi.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/fi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/fi.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/fi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/fo.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/fo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/fo.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/fo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/fr-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/fr-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/fr-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/fr-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/fr.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/fr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/fr.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/fr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/gl.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/gl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/gl.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/gl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/gu.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/gu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/gu.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/gu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/he.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/he.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/he.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/he.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/hi.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/hi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/hi.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/hi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/hr.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/hr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/hr.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/hr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/hu.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/hu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/hu.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/hu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/is.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/is.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/is.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/is.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/it.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/it.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/it.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/it.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/ja.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/ja.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/ja.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/ja.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/ka.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/ka.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/ka.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/ka.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/km.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/km.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/km.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/km.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/ko.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/ko.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/ko.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/ko.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/ku.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/ku.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/ku.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/ku.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/lt.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/lt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/lt.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/lt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/lv.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/lv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/lv.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/lv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/mk.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/mk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/mk.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/mk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/mn.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/mn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/mn.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/mn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/ms.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/ms.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/ms.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/ms.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/nb.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/nb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/nb.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/nb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/nl.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/nl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/nl.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/nl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/no.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/no.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/no.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/no.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/pl.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/pl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/pl.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/pl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/pt-br.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/pt-br.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/pt-br.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/pt-br.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/pt.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/pt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/pt.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/pt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/ro.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/ro.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/ro.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/ro.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/ru.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/ru.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/ru.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/ru.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/si.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/si.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/si.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/si.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/sk.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/sk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/sk.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/sk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/sl.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/sl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/sl.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/sl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/sq.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/sq.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/sq.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/sq.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/sr-latn.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/sr-latn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/sr-latn.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/sr-latn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/sr.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/sr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/sr.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/sr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/sv.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/sv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/sv.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/sv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/th.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/th.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/th.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/th.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/tr.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/tr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/tr.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/tr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/tt.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/tt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/tt.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/tt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/ug.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/ug.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/ug.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/ug.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/uk.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/uk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/uk.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/uk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/vi.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/vi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/vi.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/vi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/zh-cn.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/zh-cn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/zh-cn.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/zh-cn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/zh.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/zh.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/lang/zh.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/lang/zh.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/colordialog/plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/colordialog/plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/colordialog/plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/colordialog/plugin.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/dialog/dialogDefinition.js b/wbce/modules/ckeditor/ckeditor/plugins/dialog/dialogDefinition.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/dialog/dialogDefinition.js rename to wbce/modules/ckeditor/ckeditor/plugins/dialog/dialogDefinition.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/dialogadvtab/plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/dialogadvtab/plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/dialogadvtab/plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/dialogadvtab/plugin.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/dialogs/div.js b/wbce/modules/ckeditor/ckeditor/plugins/div/dialogs/div.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/dialogs/div.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/dialogs/div.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/icons/creatediv.png b/wbce/modules/ckeditor/ckeditor/plugins/div/icons/creatediv.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/icons/creatediv.png rename to wbce/modules/ckeditor/ckeditor/plugins/div/icons/creatediv.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/icons/hidpi/creatediv.png b/wbce/modules/ckeditor/ckeditor/plugins/div/icons/hidpi/creatediv.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/icons/hidpi/creatediv.png rename to wbce/modules/ckeditor/ckeditor/plugins/div/icons/hidpi/creatediv.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/af.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/af.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/af.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/af.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/ar.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/ar.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/ar.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/ar.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/bg.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/bg.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/bg.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/bg.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/bn.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/bn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/bn.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/bn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/bs.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/bs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/bs.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/bs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/ca.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/cs.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/cs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/cs.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/cs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/cy.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/cy.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/cy.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/cy.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/da.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/da.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/da.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/da.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/de.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/de.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/de.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/de.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/el.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/el.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/el.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/el.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/en-au.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/en-au.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/en-au.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/en-au.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/en-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/en-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/en-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/en-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/en-gb.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/en-gb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/en-gb.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/en-gb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/en.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/en.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/en.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/en.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/eo.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/eo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/eo.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/eo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/es.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/es.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/es.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/es.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/et.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/et.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/et.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/et.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/eu.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/eu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/eu.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/eu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/fa.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/fa.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/fa.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/fa.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/fi.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/fi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/fi.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/fi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/fo.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/fo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/fo.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/fo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/fr-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/fr-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/fr-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/fr-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/fr.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/fr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/fr.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/fr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/gl.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/gl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/gl.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/gl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/gu.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/gu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/gu.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/gu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/he.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/he.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/he.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/he.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/hi.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/hi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/hi.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/hi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/hr.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/hr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/hr.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/hr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/hu.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/hu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/hu.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/hu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/id.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/id.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/id.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/id.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/is.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/is.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/is.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/is.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/it.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/it.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/it.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/it.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/ja.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/ja.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/ja.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/ja.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/ka.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/ka.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/ka.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/ka.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/km.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/km.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/km.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/km.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/ko.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/ko.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/ko.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/ko.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/ku.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/ku.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/ku.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/ku.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/lt.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/lt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/lt.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/lt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/lv.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/lv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/lv.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/lv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/mk.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/mk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/mk.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/mk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/mn.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/mn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/mn.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/mn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/ms.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/ms.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/ms.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/ms.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/nb.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/nb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/nb.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/nb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/nl.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/nl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/nl.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/nl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/no.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/no.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/no.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/no.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/pl.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/pl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/pl.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/pl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/pt-br.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/pt-br.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/pt-br.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/pt-br.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/pt.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/pt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/pt.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/pt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/ro.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/ro.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/ro.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/ro.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/ru.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/ru.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/ru.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/ru.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/si.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/si.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/si.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/si.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/sk.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/sk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/sk.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/sk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/sl.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/sl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/sl.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/sl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/sq.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/sq.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/sq.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/sq.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/sr-latn.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/sr-latn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/sr-latn.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/sr-latn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/sr.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/sr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/sr.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/sr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/sv.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/sv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/sv.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/sv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/th.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/th.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/th.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/th.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/tr.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/tr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/tr.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/tr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/tt.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/tt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/tt.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/tt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/ug.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/ug.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/ug.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/ug.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/uk.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/uk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/uk.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/uk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/vi.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/vi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/vi.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/vi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/zh-cn.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/zh-cn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/zh-cn.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/zh-cn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/lang/zh.js b/wbce/modules/ckeditor/ckeditor/plugins/div/lang/zh.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/lang/zh.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/lang/zh.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/div/plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/div/plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/div/plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/div/plugin.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/dialogs/find.js b/wbce/modules/ckeditor/ckeditor/plugins/find/dialogs/find.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/dialogs/find.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/dialogs/find.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/icons/find-rtl.png b/wbce/modules/ckeditor/ckeditor/plugins/find/icons/find-rtl.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/icons/find-rtl.png rename to wbce/modules/ckeditor/ckeditor/plugins/find/icons/find-rtl.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/icons/find.png b/wbce/modules/ckeditor/ckeditor/plugins/find/icons/find.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/icons/find.png rename to wbce/modules/ckeditor/ckeditor/plugins/find/icons/find.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/icons/hidpi/find-rtl.png b/wbce/modules/ckeditor/ckeditor/plugins/find/icons/hidpi/find-rtl.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/icons/hidpi/find-rtl.png rename to wbce/modules/ckeditor/ckeditor/plugins/find/icons/hidpi/find-rtl.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/icons/hidpi/find.png b/wbce/modules/ckeditor/ckeditor/plugins/find/icons/hidpi/find.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/icons/hidpi/find.png rename to wbce/modules/ckeditor/ckeditor/plugins/find/icons/hidpi/find.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/icons/hidpi/replace.png b/wbce/modules/ckeditor/ckeditor/plugins/find/icons/hidpi/replace.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/icons/hidpi/replace.png rename to wbce/modules/ckeditor/ckeditor/plugins/find/icons/hidpi/replace.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/icons/replace.png b/wbce/modules/ckeditor/ckeditor/plugins/find/icons/replace.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/icons/replace.png rename to wbce/modules/ckeditor/ckeditor/plugins/find/icons/replace.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/af.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/af.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/af.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/af.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/ar.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/ar.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/ar.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/ar.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/bg.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/bg.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/bg.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/bg.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/bn.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/bn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/bn.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/bn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/bs.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/bs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/bs.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/bs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/ca.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/cs.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/cs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/cs.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/cs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/cy.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/cy.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/cy.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/cy.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/da.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/da.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/da.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/da.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/de.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/de.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/de.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/de.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/el.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/el.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/el.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/el.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/en-au.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/en-au.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/en-au.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/en-au.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/en-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/en-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/en-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/en-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/en-gb.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/en-gb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/en-gb.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/en-gb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/en.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/en.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/en.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/en.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/eo.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/eo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/eo.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/eo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/es.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/es.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/es.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/es.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/et.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/et.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/et.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/et.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/eu.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/eu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/eu.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/eu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/fa.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/fa.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/fa.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/fa.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/fi.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/fi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/fi.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/fi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/fo.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/fo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/fo.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/fo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/fr-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/fr-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/fr-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/fr-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/fr.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/fr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/fr.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/fr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/gl.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/gl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/gl.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/gl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/gu.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/gu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/gu.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/gu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/he.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/he.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/he.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/he.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/hi.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/hi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/hi.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/hi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/hr.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/hr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/hr.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/hr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/hu.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/hu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/hu.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/hu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/id.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/id.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/id.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/id.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/is.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/is.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/is.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/is.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/it.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/it.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/it.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/it.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/ja.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/ja.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/ja.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/ja.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/ka.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/ka.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/ka.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/ka.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/km.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/km.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/km.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/km.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/ko.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/ko.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/ko.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/ko.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/ku.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/ku.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/ku.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/ku.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/lt.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/lt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/lt.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/lt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/lv.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/lv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/lv.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/lv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/mk.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/mk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/mk.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/mk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/mn.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/mn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/mn.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/mn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/ms.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/ms.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/ms.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/ms.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/nb.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/nb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/nb.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/nb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/nl.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/nl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/nl.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/nl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/no.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/no.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/no.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/no.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/pl.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/pl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/pl.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/pl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/pt-br.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/pt-br.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/pt-br.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/pt-br.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/pt.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/pt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/pt.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/pt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/ro.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/ro.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/ro.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/ro.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/ru.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/ru.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/ru.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/ru.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/si.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/si.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/si.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/si.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/sk.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/sk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/sk.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/sk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/sl.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/sl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/sl.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/sl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/sq.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/sq.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/sq.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/sq.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/sr-latn.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/sr-latn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/sr-latn.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/sr-latn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/sr.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/sr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/sr.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/sr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/sv.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/sv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/sv.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/sv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/th.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/th.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/th.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/th.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/tr.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/tr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/tr.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/tr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/tt.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/tt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/tt.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/tt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/ug.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/ug.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/ug.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/ug.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/uk.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/uk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/uk.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/uk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/vi.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/vi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/vi.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/vi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/zh-cn.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/zh-cn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/zh-cn.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/zh-cn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/lang/zh.js b/wbce/modules/ckeditor/ckeditor/plugins/find/lang/zh.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/lang/zh.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/lang/zh.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/find/plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/find/plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/find/plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/find/plugin.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/dialogs/flash.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/dialogs/flash.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/dialogs/flash.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/dialogs/flash.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/icons/flash.png b/wbce/modules/ckeditor/ckeditor/plugins/flash/icons/flash.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/icons/flash.png rename to wbce/modules/ckeditor/ckeditor/plugins/flash/icons/flash.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/icons/hidpi/flash.png b/wbce/modules/ckeditor/ckeditor/plugins/flash/icons/hidpi/flash.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/icons/hidpi/flash.png rename to wbce/modules/ckeditor/ckeditor/plugins/flash/icons/hidpi/flash.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/images/placeholder.png b/wbce/modules/ckeditor/ckeditor/plugins/flash/images/placeholder.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/images/placeholder.png rename to wbce/modules/ckeditor/ckeditor/plugins/flash/images/placeholder.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/af.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/af.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/af.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/af.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/ar.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/ar.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/ar.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/ar.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/bg.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/bg.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/bg.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/bg.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/bn.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/bn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/bn.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/bn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/bs.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/bs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/bs.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/bs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/ca.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/cs.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/cs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/cs.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/cs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/cy.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/cy.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/cy.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/cy.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/da.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/da.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/da.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/da.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/de.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/de.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/de.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/de.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/el.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/el.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/el.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/el.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/en-au.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/en-au.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/en-au.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/en-au.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/en-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/en-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/en-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/en-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/en-gb.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/en-gb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/en-gb.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/en-gb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/en.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/en.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/en.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/en.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/eo.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/eo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/eo.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/eo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/es.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/es.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/es.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/es.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/et.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/et.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/et.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/et.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/eu.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/eu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/eu.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/eu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/fa.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/fa.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/fa.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/fa.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/fi.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/fi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/fi.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/fi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/fo.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/fo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/fo.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/fo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/fr-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/fr-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/fr-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/fr-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/fr.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/fr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/fr.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/fr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/gl.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/gl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/gl.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/gl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/gu.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/gu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/gu.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/gu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/he.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/he.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/he.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/he.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/hi.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/hi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/hi.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/hi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/hr.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/hr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/hr.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/hr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/hu.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/hu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/hu.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/hu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/id.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/id.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/id.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/id.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/is.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/is.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/is.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/is.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/it.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/it.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/it.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/it.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/ja.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/ja.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/ja.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/ja.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/ka.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/ka.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/ka.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/ka.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/km.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/km.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/km.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/km.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/ko.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/ko.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/ko.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/ko.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/ku.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/ku.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/ku.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/ku.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/lt.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/lt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/lt.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/lt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/lv.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/lv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/lv.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/lv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/mk.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/mk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/mk.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/mk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/mn.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/mn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/mn.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/mn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/ms.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/ms.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/ms.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/ms.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/nb.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/nb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/nb.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/nb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/nl.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/nl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/nl.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/nl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/no.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/no.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/no.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/no.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/pl.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/pl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/pl.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/pl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/pt-br.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/pt-br.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/pt-br.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/pt-br.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/pt.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/pt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/pt.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/pt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/ro.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/ro.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/ro.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/ro.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/ru.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/ru.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/ru.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/ru.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/si.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/si.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/si.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/si.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/sk.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/sk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/sk.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/sk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/sl.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/sl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/sl.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/sl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/sq.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/sq.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/sq.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/sq.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/sr-latn.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/sr-latn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/sr-latn.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/sr-latn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/sr.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/sr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/sr.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/sr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/sv.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/sv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/sv.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/sv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/th.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/th.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/th.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/th.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/tr.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/tr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/tr.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/tr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/tt.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/tt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/tt.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/tt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/ug.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/ug.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/ug.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/ug.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/uk.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/uk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/uk.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/uk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/vi.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/vi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/vi.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/vi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/zh-cn.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/zh-cn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/zh-cn.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/zh-cn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/lang/zh.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/lang/zh.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/lang/zh.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/lang/zh.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/flash/plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/flash/plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/flash/plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/flash/plugin.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/af.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/af.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/af.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/af.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/ar.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/ar.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/ar.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/ar.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/bg.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/bg.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/bg.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/bg.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/bn.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/bn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/bn.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/bn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/bs.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/bs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/bs.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/bs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/ca.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/cs.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/cs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/cs.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/cs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/cy.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/cy.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/cy.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/cy.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/da.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/da.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/da.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/da.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/de.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/de.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/de.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/de.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/el.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/el.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/el.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/el.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/en-au.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/en-au.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/en-au.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/en-au.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/en-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/en-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/en-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/en-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/en-gb.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/en-gb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/en-gb.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/en-gb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/en.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/en.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/en.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/en.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/eo.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/eo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/eo.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/eo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/es.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/es.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/es.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/es.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/et.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/et.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/et.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/et.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/eu.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/eu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/eu.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/eu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/fa.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/fa.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/fa.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/fa.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/fi.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/fi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/fi.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/fi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/fo.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/fo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/fo.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/fo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/fr-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/fr-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/fr-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/fr-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/fr.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/fr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/fr.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/fr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/gl.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/gl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/gl.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/gl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/gu.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/gu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/gu.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/gu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/he.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/he.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/he.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/he.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/hi.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/hi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/hi.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/hi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/hr.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/hr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/hr.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/hr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/hu.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/hu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/hu.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/hu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/id.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/id.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/id.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/id.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/is.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/is.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/is.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/is.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/it.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/it.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/it.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/it.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/ja.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/ja.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/ja.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/ja.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/ka.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/ka.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/ka.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/ka.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/km.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/km.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/km.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/km.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/ko.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/ko.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/ko.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/ko.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/ku.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/ku.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/ku.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/ku.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/lt.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/lt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/lt.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/lt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/lv.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/lv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/lv.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/lv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/mk.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/mk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/mk.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/mk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/mn.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/mn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/mn.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/mn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/ms.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/ms.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/ms.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/ms.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/nb.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/nb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/nb.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/nb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/nl.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/nl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/nl.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/nl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/no.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/no.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/no.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/no.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/pl.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/pl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/pl.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/pl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/pt-br.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/pt-br.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/pt-br.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/pt-br.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/pt.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/pt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/pt.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/pt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/ro.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/ro.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/ro.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/ro.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/ru.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/ru.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/ru.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/ru.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/si.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/si.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/si.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/si.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/sk.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/sk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/sk.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/sk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/sl.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/sl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/sl.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/sl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/sq.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/sq.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/sq.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/sq.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/sr-latn.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/sr-latn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/sr-latn.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/sr-latn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/sr.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/sr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/sr.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/sr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/sv.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/sv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/sv.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/sv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/th.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/th.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/th.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/th.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/tr.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/tr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/tr.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/tr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/tt.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/tt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/tt.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/tt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/ug.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/ug.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/ug.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/ug.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/uk.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/uk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/uk.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/uk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/vi.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/vi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/vi.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/vi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/zh-cn.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/zh-cn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/zh-cn.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/zh-cn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/lang/zh.js b/wbce/modules/ckeditor/ckeditor/plugins/font/lang/zh.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/lang/zh.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/lang/zh.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/font/plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/font/plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/font/plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/font/plugin.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/dialogs/button.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/dialogs/button.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/dialogs/button.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/dialogs/button.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/dialogs/checkbox.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/dialogs/checkbox.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/dialogs/checkbox.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/dialogs/checkbox.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/dialogs/form.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/dialogs/form.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/dialogs/form.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/dialogs/form.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/dialogs/hiddenfield.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/dialogs/hiddenfield.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/dialogs/hiddenfield.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/dialogs/hiddenfield.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/dialogs/radio.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/dialogs/radio.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/dialogs/radio.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/dialogs/radio.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/dialogs/select.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/dialogs/select.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/dialogs/select.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/dialogs/select.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/dialogs/textarea.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/dialogs/textarea.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/dialogs/textarea.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/dialogs/textarea.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/dialogs/textfield.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/dialogs/textfield.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/dialogs/textfield.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/dialogs/textfield.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/icons/button.png b/wbce/modules/ckeditor/ckeditor/plugins/forms/icons/button.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/icons/button.png rename to wbce/modules/ckeditor/ckeditor/plugins/forms/icons/button.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/icons/checkbox.png b/wbce/modules/ckeditor/ckeditor/plugins/forms/icons/checkbox.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/icons/checkbox.png rename to wbce/modules/ckeditor/ckeditor/plugins/forms/icons/checkbox.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/icons/form.png b/wbce/modules/ckeditor/ckeditor/plugins/forms/icons/form.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/icons/form.png rename to wbce/modules/ckeditor/ckeditor/plugins/forms/icons/form.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/icons/hiddenfield.png b/wbce/modules/ckeditor/ckeditor/plugins/forms/icons/hiddenfield.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/icons/hiddenfield.png rename to wbce/modules/ckeditor/ckeditor/plugins/forms/icons/hiddenfield.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/button.png b/wbce/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/button.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/button.png rename to wbce/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/button.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/checkbox.png b/wbce/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/checkbox.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/checkbox.png rename to wbce/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/checkbox.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/form.png b/wbce/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/form.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/form.png rename to wbce/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/form.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/hiddenfield.png b/wbce/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/hiddenfield.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/hiddenfield.png rename to wbce/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/hiddenfield.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/imagebutton.png b/wbce/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/imagebutton.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/imagebutton.png rename to wbce/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/imagebutton.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/radio.png b/wbce/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/radio.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/radio.png rename to wbce/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/radio.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/select-rtl.png b/wbce/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/select-rtl.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/select-rtl.png rename to wbce/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/select-rtl.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/select.png b/wbce/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/select.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/select.png rename to wbce/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/select.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/textarea-rtl.png b/wbce/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/textarea-rtl.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/textarea-rtl.png rename to wbce/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/textarea-rtl.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/textarea.png b/wbce/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/textarea.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/textarea.png rename to wbce/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/textarea.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/textfield-rtl.png b/wbce/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/textfield-rtl.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/textfield-rtl.png rename to wbce/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/textfield-rtl.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/textfield.png b/wbce/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/textfield.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/textfield.png rename to wbce/modules/ckeditor/ckeditor/plugins/forms/icons/hidpi/textfield.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/icons/imagebutton.png b/wbce/modules/ckeditor/ckeditor/plugins/forms/icons/imagebutton.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/icons/imagebutton.png rename to wbce/modules/ckeditor/ckeditor/plugins/forms/icons/imagebutton.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/icons/radio.png b/wbce/modules/ckeditor/ckeditor/plugins/forms/icons/radio.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/icons/radio.png rename to wbce/modules/ckeditor/ckeditor/plugins/forms/icons/radio.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/icons/select-rtl.png b/wbce/modules/ckeditor/ckeditor/plugins/forms/icons/select-rtl.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/icons/select-rtl.png rename to wbce/modules/ckeditor/ckeditor/plugins/forms/icons/select-rtl.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/icons/select.png b/wbce/modules/ckeditor/ckeditor/plugins/forms/icons/select.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/icons/select.png rename to wbce/modules/ckeditor/ckeditor/plugins/forms/icons/select.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/icons/textarea-rtl.png b/wbce/modules/ckeditor/ckeditor/plugins/forms/icons/textarea-rtl.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/icons/textarea-rtl.png rename to wbce/modules/ckeditor/ckeditor/plugins/forms/icons/textarea-rtl.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/icons/textarea.png b/wbce/modules/ckeditor/ckeditor/plugins/forms/icons/textarea.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/icons/textarea.png rename to wbce/modules/ckeditor/ckeditor/plugins/forms/icons/textarea.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/icons/textfield-rtl.png b/wbce/modules/ckeditor/ckeditor/plugins/forms/icons/textfield-rtl.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/icons/textfield-rtl.png rename to wbce/modules/ckeditor/ckeditor/plugins/forms/icons/textfield-rtl.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/icons/textfield.png b/wbce/modules/ckeditor/ckeditor/plugins/forms/icons/textfield.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/icons/textfield.png rename to wbce/modules/ckeditor/ckeditor/plugins/forms/icons/textfield.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/images/hiddenfield.gif b/wbce/modules/ckeditor/ckeditor/plugins/forms/images/hiddenfield.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/images/hiddenfield.gif rename to wbce/modules/ckeditor/ckeditor/plugins/forms/images/hiddenfield.gif diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/af.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/af.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/af.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/af.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/ar.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/ar.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/ar.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/ar.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/bg.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/bg.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/bg.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/bg.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/bn.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/bn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/bn.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/bn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/bs.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/bs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/bs.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/bs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/ca.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/cs.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/cs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/cs.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/cs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/cy.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/cy.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/cy.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/cy.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/da.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/da.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/da.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/da.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/de.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/de.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/de.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/de.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/el.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/el.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/el.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/el.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/en-au.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/en-au.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/en-au.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/en-au.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/en-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/en-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/en-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/en-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/en-gb.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/en-gb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/en-gb.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/en-gb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/en.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/en.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/en.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/en.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/eo.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/eo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/eo.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/eo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/es.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/es.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/es.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/es.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/et.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/et.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/et.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/et.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/eu.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/eu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/eu.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/eu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/fa.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/fa.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/fa.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/fa.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/fi.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/fi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/fi.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/fi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/fo.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/fo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/fo.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/fo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/fr-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/fr-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/fr-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/fr-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/fr.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/fr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/fr.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/fr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/gl.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/gl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/gl.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/gl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/gu.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/gu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/gu.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/gu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/he.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/he.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/he.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/he.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/hi.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/hi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/hi.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/hi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/hr.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/hr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/hr.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/hr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/hu.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/hu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/hu.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/hu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/id.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/id.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/id.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/id.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/is.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/is.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/is.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/is.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/it.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/it.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/it.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/it.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/ja.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/ja.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/ja.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/ja.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/ka.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/ka.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/ka.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/ka.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/km.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/km.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/km.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/km.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/ko.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/ko.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/ko.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/ko.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/ku.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/ku.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/ku.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/ku.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/lt.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/lt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/lt.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/lt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/lv.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/lv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/lv.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/lv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/mk.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/mk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/mk.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/mk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/mn.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/mn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/mn.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/mn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/ms.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/ms.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/ms.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/ms.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/nb.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/nb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/nb.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/nb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/nl.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/nl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/nl.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/nl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/no.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/no.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/no.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/no.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/pl.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/pl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/pl.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/pl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/pt-br.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/pt-br.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/pt-br.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/pt-br.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/pt.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/pt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/pt.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/pt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/ro.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/ro.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/ro.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/ro.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/ru.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/ru.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/ru.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/ru.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/si.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/si.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/si.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/si.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/sk.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/sk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/sk.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/sk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/sl.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/sl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/sl.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/sl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/sq.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/sq.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/sq.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/sq.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/sr-latn.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/sr-latn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/sr-latn.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/sr-latn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/sr.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/sr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/sr.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/sr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/sv.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/sv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/sv.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/sv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/th.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/th.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/th.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/th.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/tr.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/tr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/tr.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/tr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/tt.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/tt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/tt.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/tt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/ug.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/ug.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/ug.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/ug.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/uk.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/uk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/uk.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/uk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/vi.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/vi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/vi.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/vi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/zh-cn.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/zh-cn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/zh-cn.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/zh-cn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/lang/zh.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/lang/zh.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/lang/zh.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/lang/zh.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/forms/plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/forms/plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/forms/plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/forms/plugin.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/icons.png b/wbce/modules/ckeditor/ckeditor/plugins/icons.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/icons.png rename to wbce/modules/ckeditor/ckeditor/plugins/icons.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/icons_hidpi.png b/wbce/modules/ckeditor/ckeditor/plugins/icons_hidpi.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/icons_hidpi.png rename to wbce/modules/ckeditor/ckeditor/plugins/icons_hidpi.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/dialogs/iframe.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/dialogs/iframe.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/dialogs/iframe.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/dialogs/iframe.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/icons/hidpi/iframe.png b/wbce/modules/ckeditor/ckeditor/plugins/iframe/icons/hidpi/iframe.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/icons/hidpi/iframe.png rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/icons/hidpi/iframe.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/icons/iframe.png b/wbce/modules/ckeditor/ckeditor/plugins/iframe/icons/iframe.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/icons/iframe.png rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/icons/iframe.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/images/placeholder.png b/wbce/modules/ckeditor/ckeditor/plugins/iframe/images/placeholder.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/images/placeholder.png rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/images/placeholder.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/af.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/af.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/af.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/af.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/ar.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/ar.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/ar.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/ar.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/bg.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/bg.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/bg.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/bg.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/bn.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/bn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/bn.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/bn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/bs.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/bs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/bs.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/bs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/ca.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/cs.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/cs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/cs.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/cs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/cy.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/cy.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/cy.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/cy.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/da.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/da.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/da.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/da.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/de.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/de.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/de.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/de.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/el.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/el.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/el.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/el.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/en-au.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/en-au.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/en-au.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/en-au.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/en-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/en-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/en-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/en-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/en-gb.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/en-gb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/en-gb.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/en-gb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/en.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/en.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/en.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/en.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/eo.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/eo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/eo.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/eo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/es.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/es.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/es.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/es.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/et.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/et.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/et.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/et.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/eu.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/eu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/eu.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/eu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/fa.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/fa.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/fa.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/fa.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/fi.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/fi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/fi.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/fi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/fo.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/fo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/fo.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/fo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/fr-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/fr-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/fr-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/fr-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/fr.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/fr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/fr.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/fr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/gl.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/gl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/gl.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/gl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/gu.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/gu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/gu.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/gu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/he.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/he.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/he.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/he.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/hi.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/hi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/hi.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/hi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/hr.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/hr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/hr.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/hr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/hu.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/hu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/hu.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/hu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/id.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/id.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/id.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/id.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/is.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/is.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/is.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/is.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/it.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/it.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/it.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/it.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/ja.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/ja.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/ja.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/ja.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/ka.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/ka.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/ka.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/ka.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/km.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/km.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/km.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/km.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/ko.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/ko.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/ko.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/ko.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/ku.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/ku.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/ku.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/ku.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/lt.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/lt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/lt.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/lt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/lv.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/lv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/lv.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/lv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/mk.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/mk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/mk.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/mk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/mn.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/mn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/mn.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/mn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/ms.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/ms.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/ms.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/ms.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/nb.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/nb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/nb.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/nb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/nl.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/nl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/nl.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/nl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/no.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/no.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/no.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/no.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/pl.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/pl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/pl.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/pl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/pt-br.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/pt-br.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/pt-br.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/pt-br.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/pt.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/pt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/pt.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/pt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/ro.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/ro.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/ro.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/ro.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/ru.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/ru.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/ru.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/ru.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/si.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/si.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/si.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/si.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/sk.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/sk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/sk.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/sk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/sl.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/sl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/sl.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/sl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/sq.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/sq.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/sq.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/sq.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/sr-latn.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/sr-latn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/sr-latn.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/sr-latn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/sr.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/sr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/sr.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/sr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/sv.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/sv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/sv.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/sv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/th.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/th.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/th.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/th.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/tr.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/tr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/tr.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/tr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/tt.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/tt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/tt.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/tt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/ug.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/ug.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/ug.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/ug.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/uk.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/uk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/uk.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/uk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/vi.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/vi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/vi.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/vi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/zh-cn.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/zh-cn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/zh-cn.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/zh-cn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/lang/zh.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/zh.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/lang/zh.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/lang/zh.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/iframe/plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/iframe/plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/iframe/plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/iframe/plugin.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/image/dialogs/image.js b/wbce/modules/ckeditor/ckeditor/plugins/image/dialogs/image.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/image/dialogs/image.js rename to wbce/modules/ckeditor/ckeditor/plugins/image/dialogs/image.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/image/images/noimage.png b/wbce/modules/ckeditor/ckeditor/plugins/image/images/noimage.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/image/images/noimage.png rename to wbce/modules/ckeditor/ckeditor/plugins/image/images/noimage.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/indentblock/plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/indentblock/plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/indentblock/plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/indentblock/plugin.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/icons/hidpi/justifyblock.png b/wbce/modules/ckeditor/ckeditor/plugins/justify/icons/hidpi/justifyblock.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/icons/hidpi/justifyblock.png rename to wbce/modules/ckeditor/ckeditor/plugins/justify/icons/hidpi/justifyblock.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/icons/hidpi/justifycenter.png b/wbce/modules/ckeditor/ckeditor/plugins/justify/icons/hidpi/justifycenter.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/icons/hidpi/justifycenter.png rename to wbce/modules/ckeditor/ckeditor/plugins/justify/icons/hidpi/justifycenter.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/icons/hidpi/justifyleft.png b/wbce/modules/ckeditor/ckeditor/plugins/justify/icons/hidpi/justifyleft.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/icons/hidpi/justifyleft.png rename to wbce/modules/ckeditor/ckeditor/plugins/justify/icons/hidpi/justifyleft.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/icons/hidpi/justifyright.png b/wbce/modules/ckeditor/ckeditor/plugins/justify/icons/hidpi/justifyright.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/icons/hidpi/justifyright.png rename to wbce/modules/ckeditor/ckeditor/plugins/justify/icons/hidpi/justifyright.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/icons/justifyblock.png b/wbce/modules/ckeditor/ckeditor/plugins/justify/icons/justifyblock.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/icons/justifyblock.png rename to wbce/modules/ckeditor/ckeditor/plugins/justify/icons/justifyblock.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/icons/justifycenter.png b/wbce/modules/ckeditor/ckeditor/plugins/justify/icons/justifycenter.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/icons/justifycenter.png rename to wbce/modules/ckeditor/ckeditor/plugins/justify/icons/justifycenter.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/icons/justifyleft.png b/wbce/modules/ckeditor/ckeditor/plugins/justify/icons/justifyleft.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/icons/justifyleft.png rename to wbce/modules/ckeditor/ckeditor/plugins/justify/icons/justifyleft.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/icons/justifyright.png b/wbce/modules/ckeditor/ckeditor/plugins/justify/icons/justifyright.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/icons/justifyright.png rename to wbce/modules/ckeditor/ckeditor/plugins/justify/icons/justifyright.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/af.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/af.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/af.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/af.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/ar.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/ar.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/ar.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/ar.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/bg.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/bg.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/bg.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/bg.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/bn.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/bn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/bn.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/bn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/bs.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/bs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/bs.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/bs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/ca.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/cs.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/cs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/cs.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/cs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/cy.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/cy.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/cy.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/cy.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/da.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/da.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/da.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/da.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/de.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/de.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/de.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/de.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/el.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/el.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/el.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/el.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/en-au.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/en-au.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/en-au.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/en-au.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/en-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/en-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/en-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/en-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/en-gb.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/en-gb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/en-gb.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/en-gb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/en.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/en.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/en.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/en.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/eo.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/eo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/eo.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/eo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/es.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/es.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/es.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/es.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/et.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/et.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/et.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/et.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/eu.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/eu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/eu.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/eu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/fa.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/fa.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/fa.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/fa.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/fi.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/fi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/fi.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/fi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/fo.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/fo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/fo.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/fo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/fr-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/fr-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/fr-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/fr-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/fr.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/fr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/fr.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/fr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/gl.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/gl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/gl.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/gl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/gu.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/gu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/gu.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/gu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/he.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/he.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/he.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/he.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/hi.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/hi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/hi.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/hi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/hr.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/hr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/hr.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/hr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/hu.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/hu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/hu.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/hu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/id.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/id.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/id.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/id.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/is.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/is.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/is.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/is.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/it.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/it.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/it.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/it.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/ja.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/ja.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/ja.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/ja.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/ka.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/ka.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/ka.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/ka.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/km.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/km.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/km.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/km.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/ko.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/ko.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/ko.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/ko.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/ku.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/ku.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/ku.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/ku.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/lt.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/lt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/lt.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/lt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/lv.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/lv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/lv.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/lv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/mk.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/mk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/mk.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/mk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/mn.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/mn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/mn.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/mn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/ms.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/ms.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/ms.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/ms.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/nb.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/nb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/nb.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/nb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/nl.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/nl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/nl.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/nl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/no.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/no.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/no.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/no.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/pl.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/pl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/pl.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/pl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/pt-br.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/pt-br.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/pt-br.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/pt-br.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/pt.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/pt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/pt.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/pt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/ro.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/ro.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/ro.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/ro.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/ru.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/ru.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/ru.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/ru.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/si.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/si.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/si.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/si.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/sk.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/sk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/sk.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/sk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/sl.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/sl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/sl.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/sl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/sq.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/sq.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/sq.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/sq.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/sr-latn.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/sr-latn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/sr-latn.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/sr-latn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/sr.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/sr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/sr.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/sr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/sv.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/sv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/sv.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/sv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/th.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/th.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/th.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/th.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/tr.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/tr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/tr.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/tr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/tt.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/tt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/tt.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/tt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/ug.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/ug.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/ug.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/ug.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/uk.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/uk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/uk.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/uk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/vi.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/vi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/vi.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/vi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/zh-cn.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/zh-cn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/zh-cn.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/zh-cn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/lang/zh.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/lang/zh.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/lang/zh.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/lang/zh.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/justify/plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/justify/plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/justify/plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/justify/plugin.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/icons/hidpi/language.png b/wbce/modules/ckeditor/ckeditor/plugins/language/icons/hidpi/language.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/icons/hidpi/language.png rename to wbce/modules/ckeditor/ckeditor/plugins/language/icons/hidpi/language.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/icons/language.png b/wbce/modules/ckeditor/ckeditor/plugins/language/icons/language.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/icons/language.png rename to wbce/modules/ckeditor/ckeditor/plugins/language/icons/language.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/ar.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/ar.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/ar.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/ar.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/ca.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/cs.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/cs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/cs.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/cs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/cy.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/cy.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/cy.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/cy.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/da.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/da.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/da.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/da.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/de.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/de.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/de.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/de.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/el.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/el.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/el.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/el.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/en-gb.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/en-gb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/en-gb.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/en-gb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/en.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/en.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/en.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/en.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/eo.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/eo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/eo.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/eo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/es.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/es.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/es.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/es.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/fa.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/fa.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/fa.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/fa.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/fi.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/fi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/fi.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/fi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/fr.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/fr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/fr.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/fr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/gl.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/gl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/gl.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/gl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/he.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/he.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/he.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/he.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/hr.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/hr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/hr.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/hr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/hu.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/hu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/hu.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/hu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/it.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/it.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/it.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/it.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/ja.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/ja.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/ja.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/ja.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/km.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/km.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/km.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/km.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/ku.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/ku.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/ku.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/ku.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/nb.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/nb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/nb.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/nb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/nl.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/nl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/nl.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/nl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/no.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/no.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/no.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/no.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/pl.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/pl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/pl.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/pl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/pt-br.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/pt-br.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/pt-br.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/pt-br.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/pt.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/pt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/pt.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/pt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/ru.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/ru.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/ru.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/ru.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/sk.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/sk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/sk.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/sk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/sl.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/sl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/sl.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/sl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/sq.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/sq.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/sq.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/sq.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/sv.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/sv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/sv.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/sv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/tr.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/tr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/tr.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/tr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/tt.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/tt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/tt.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/tt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/uk.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/uk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/uk.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/uk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/vi.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/vi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/vi.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/vi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/zh-cn.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/zh-cn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/zh-cn.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/zh-cn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/lang/zh.js b/wbce/modules/ckeditor/ckeditor/plugins/language/lang/zh.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/lang/zh.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/lang/zh.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/language/plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/language/plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/language/plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/language/plugin.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/link/dialogs/anchor.js b/wbce/modules/ckeditor/ckeditor/plugins/link/dialogs/anchor.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/link/dialogs/anchor.js rename to wbce/modules/ckeditor/ckeditor/plugins/link/dialogs/anchor.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/link/dialogs/link.js b/wbce/modules/ckeditor/ckeditor/plugins/link/dialogs/link.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/link/dialogs/link.js rename to wbce/modules/ckeditor/ckeditor/plugins/link/dialogs/link.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/link/images/anchor.png b/wbce/modules/ckeditor/ckeditor/plugins/link/images/anchor.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/link/images/anchor.png rename to wbce/modules/ckeditor/ckeditor/plugins/link/images/anchor.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/link/images/hidpi/anchor.png b/wbce/modules/ckeditor/ckeditor/plugins/link/images/hidpi/anchor.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/link/images/hidpi/anchor.png rename to wbce/modules/ckeditor/ckeditor/plugins/link/images/hidpi/anchor.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/dialogs/liststyle.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/dialogs/liststyle.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/dialogs/liststyle.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/dialogs/liststyle.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/af.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/af.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/af.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/af.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/ar.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/ar.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/ar.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/ar.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/bg.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/bg.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/bg.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/bg.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/bn.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/bn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/bn.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/bn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/bs.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/bs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/bs.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/bs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/ca.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/cs.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/cs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/cs.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/cs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/cy.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/cy.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/cy.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/cy.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/da.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/da.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/da.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/da.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/de.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/de.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/de.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/de.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/el.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/el.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/el.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/el.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/en-au.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/en-au.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/en-au.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/en-au.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/en-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/en-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/en-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/en-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/en-gb.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/en-gb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/en-gb.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/en-gb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/en.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/en.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/en.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/en.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/eo.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/eo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/eo.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/eo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/es.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/es.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/es.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/es.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/et.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/et.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/et.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/et.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/eu.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/eu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/eu.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/eu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/fa.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/fa.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/fa.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/fa.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/fi.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/fi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/fi.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/fi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/fo.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/fo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/fo.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/fo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/fr-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/fr-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/fr-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/fr-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/fr.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/fr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/fr.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/fr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/gl.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/gl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/gl.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/gl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/gu.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/gu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/gu.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/gu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/he.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/he.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/he.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/he.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/hi.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/hi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/hi.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/hi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/hr.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/hr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/hr.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/hr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/hu.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/hu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/hu.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/hu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/id.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/id.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/id.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/id.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/is.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/is.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/is.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/is.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/it.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/it.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/it.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/it.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/ja.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/ja.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/ja.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/ja.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/ka.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/ka.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/ka.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/ka.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/km.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/km.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/km.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/km.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/ko.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/ko.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/ko.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/ko.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/ku.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/ku.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/ku.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/ku.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/lt.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/lt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/lt.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/lt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/lv.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/lv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/lv.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/lv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/mk.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/mk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/mk.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/mk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/mn.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/mn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/mn.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/mn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/ms.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/ms.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/ms.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/ms.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/nb.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/nb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/nb.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/nb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/nl.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/nl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/nl.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/nl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/no.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/no.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/no.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/no.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/pl.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/pl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/pl.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/pl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/pt-br.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/pt-br.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/pt-br.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/pt-br.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/pt.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/pt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/pt.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/pt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/ro.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/ro.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/ro.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/ro.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/ru.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/ru.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/ru.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/ru.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/si.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/si.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/si.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/si.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/sk.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/sk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/sk.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/sk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/sl.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/sl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/sl.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/sl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/sq.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/sq.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/sq.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/sq.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/sr-latn.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/sr-latn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/sr-latn.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/sr-latn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/sr.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/sr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/sr.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/sr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/sv.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/sv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/sv.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/sv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/th.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/th.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/th.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/th.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/tr.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/tr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/tr.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/tr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/tt.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/tt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/tt.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/tt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/ug.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/ug.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/ug.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/ug.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/uk.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/uk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/uk.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/uk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/vi.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/vi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/vi.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/vi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/zh-cn.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/zh-cn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/zh-cn.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/zh-cn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/zh.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/zh.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/lang/zh.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/lang/zh.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/liststyle/plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/liststyle/plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/liststyle/plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/liststyle/plugin.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png b/wbce/modules/ckeditor/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png rename to wbce/modules/ckeditor/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/magicline/images/hidpi/icon.png b/wbce/modules/ckeditor/ckeditor/plugins/magicline/images/hidpi/icon.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/magicline/images/hidpi/icon.png rename to wbce/modules/ckeditor/ckeditor/plugins/magicline/images/hidpi/icon.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/magicline/images/icon-rtl.png b/wbce/modules/ckeditor/ckeditor/plugins/magicline/images/icon-rtl.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/magicline/images/icon-rtl.png rename to wbce/modules/ckeditor/ckeditor/plugins/magicline/images/icon-rtl.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/magicline/images/icon.png b/wbce/modules/ckeditor/ckeditor/plugins/magicline/images/icon.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/magicline/images/icon.png rename to wbce/modules/ckeditor/ckeditor/plugins/magicline/images/icon.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/icons/hidpi/newpage-rtl.png b/wbce/modules/ckeditor/ckeditor/plugins/newpage/icons/hidpi/newpage-rtl.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/icons/hidpi/newpage-rtl.png rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/icons/hidpi/newpage-rtl.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/icons/hidpi/newpage.png b/wbce/modules/ckeditor/ckeditor/plugins/newpage/icons/hidpi/newpage.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/icons/hidpi/newpage.png rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/icons/hidpi/newpage.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/icons/newpage-rtl.png b/wbce/modules/ckeditor/ckeditor/plugins/newpage/icons/newpage-rtl.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/icons/newpage-rtl.png rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/icons/newpage-rtl.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/icons/newpage.png b/wbce/modules/ckeditor/ckeditor/plugins/newpage/icons/newpage.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/icons/newpage.png rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/icons/newpage.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/af.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/af.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/af.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/af.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/ar.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/ar.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/ar.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/ar.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/bg.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/bg.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/bg.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/bg.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/bn.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/bn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/bn.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/bn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/bs.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/bs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/bs.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/bs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/ca.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/cs.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/cs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/cs.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/cs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/cy.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/cy.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/cy.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/cy.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/da.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/da.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/da.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/da.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/de.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/de.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/de.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/de.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/el.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/el.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/el.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/el.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/en-au.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/en-au.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/en-au.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/en-au.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/en-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/en-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/en-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/en-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/en-gb.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/en-gb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/en-gb.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/en-gb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/en.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/en.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/en.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/en.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/eo.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/eo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/eo.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/eo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/es.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/es.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/es.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/es.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/et.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/et.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/et.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/et.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/eu.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/eu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/eu.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/eu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/fa.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/fa.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/fa.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/fa.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/fi.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/fi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/fi.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/fi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/fo.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/fo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/fo.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/fo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/fr-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/fr-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/fr-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/fr-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/fr.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/fr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/fr.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/fr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/gl.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/gl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/gl.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/gl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/gu.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/gu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/gu.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/gu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/he.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/he.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/he.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/he.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/hi.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/hi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/hi.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/hi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/hr.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/hr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/hr.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/hr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/hu.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/hu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/hu.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/hu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/id.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/id.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/id.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/id.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/is.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/is.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/is.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/is.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/it.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/it.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/it.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/it.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/ja.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/ja.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/ja.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/ja.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/ka.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/ka.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/ka.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/ka.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/km.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/km.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/km.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/km.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/ko.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/ko.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/ko.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/ko.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/ku.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/ku.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/ku.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/ku.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/lt.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/lt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/lt.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/lt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/lv.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/lv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/lv.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/lv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/mk.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/mk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/mk.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/mk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/mn.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/mn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/mn.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/mn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/ms.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/ms.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/ms.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/ms.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/nb.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/nb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/nb.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/nb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/nl.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/nl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/nl.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/nl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/no.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/no.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/no.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/no.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/pl.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/pl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/pl.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/pl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/pt-br.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/pt-br.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/pt-br.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/pt-br.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/pt.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/pt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/pt.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/pt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/ro.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/ro.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/ro.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/ro.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/ru.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/ru.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/ru.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/ru.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/si.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/si.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/si.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/si.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/sk.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/sk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/sk.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/sk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/sl.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/sl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/sl.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/sl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/sq.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/sq.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/sq.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/sq.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/sr-latn.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/sr-latn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/sr-latn.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/sr-latn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/sr.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/sr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/sr.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/sr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/sv.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/sv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/sv.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/sv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/th.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/th.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/th.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/th.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/tr.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/tr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/tr.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/tr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/tt.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/tt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/tt.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/tt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/ug.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/ug.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/ug.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/ug.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/uk.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/uk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/uk.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/uk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/vi.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/vi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/vi.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/vi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/zh-cn.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/zh-cn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/zh-cn.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/zh-cn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/lang/zh.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/zh.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/lang/zh.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/lang/zh.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/newpage/plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/newpage/plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/newpage/plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/newpage/plugin.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/oembed/images/icon.png b/wbce/modules/ckeditor/ckeditor/plugins/oembed/images/icon.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/oembed/images/icon.png rename to wbce/modules/ckeditor/ckeditor/plugins/oembed/images/icon.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/oembed/images/placeholder.png b/wbce/modules/ckeditor/ckeditor/plugins/oembed/images/placeholder.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/oembed/images/placeholder.png rename to wbce/modules/ckeditor/ckeditor/plugins/oembed/images/placeholder.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/oembed/lang/de.js b/wbce/modules/ckeditor/ckeditor/plugins/oembed/lang/de.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/oembed/lang/de.js rename to wbce/modules/ckeditor/ckeditor/plugins/oembed/lang/de.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/oembed/lang/en.js b/wbce/modules/ckeditor/ckeditor/plugins/oembed/lang/en.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/oembed/lang/en.js rename to wbce/modules/ckeditor/ckeditor/plugins/oembed/lang/en.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/oembed/lang/fr.js b/wbce/modules/ckeditor/ckeditor/plugins/oembed/lang/fr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/oembed/lang/fr.js rename to wbce/modules/ckeditor/ckeditor/plugins/oembed/lang/fr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/oembed/lang/nl.js b/wbce/modules/ckeditor/ckeditor/plugins/oembed/lang/nl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/oembed/lang/nl.js rename to wbce/modules/ckeditor/ckeditor/plugins/oembed/lang/nl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/oembed/lang/pl.js b/wbce/modules/ckeditor/ckeditor/plugins/oembed/lang/pl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/oembed/lang/pl.js rename to wbce/modules/ckeditor/ckeditor/plugins/oembed/lang/pl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/oembed/lang/ru.js b/wbce/modules/ckeditor/ckeditor/plugins/oembed/lang/ru.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/oembed/lang/ru.js rename to wbce/modules/ckeditor/ckeditor/plugins/oembed/lang/ru.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/oembed/libs/jquery.oembed.js b/wbce/modules/ckeditor/ckeditor/plugins/oembed/libs/jquery.oembed.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/oembed/libs/jquery.oembed.js rename to wbce/modules/ckeditor/ckeditor/plugins/oembed/libs/jquery.oembed.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/oembed/libs/jquery.oembed.min.js b/wbce/modules/ckeditor/ckeditor/plugins/oembed/libs/jquery.oembed.min.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/oembed/libs/jquery.oembed.min.js rename to wbce/modules/ckeditor/ckeditor/plugins/oembed/libs/jquery.oembed.min.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/oembed/plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/oembed/plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/oembed/plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/oembed/plugin.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/icons/hidpi/pagebreak-rtl.png b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/icons/hidpi/pagebreak-rtl.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/icons/hidpi/pagebreak-rtl.png rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/icons/hidpi/pagebreak-rtl.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/icons/hidpi/pagebreak.png b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/icons/hidpi/pagebreak.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/icons/hidpi/pagebreak.png rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/icons/hidpi/pagebreak.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/icons/pagebreak-rtl.png b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/icons/pagebreak-rtl.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/icons/pagebreak-rtl.png rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/icons/pagebreak-rtl.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/icons/pagebreak.png b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/icons/pagebreak.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/icons/pagebreak.png rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/icons/pagebreak.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/images/pagebreak.gif b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/images/pagebreak.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/images/pagebreak.gif rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/images/pagebreak.gif diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/af.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/af.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/af.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/af.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ar.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ar.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ar.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ar.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/bg.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/bg.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/bg.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/bg.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/bn.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/bn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/bn.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/bn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/bs.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/bs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/bs.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/bs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ca.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/cs.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/cs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/cs.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/cs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/cy.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/cy.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/cy.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/cy.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/da.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/da.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/da.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/da.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/de.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/de.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/de.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/de.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/el.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/el.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/el.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/el.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/en-au.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/en-au.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/en-au.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/en-au.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/en-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/en-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/en-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/en-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/en-gb.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/en-gb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/en-gb.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/en-gb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/en.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/en.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/en.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/en.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/eo.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/eo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/eo.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/eo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/es.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/es.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/es.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/es.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/et.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/et.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/et.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/et.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/eu.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/eu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/eu.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/eu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/fa.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/fa.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/fa.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/fa.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/fi.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/fi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/fi.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/fi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/fo.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/fo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/fo.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/fo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/fr-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/fr-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/fr-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/fr-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/fr.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/fr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/fr.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/fr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/gl.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/gl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/gl.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/gl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/gu.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/gu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/gu.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/gu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/he.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/he.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/he.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/he.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/hi.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/hi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/hi.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/hi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/hr.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/hr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/hr.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/hr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/hu.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/hu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/hu.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/hu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/id.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/id.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/id.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/id.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/is.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/is.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/is.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/is.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/it.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/it.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/it.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/it.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ja.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ja.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ja.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ja.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ka.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ka.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ka.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ka.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/km.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/km.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/km.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/km.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ko.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ko.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ko.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ko.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ku.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ku.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ku.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ku.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/lt.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/lt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/lt.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/lt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/lv.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/lv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/lv.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/lv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/mk.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/mk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/mk.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/mk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/mn.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/mn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/mn.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/mn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ms.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ms.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ms.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ms.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/nb.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/nb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/nb.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/nb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/nl.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/nl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/nl.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/nl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/no.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/no.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/no.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/no.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/pl.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/pl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/pl.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/pl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/pt-br.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/pt-br.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/pt-br.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/pt-br.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/pt.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/pt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/pt.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/pt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ro.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ro.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ro.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ro.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ru.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ru.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ru.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ru.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/si.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/si.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/si.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/si.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/sk.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/sk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/sk.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/sk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/sl.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/sl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/sl.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/sl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/sq.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/sq.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/sq.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/sq.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/sr-latn.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/sr-latn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/sr-latn.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/sr-latn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/sr.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/sr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/sr.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/sr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/sv.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/sv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/sv.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/sv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/th.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/th.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/th.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/th.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/tr.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/tr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/tr.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/tr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/tt.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/tt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/tt.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/tt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ug.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ug.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ug.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/ug.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/uk.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/uk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/uk.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/uk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/vi.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/vi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/vi.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/vi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/zh-cn.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/zh-cn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/zh-cn.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/zh-cn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/zh.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/zh.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/lang/zh.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/lang/zh.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pagebreak/plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/pagebreak/plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pagebreak/plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/pagebreak/plugin.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/panelbutton/plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/panelbutton/plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/panelbutton/plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/panelbutton/plugin.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/pastefromword/filter/default.js b/wbce/modules/ckeditor/ckeditor/plugins/pastefromword/filter/default.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/pastefromword/filter/default.js rename to wbce/modules/ckeditor/ckeditor/plugins/pastefromword/filter/default.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/icons/hidpi/preview-rtl.png b/wbce/modules/ckeditor/ckeditor/plugins/preview/icons/hidpi/preview-rtl.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/icons/hidpi/preview-rtl.png rename to wbce/modules/ckeditor/ckeditor/plugins/preview/icons/hidpi/preview-rtl.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/icons/hidpi/preview.png b/wbce/modules/ckeditor/ckeditor/plugins/preview/icons/hidpi/preview.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/icons/hidpi/preview.png rename to wbce/modules/ckeditor/ckeditor/plugins/preview/icons/hidpi/preview.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/icons/preview-rtl.png b/wbce/modules/ckeditor/ckeditor/plugins/preview/icons/preview-rtl.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/icons/preview-rtl.png rename to wbce/modules/ckeditor/ckeditor/plugins/preview/icons/preview-rtl.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/icons/preview.png b/wbce/modules/ckeditor/ckeditor/plugins/preview/icons/preview.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/icons/preview.png rename to wbce/modules/ckeditor/ckeditor/plugins/preview/icons/preview.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/af.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/af.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/af.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/af.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/ar.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/ar.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/ar.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/ar.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/bg.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/bg.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/bg.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/bg.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/bn.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/bn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/bn.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/bn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/bs.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/bs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/bs.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/bs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/ca.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/cs.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/cs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/cs.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/cs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/cy.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/cy.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/cy.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/cy.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/da.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/da.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/da.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/da.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/de.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/de.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/de.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/de.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/el.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/el.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/el.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/el.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/en-au.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/en-au.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/en-au.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/en-au.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/en-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/en-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/en-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/en-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/en-gb.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/en-gb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/en-gb.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/en-gb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/en.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/en.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/en.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/en.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/eo.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/eo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/eo.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/eo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/es.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/es.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/es.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/es.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/et.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/et.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/et.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/et.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/eu.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/eu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/eu.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/eu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/fa.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/fa.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/fa.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/fa.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/fi.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/fi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/fi.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/fi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/fo.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/fo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/fo.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/fo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/fr-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/fr-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/fr-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/fr-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/fr.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/fr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/fr.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/fr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/gl.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/gl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/gl.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/gl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/gu.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/gu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/gu.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/gu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/he.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/he.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/he.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/he.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/hi.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/hi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/hi.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/hi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/hr.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/hr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/hr.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/hr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/hu.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/hu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/hu.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/hu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/id.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/id.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/id.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/id.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/is.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/is.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/is.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/is.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/it.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/it.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/it.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/it.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/ja.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/ja.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/ja.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/ja.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/ka.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/ka.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/ka.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/ka.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/km.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/km.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/km.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/km.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/ko.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/ko.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/ko.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/ko.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/ku.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/ku.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/ku.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/ku.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/lt.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/lt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/lt.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/lt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/lv.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/lv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/lv.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/lv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/mk.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/mk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/mk.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/mk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/mn.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/mn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/mn.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/mn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/ms.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/ms.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/ms.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/ms.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/nb.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/nb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/nb.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/nb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/nl.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/nl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/nl.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/nl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/no.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/no.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/no.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/no.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/pl.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/pl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/pl.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/pl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/pt-br.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/pt-br.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/pt-br.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/pt-br.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/pt.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/pt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/pt.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/pt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/ro.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/ro.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/ro.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/ro.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/ru.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/ru.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/ru.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/ru.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/si.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/si.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/si.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/si.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/sk.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/sk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/sk.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/sk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/sl.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/sl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/sl.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/sl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/sq.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/sq.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/sq.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/sq.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/sr-latn.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/sr-latn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/sr-latn.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/sr-latn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/sr.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/sr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/sr.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/sr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/sv.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/sv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/sv.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/sv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/th.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/th.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/th.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/th.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/tr.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/tr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/tr.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/tr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/tt.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/tt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/tt.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/tt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/ug.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/ug.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/ug.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/ug.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/uk.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/uk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/uk.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/uk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/vi.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/vi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/vi.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/vi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/zh-cn.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/zh-cn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/zh-cn.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/zh-cn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/lang/zh.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/lang/zh.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/lang/zh.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/lang/zh.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/preview/plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/preview/plugin.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/preview/preview.html b/wbce/modules/ckeditor/ckeditor/plugins/preview/preview.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/preview/preview.html rename to wbce/modules/ckeditor/ckeditor/plugins/preview/preview.html diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/icons/hidpi/print.png b/wbce/modules/ckeditor/ckeditor/plugins/print/icons/hidpi/print.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/icons/hidpi/print.png rename to wbce/modules/ckeditor/ckeditor/plugins/print/icons/hidpi/print.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/icons/print.png b/wbce/modules/ckeditor/ckeditor/plugins/print/icons/print.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/icons/print.png rename to wbce/modules/ckeditor/ckeditor/plugins/print/icons/print.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/af.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/af.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/af.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/af.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/ar.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/ar.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/ar.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/ar.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/bg.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/bg.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/bg.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/bg.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/bn.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/bn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/bn.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/bn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/bs.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/bs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/bs.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/bs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/ca.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/cs.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/cs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/cs.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/cs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/cy.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/cy.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/cy.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/cy.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/da.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/da.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/da.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/da.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/de.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/de.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/de.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/de.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/el.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/el.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/el.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/el.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/en-au.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/en-au.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/en-au.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/en-au.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/en-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/en-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/en-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/en-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/en-gb.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/en-gb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/en-gb.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/en-gb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/en.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/en.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/en.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/en.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/eo.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/eo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/eo.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/eo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/es.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/es.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/es.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/es.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/et.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/et.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/et.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/et.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/eu.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/eu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/eu.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/eu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/fa.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/fa.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/fa.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/fa.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/fi.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/fi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/fi.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/fi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/fo.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/fo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/fo.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/fo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/fr-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/fr-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/fr-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/fr-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/fr.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/fr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/fr.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/fr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/gl.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/gl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/gl.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/gl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/gu.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/gu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/gu.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/gu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/he.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/he.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/he.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/he.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/hi.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/hi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/hi.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/hi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/hr.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/hr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/hr.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/hr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/hu.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/hu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/hu.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/hu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/id.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/id.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/id.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/id.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/is.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/is.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/is.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/is.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/it.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/it.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/it.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/it.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/ja.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/ja.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/ja.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/ja.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/ka.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/ka.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/ka.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/ka.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/km.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/km.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/km.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/km.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/ko.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/ko.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/ko.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/ko.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/ku.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/ku.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/ku.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/ku.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/lt.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/lt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/lt.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/lt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/lv.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/lv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/lv.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/lv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/mk.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/mk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/mk.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/mk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/mn.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/mn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/mn.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/mn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/ms.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/ms.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/ms.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/ms.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/nb.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/nb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/nb.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/nb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/nl.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/nl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/nl.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/nl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/no.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/no.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/no.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/no.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/pl.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/pl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/pl.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/pl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/pt-br.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/pt-br.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/pt-br.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/pt-br.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/pt.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/pt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/pt.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/pt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/ro.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/ro.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/ro.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/ro.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/ru.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/ru.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/ru.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/ru.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/si.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/si.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/si.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/si.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/sk.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/sk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/sk.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/sk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/sl.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/sl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/sl.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/sl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/sq.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/sq.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/sq.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/sq.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/sr-latn.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/sr-latn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/sr-latn.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/sr-latn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/sr.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/sr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/sr.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/sr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/sv.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/sv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/sv.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/sv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/th.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/th.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/th.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/th.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/tr.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/tr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/tr.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/tr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/tt.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/tt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/tt.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/tt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/ug.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/ug.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/ug.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/ug.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/uk.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/uk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/uk.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/uk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/vi.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/vi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/vi.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/vi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/zh-cn.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/zh-cn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/zh-cn.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/zh-cn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/lang/zh.js b/wbce/modules/ckeditor/ckeditor/plugins/print/lang/zh.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/lang/zh.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/lang/zh.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/print/plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/print/plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/print/plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/print/plugin.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/icons/hidpi/save.png b/wbce/modules/ckeditor/ckeditor/plugins/save/icons/hidpi/save.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/icons/hidpi/save.png rename to wbce/modules/ckeditor/ckeditor/plugins/save/icons/hidpi/save.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/icons/save.png b/wbce/modules/ckeditor/ckeditor/plugins/save/icons/save.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/icons/save.png rename to wbce/modules/ckeditor/ckeditor/plugins/save/icons/save.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/af.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/af.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/af.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/af.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/ar.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/ar.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/ar.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/ar.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/bg.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/bg.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/bg.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/bg.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/bn.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/bn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/bn.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/bn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/bs.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/bs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/bs.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/bs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/ca.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/cs.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/cs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/cs.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/cs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/cy.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/cy.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/cy.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/cy.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/da.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/da.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/da.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/da.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/de.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/de.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/de.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/de.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/el.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/el.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/el.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/el.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/en-au.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/en-au.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/en-au.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/en-au.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/en-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/en-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/en-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/en-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/en-gb.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/en-gb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/en-gb.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/en-gb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/en.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/en.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/en.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/en.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/eo.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/eo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/eo.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/eo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/es.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/es.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/es.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/es.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/et.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/et.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/et.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/et.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/eu.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/eu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/eu.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/eu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/fa.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/fa.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/fa.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/fa.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/fi.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/fi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/fi.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/fi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/fo.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/fo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/fo.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/fo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/fr-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/fr-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/fr-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/fr-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/fr.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/fr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/fr.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/fr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/gl.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/gl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/gl.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/gl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/gu.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/gu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/gu.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/gu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/he.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/he.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/he.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/he.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/hi.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/hi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/hi.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/hi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/hr.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/hr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/hr.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/hr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/hu.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/hu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/hu.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/hu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/id.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/id.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/id.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/id.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/is.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/is.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/is.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/is.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/it.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/it.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/it.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/it.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/ja.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/ja.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/ja.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/ja.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/ka.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/ka.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/ka.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/ka.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/km.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/km.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/km.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/km.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/ko.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/ko.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/ko.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/ko.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/ku.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/ku.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/ku.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/ku.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/lt.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/lt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/lt.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/lt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/lv.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/lv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/lv.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/lv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/mk.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/mk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/mk.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/mk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/mn.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/mn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/mn.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/mn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/ms.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/ms.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/ms.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/ms.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/nb.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/nb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/nb.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/nb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/nl.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/nl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/nl.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/nl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/no.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/no.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/no.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/no.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/pl.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/pl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/pl.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/pl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/pt-br.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/pt-br.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/pt-br.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/pt-br.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/pt.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/pt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/pt.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/pt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/ro.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/ro.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/ro.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/ro.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/ru.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/ru.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/ru.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/ru.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/si.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/si.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/si.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/si.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/sk.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/sk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/sk.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/sk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/sl.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/sl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/sl.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/sl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/sq.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/sq.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/sq.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/sq.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/sr-latn.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/sr-latn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/sr-latn.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/sr-latn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/sr.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/sr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/sr.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/sr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/sv.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/sv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/sv.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/sv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/th.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/th.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/th.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/th.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/tr.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/tr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/tr.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/tr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/tt.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/tt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/tt.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/tt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/ug.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/ug.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/ug.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/ug.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/uk.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/uk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/uk.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/uk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/vi.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/vi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/vi.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/vi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/zh-cn.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/zh-cn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/zh-cn.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/zh-cn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/lang/zh.js b/wbce/modules/ckeditor/ckeditor/plugins/save/lang/zh.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/lang/zh.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/lang/zh.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/save/plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/save/plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/save/plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/save/plugin.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/scayt/LICENSE.md b/wbce/modules/ckeditor/ckeditor/plugins/scayt/LICENSE.md similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/scayt/LICENSE.md rename to wbce/modules/ckeditor/ckeditor/plugins/scayt/LICENSE.md diff --git a/wb/modules/ckeditor/ckeditor/plugins/scayt/README.md b/wbce/modules/ckeditor/ckeditor/plugins/scayt/README.md similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/scayt/README.md rename to wbce/modules/ckeditor/ckeditor/plugins/scayt/README.md diff --git a/wb/modules/ckeditor/ckeditor/plugins/scayt/dialogs/options.js b/wbce/modules/ckeditor/ckeditor/plugins/scayt/dialogs/options.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/scayt/dialogs/options.js rename to wbce/modules/ckeditor/ckeditor/plugins/scayt/dialogs/options.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/scayt/dialogs/toolbar.css b/wbce/modules/ckeditor/ckeditor/plugins/scayt/dialogs/toolbar.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/scayt/dialogs/toolbar.css rename to wbce/modules/ckeditor/ckeditor/plugins/scayt/dialogs/toolbar.css diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/icons/hidpi/selectall.png b/wbce/modules/ckeditor/ckeditor/plugins/selectall/icons/hidpi/selectall.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/icons/hidpi/selectall.png rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/icons/hidpi/selectall.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/icons/selectall.png b/wbce/modules/ckeditor/ckeditor/plugins/selectall/icons/selectall.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/icons/selectall.png rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/icons/selectall.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/af.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/af.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/af.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/af.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/ar.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/ar.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/ar.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/ar.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/bg.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/bg.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/bg.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/bg.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/bn.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/bn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/bn.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/bn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/bs.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/bs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/bs.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/bs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/ca.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/cs.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/cs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/cs.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/cs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/cy.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/cy.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/cy.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/cy.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/da.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/da.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/da.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/da.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/de.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/de.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/de.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/de.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/el.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/el.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/el.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/el.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/en-au.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/en-au.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/en-au.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/en-au.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/en-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/en-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/en-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/en-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/en-gb.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/en-gb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/en-gb.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/en-gb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/en.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/en.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/en.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/en.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/eo.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/eo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/eo.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/eo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/es.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/es.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/es.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/es.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/et.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/et.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/et.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/et.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/eu.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/eu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/eu.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/eu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/fa.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/fa.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/fa.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/fa.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/fi.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/fi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/fi.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/fi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/fo.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/fo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/fo.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/fo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/fr-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/fr-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/fr-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/fr-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/fr.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/fr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/fr.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/fr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/gl.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/gl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/gl.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/gl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/gu.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/gu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/gu.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/gu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/he.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/he.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/he.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/he.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/hi.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/hi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/hi.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/hi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/hr.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/hr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/hr.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/hr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/hu.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/hu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/hu.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/hu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/id.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/id.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/id.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/id.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/is.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/is.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/is.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/is.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/it.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/it.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/it.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/it.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/ja.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/ja.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/ja.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/ja.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/ka.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/ka.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/ka.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/ka.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/km.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/km.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/km.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/km.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/ko.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/ko.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/ko.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/ko.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/ku.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/ku.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/ku.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/ku.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/lt.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/lt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/lt.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/lt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/lv.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/lv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/lv.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/lv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/mk.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/mk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/mk.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/mk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/mn.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/mn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/mn.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/mn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/ms.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/ms.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/ms.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/ms.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/nb.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/nb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/nb.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/nb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/nl.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/nl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/nl.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/nl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/no.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/no.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/no.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/no.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/pl.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/pl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/pl.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/pl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/pt-br.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/pt-br.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/pt-br.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/pt-br.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/pt.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/pt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/pt.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/pt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/ro.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/ro.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/ro.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/ro.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/ru.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/ru.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/ru.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/ru.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/si.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/si.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/si.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/si.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/sk.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/sk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/sk.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/sk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/sl.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/sl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/sl.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/sl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/sq.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/sq.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/sq.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/sq.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/sr-latn.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/sr-latn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/sr-latn.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/sr-latn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/sr.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/sr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/sr.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/sr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/sv.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/sv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/sv.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/sv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/th.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/th.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/th.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/th.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/tr.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/tr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/tr.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/tr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/tt.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/tt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/tt.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/tt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/ug.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/ug.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/ug.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/ug.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/uk.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/uk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/uk.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/uk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/vi.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/vi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/vi.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/vi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/zh-cn.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/zh-cn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/zh-cn.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/zh-cn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/lang/zh.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/zh.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/lang/zh.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/lang/zh.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/selectall/plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/selectall/plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/selectall/plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/selectall/plugin.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/icons/hidpi/showblocks-rtl.png b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/icons/hidpi/showblocks-rtl.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/icons/hidpi/showblocks-rtl.png rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/icons/hidpi/showblocks-rtl.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/icons/hidpi/showblocks.png b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/icons/hidpi/showblocks.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/icons/hidpi/showblocks.png rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/icons/hidpi/showblocks.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/icons/showblocks-rtl.png b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/icons/showblocks-rtl.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/icons/showblocks-rtl.png rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/icons/showblocks-rtl.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/icons/showblocks.png b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/icons/showblocks.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/icons/showblocks.png rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/icons/showblocks.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/images/block_address.png b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/images/block_address.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/images/block_address.png rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/images/block_address.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/images/block_blockquote.png b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/images/block_blockquote.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/images/block_blockquote.png rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/images/block_blockquote.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/images/block_div.png b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/images/block_div.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/images/block_div.png rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/images/block_div.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/images/block_h1.png b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/images/block_h1.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/images/block_h1.png rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/images/block_h1.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/images/block_h2.png b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/images/block_h2.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/images/block_h2.png rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/images/block_h2.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/images/block_h3.png b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/images/block_h3.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/images/block_h3.png rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/images/block_h3.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/images/block_h4.png b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/images/block_h4.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/images/block_h4.png rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/images/block_h4.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/images/block_h5.png b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/images/block_h5.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/images/block_h5.png rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/images/block_h5.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/images/block_h6.png b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/images/block_h6.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/images/block_h6.png rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/images/block_h6.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/images/block_p.png b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/images/block_p.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/images/block_p.png rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/images/block_p.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/images/block_pre.png b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/images/block_pre.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/images/block_pre.png rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/images/block_pre.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/af.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/af.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/af.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/af.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/ar.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/ar.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/ar.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/ar.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/bg.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/bg.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/bg.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/bg.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/bn.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/bn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/bn.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/bn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/bs.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/bs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/bs.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/bs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/ca.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/cs.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/cs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/cs.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/cs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/cy.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/cy.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/cy.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/cy.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/da.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/da.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/da.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/da.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/de.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/de.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/de.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/de.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/el.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/el.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/el.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/el.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/en-au.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/en-au.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/en-au.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/en-au.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/en-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/en-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/en-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/en-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/en-gb.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/en-gb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/en-gb.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/en-gb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/en.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/en.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/en.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/en.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/eo.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/eo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/eo.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/eo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/es.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/es.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/es.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/es.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/et.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/et.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/et.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/et.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/eu.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/eu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/eu.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/eu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/fa.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/fa.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/fa.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/fa.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/fi.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/fi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/fi.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/fi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/fo.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/fo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/fo.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/fo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/fr-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/fr-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/fr-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/fr-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/fr.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/fr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/fr.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/fr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/gl.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/gl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/gl.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/gl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/gu.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/gu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/gu.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/gu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/he.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/he.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/he.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/he.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/hi.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/hi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/hi.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/hi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/hr.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/hr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/hr.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/hr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/hu.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/hu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/hu.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/hu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/id.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/id.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/id.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/id.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/is.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/is.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/is.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/is.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/it.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/it.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/it.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/it.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/ja.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/ja.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/ja.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/ja.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/ka.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/ka.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/ka.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/ka.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/km.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/km.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/km.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/km.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/ko.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/ko.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/ko.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/ko.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/ku.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/ku.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/ku.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/ku.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/lt.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/lt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/lt.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/lt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/lv.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/lv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/lv.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/lv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/mk.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/mk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/mk.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/mk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/mn.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/mn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/mn.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/mn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/ms.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/ms.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/ms.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/ms.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/nb.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/nb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/nb.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/nb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/nl.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/nl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/nl.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/nl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/no.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/no.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/no.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/no.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/pl.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/pl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/pl.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/pl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/pt-br.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/pt-br.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/pt-br.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/pt-br.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/pt.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/pt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/pt.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/pt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/ro.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/ro.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/ro.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/ro.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/ru.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/ru.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/ru.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/ru.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/si.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/si.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/si.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/si.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/sk.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/sk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/sk.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/sk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/sl.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/sl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/sl.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/sl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/sq.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/sq.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/sq.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/sq.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/sr-latn.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/sr-latn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/sr-latn.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/sr-latn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/sr.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/sr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/sr.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/sr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/sv.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/sv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/sv.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/sv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/th.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/th.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/th.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/th.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/tr.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/tr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/tr.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/tr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/tt.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/tt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/tt.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/tt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/ug.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/ug.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/ug.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/ug.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/uk.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/uk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/uk.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/uk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/vi.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/vi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/vi.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/vi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/zh-cn.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/zh-cn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/zh-cn.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/zh-cn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/zh.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/zh.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/lang/zh.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/lang/zh.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/showblocks/plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/showblocks/plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/showblocks/plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/showblocks/plugin.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/shybutton/images/_shybutton.png b/wbce/modules/ckeditor/ckeditor/plugins/shybutton/images/_shybutton.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/shybutton/images/_shybutton.png rename to wbce/modules/ckeditor/ckeditor/plugins/shybutton/images/_shybutton.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/shybutton/images/shybutton.png b/wbce/modules/ckeditor/ckeditor/plugins/shybutton/images/shybutton.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/shybutton/images/shybutton.png rename to wbce/modules/ckeditor/ckeditor/plugins/shybutton/images/shybutton.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/shybutton/lang/de.js b/wbce/modules/ckeditor/ckeditor/plugins/shybutton/lang/de.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/shybutton/lang/de.js rename to wbce/modules/ckeditor/ckeditor/plugins/shybutton/lang/de.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/shybutton/lang/en.js b/wbce/modules/ckeditor/ckeditor/plugins/shybutton/lang/en.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/shybutton/lang/en.js rename to wbce/modules/ckeditor/ckeditor/plugins/shybutton/lang/en.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/shybutton/lang/nl.js b/wbce/modules/ckeditor/ckeditor/plugins/shybutton/lang/nl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/shybutton/lang/nl.js rename to wbce/modules/ckeditor/ckeditor/plugins/shybutton/lang/nl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/shybutton/plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/shybutton/plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/shybutton/plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/shybutton/plugin.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/dialogs/smiley.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/dialogs/smiley.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/dialogs/smiley.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/dialogs/smiley.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/icons/hidpi/smiley.png b/wbce/modules/ckeditor/ckeditor/plugins/smiley/icons/hidpi/smiley.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/icons/hidpi/smiley.png rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/icons/hidpi/smiley.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/icons/smiley.png b/wbce/modules/ckeditor/ckeditor/plugins/smiley/icons/smiley.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/icons/smiley.png rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/icons/smiley.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/angel_smile.gif b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/angel_smile.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/angel_smile.gif rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/angel_smile.gif diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/angel_smile.png b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/angel_smile.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/angel_smile.png rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/angel_smile.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/angry_smile.gif b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/angry_smile.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/angry_smile.gif rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/angry_smile.gif diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/angry_smile.png b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/angry_smile.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/angry_smile.png rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/angry_smile.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/broken_heart.gif b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/broken_heart.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/broken_heart.gif rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/broken_heart.gif diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/broken_heart.png b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/broken_heart.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/broken_heart.png rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/broken_heart.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/confused_smile.gif b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/confused_smile.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/confused_smile.gif rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/confused_smile.gif diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/confused_smile.png b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/confused_smile.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/confused_smile.png rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/confused_smile.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/cry_smile.gif b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/cry_smile.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/cry_smile.gif rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/cry_smile.gif diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/cry_smile.png b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/cry_smile.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/cry_smile.png rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/cry_smile.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/devil_smile.gif b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/devil_smile.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/devil_smile.gif rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/devil_smile.gif diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/devil_smile.png b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/devil_smile.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/devil_smile.png rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/devil_smile.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/embaressed_smile.gif b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/embaressed_smile.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/embaressed_smile.gif rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/embaressed_smile.gif diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/embarrassed_smile.gif b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/embarrassed_smile.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/embarrassed_smile.gif rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/embarrassed_smile.gif diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/embarrassed_smile.png b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/embarrassed_smile.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/embarrassed_smile.png rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/embarrassed_smile.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/envelope.gif b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/envelope.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/envelope.gif rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/envelope.gif diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/envelope.png b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/envelope.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/envelope.png rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/envelope.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/heart.gif b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/heart.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/heart.gif rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/heart.gif diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/heart.png b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/heart.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/heart.png rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/heart.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/kiss.gif b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/kiss.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/kiss.gif rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/kiss.gif diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/kiss.png b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/kiss.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/kiss.png rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/kiss.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/lightbulb.gif b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/lightbulb.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/lightbulb.gif rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/lightbulb.gif diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/lightbulb.png b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/lightbulb.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/lightbulb.png rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/lightbulb.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/omg_smile.gif b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/omg_smile.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/omg_smile.gif rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/omg_smile.gif diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/omg_smile.png b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/omg_smile.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/omg_smile.png rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/omg_smile.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/regular_smile.gif b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/regular_smile.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/regular_smile.gif rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/regular_smile.gif diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/regular_smile.png b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/regular_smile.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/regular_smile.png rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/regular_smile.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/sad_smile.gif b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/sad_smile.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/sad_smile.gif rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/sad_smile.gif diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/sad_smile.png b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/sad_smile.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/sad_smile.png rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/sad_smile.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/shades_smile.gif b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/shades_smile.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/shades_smile.gif rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/shades_smile.gif diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/shades_smile.png b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/shades_smile.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/shades_smile.png rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/shades_smile.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/teeth_smile.gif b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/teeth_smile.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/teeth_smile.gif rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/teeth_smile.gif diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/teeth_smile.png b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/teeth_smile.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/teeth_smile.png rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/teeth_smile.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/thumbs_down.gif b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/thumbs_down.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/thumbs_down.gif rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/thumbs_down.gif diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/thumbs_down.png b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/thumbs_down.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/thumbs_down.png rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/thumbs_down.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/thumbs_up.gif b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/thumbs_up.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/thumbs_up.gif rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/thumbs_up.gif diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/thumbs_up.png b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/thumbs_up.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/thumbs_up.png rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/thumbs_up.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/tongue_smile.gif b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/tongue_smile.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/tongue_smile.gif rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/tongue_smile.gif diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/tongue_smile.png b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/tongue_smile.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/tongue_smile.png rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/tongue_smile.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/tounge_smile.gif b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/tounge_smile.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/tounge_smile.gif rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/tounge_smile.gif diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/wink_smile.gif b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/wink_smile.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/wink_smile.gif rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/wink_smile.gif diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/images/wink_smile.png b/wbce/modules/ckeditor/ckeditor/plugins/smiley/images/wink_smile.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/images/wink_smile.png rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/images/wink_smile.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/af.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/af.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/af.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/af.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/ar.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/ar.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/ar.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/ar.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/bg.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/bg.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/bg.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/bg.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/bn.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/bn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/bn.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/bn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/bs.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/bs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/bs.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/bs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/ca.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/cs.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/cs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/cs.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/cs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/cy.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/cy.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/cy.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/cy.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/da.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/da.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/da.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/da.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/de.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/de.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/de.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/de.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/el.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/el.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/el.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/el.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/en-au.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/en-au.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/en-au.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/en-au.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/en-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/en-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/en-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/en-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/en-gb.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/en-gb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/en-gb.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/en-gb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/en.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/en.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/en.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/en.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/eo.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/eo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/eo.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/eo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/es.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/es.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/es.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/es.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/et.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/et.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/et.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/et.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/eu.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/eu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/eu.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/eu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/fa.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/fa.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/fa.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/fa.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/fi.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/fi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/fi.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/fi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/fo.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/fo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/fo.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/fo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/fr-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/fr-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/fr-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/fr-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/fr.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/fr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/fr.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/fr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/gl.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/gl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/gl.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/gl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/gu.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/gu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/gu.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/gu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/he.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/he.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/he.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/he.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/hi.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/hi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/hi.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/hi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/hr.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/hr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/hr.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/hr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/hu.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/hu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/hu.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/hu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/id.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/id.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/id.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/id.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/is.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/is.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/is.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/is.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/it.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/it.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/it.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/it.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/ja.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/ja.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/ja.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/ja.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/ka.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/ka.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/ka.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/ka.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/km.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/km.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/km.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/km.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/ko.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/ko.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/ko.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/ko.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/ku.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/ku.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/ku.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/ku.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/lt.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/lt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/lt.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/lt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/lv.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/lv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/lv.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/lv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/mk.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/mk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/mk.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/mk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/mn.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/mn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/mn.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/mn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/ms.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/ms.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/ms.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/ms.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/nb.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/nb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/nb.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/nb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/nl.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/nl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/nl.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/nl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/no.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/no.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/no.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/no.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/pl.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/pl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/pl.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/pl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/pt-br.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/pt-br.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/pt-br.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/pt-br.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/pt.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/pt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/pt.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/pt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/ro.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/ro.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/ro.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/ro.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/ru.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/ru.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/ru.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/ru.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/si.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/si.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/si.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/si.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/sk.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/sk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/sk.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/sk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/sl.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/sl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/sl.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/sl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/sq.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/sq.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/sq.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/sq.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/sr-latn.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/sr-latn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/sr-latn.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/sr-latn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/sr.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/sr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/sr.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/sr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/sv.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/sv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/sv.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/sv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/th.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/th.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/th.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/th.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/tr.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/tr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/tr.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/tr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/tt.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/tt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/tt.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/tt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/ug.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/ug.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/ug.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/ug.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/uk.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/uk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/uk.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/uk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/vi.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/vi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/vi.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/vi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/zh-cn.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/zh-cn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/zh-cn.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/zh-cn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/lang/zh.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/zh.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/lang/zh.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/lang/zh.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/smiley/plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/smiley/plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/smiley/plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/smiley/plugin.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/af.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/af.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/af.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/af.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ar.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ar.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ar.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ar.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/bg.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/bg.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/bg.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/bg.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ca.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/cs.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/cs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/cs.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/cs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/cy.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/cy.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/cy.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/cy.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/da.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/da.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/da.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/da.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/de.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/de.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/de.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/de.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/el.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/el.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/el.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/el.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/eo.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/eo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/eo.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/eo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/es.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/es.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/es.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/es.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/et.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/et.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/et.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/et.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fa.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fa.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fa.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fa.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fi.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fi.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fr.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fr.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/gl.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/gl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/gl.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/gl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/he.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/he.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/he.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/he.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/hr.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/hr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/hr.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/hr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/hu.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/hu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/hu.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/hu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/id.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/id.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/id.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/id.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/it.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/it.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/it.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/it.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ja.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ja.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ja.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ja.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/km.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/km.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/km.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/km.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ku.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ku.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ku.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ku.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/lt.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/lt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/lt.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/lt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/lv.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/lv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/lv.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/lv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/nb.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/nb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/nb.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/nb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/nl.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/nl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/nl.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/nl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/no.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/no.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/no.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/no.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pl.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pl.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pt.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pt.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ru.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ru.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ru.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ru.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/si.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/si.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/si.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/si.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sk.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sk.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sl.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sl.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sq.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sq.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sq.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sq.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sv.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sv.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/th.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/th.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/th.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/th.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/tr.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/tr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/tr.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/tr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/tt.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/tt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/tt.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/tt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ug.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ug.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ug.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ug.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/uk.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/uk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/uk.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/uk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/vi.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/vi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/vi.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/vi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/zh.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/zh.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/zh.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/zh.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/specialchar.js b/wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/specialchar.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/specialchar.js rename to wbce/modules/ckeditor/ckeditor/plugins/specialchar/dialogs/specialchar.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/syntaxhighlight/dialogs/syntaxhighlight.js b/wbce/modules/ckeditor/ckeditor/plugins/syntaxhighlight/dialogs/syntaxhighlight.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/syntaxhighlight/dialogs/syntaxhighlight.js rename to wbce/modules/ckeditor/ckeditor/plugins/syntaxhighlight/dialogs/syntaxhighlight.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/syntaxhighlight/icons/syntaxhighlight.png b/wbce/modules/ckeditor/ckeditor/plugins/syntaxhighlight/icons/syntaxhighlight.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/syntaxhighlight/icons/syntaxhighlight.png rename to wbce/modules/ckeditor/ckeditor/plugins/syntaxhighlight/icons/syntaxhighlight.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/syntaxhighlight/lang/de.js b/wbce/modules/ckeditor/ckeditor/plugins/syntaxhighlight/lang/de.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/syntaxhighlight/lang/de.js rename to wbce/modules/ckeditor/ckeditor/plugins/syntaxhighlight/lang/de.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/syntaxhighlight/lang/en.js b/wbce/modules/ckeditor/ckeditor/plugins/syntaxhighlight/lang/en.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/syntaxhighlight/lang/en.js rename to wbce/modules/ckeditor/ckeditor/plugins/syntaxhighlight/lang/en.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/syntaxhighlight/lang/fr.js b/wbce/modules/ckeditor/ckeditor/plugins/syntaxhighlight/lang/fr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/syntaxhighlight/lang/fr.js rename to wbce/modules/ckeditor/ckeditor/plugins/syntaxhighlight/lang/fr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/syntaxhighlight/plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/syntaxhighlight/plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/syntaxhighlight/plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/syntaxhighlight/plugin.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/table/dialogs/table.js b/wbce/modules/ckeditor/ckeditor/plugins/table/dialogs/table.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/table/dialogs/table.js rename to wbce/modules/ckeditor/ckeditor/plugins/table/dialogs/table.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/tabletools/dialogs/tableCell.js b/wbce/modules/ckeditor/ckeditor/plugins/tabletools/dialogs/tableCell.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/tabletools/dialogs/tableCell.js rename to wbce/modules/ckeditor/ckeditor/plugins/tabletools/dialogs/tableCell.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/dialogs/templates.css b/wbce/modules/ckeditor/ckeditor/plugins/templates/dialogs/templates.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/dialogs/templates.css rename to wbce/modules/ckeditor/ckeditor/plugins/templates/dialogs/templates.css diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/dialogs/templates.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/dialogs/templates.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/dialogs/templates.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/dialogs/templates.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/icons/hidpi/templates-rtl.png b/wbce/modules/ckeditor/ckeditor/plugins/templates/icons/hidpi/templates-rtl.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/icons/hidpi/templates-rtl.png rename to wbce/modules/ckeditor/ckeditor/plugins/templates/icons/hidpi/templates-rtl.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/icons/hidpi/templates.png b/wbce/modules/ckeditor/ckeditor/plugins/templates/icons/hidpi/templates.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/icons/hidpi/templates.png rename to wbce/modules/ckeditor/ckeditor/plugins/templates/icons/hidpi/templates.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/icons/templates-rtl.png b/wbce/modules/ckeditor/ckeditor/plugins/templates/icons/templates-rtl.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/icons/templates-rtl.png rename to wbce/modules/ckeditor/ckeditor/plugins/templates/icons/templates-rtl.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/icons/templates.png b/wbce/modules/ckeditor/ckeditor/plugins/templates/icons/templates.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/icons/templates.png rename to wbce/modules/ckeditor/ckeditor/plugins/templates/icons/templates.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/af.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/af.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/af.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/af.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/ar.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/ar.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/ar.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/ar.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/bg.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/bg.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/bg.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/bg.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/bn.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/bn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/bn.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/bn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/bs.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/bs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/bs.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/bs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/ca.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/cs.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/cs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/cs.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/cs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/cy.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/cy.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/cy.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/cy.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/da.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/da.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/da.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/da.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/de.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/de.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/de.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/de.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/el.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/el.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/el.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/el.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/en-au.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/en-au.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/en-au.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/en-au.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/en-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/en-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/en-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/en-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/en-gb.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/en-gb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/en-gb.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/en-gb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/en.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/en.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/en.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/en.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/eo.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/eo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/eo.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/eo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/es.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/es.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/es.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/es.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/et.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/et.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/et.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/et.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/eu.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/eu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/eu.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/eu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/fa.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/fa.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/fa.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/fa.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/fi.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/fi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/fi.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/fi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/fo.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/fo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/fo.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/fo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/fr-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/fr-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/fr-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/fr-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/fr.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/fr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/fr.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/fr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/gl.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/gl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/gl.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/gl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/gu.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/gu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/gu.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/gu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/he.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/he.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/he.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/he.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/hi.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/hi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/hi.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/hi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/hr.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/hr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/hr.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/hr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/hu.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/hu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/hu.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/hu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/id.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/id.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/id.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/id.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/is.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/is.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/is.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/is.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/it.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/it.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/it.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/it.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/ja.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/ja.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/ja.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/ja.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/ka.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/ka.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/ka.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/ka.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/km.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/km.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/km.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/km.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/ko.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/ko.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/ko.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/ko.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/ku.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/ku.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/ku.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/ku.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/lt.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/lt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/lt.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/lt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/lv.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/lv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/lv.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/lv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/mk.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/mk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/mk.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/mk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/mn.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/mn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/mn.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/mn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/ms.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/ms.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/ms.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/ms.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/nb.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/nb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/nb.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/nb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/nl.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/nl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/nl.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/nl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/no.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/no.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/no.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/no.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/pl.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/pl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/pl.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/pl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/pt-br.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/pt-br.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/pt-br.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/pt-br.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/pt.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/pt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/pt.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/pt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/ro.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/ro.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/ro.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/ro.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/ru.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/ru.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/ru.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/ru.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/si.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/si.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/si.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/si.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/sk.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/sk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/sk.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/sk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/sl.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/sl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/sl.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/sl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/sq.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/sq.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/sq.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/sq.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/sr-latn.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/sr-latn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/sr-latn.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/sr-latn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/sr.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/sr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/sr.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/sr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/sv.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/sv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/sv.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/sv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/th.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/th.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/th.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/th.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/tr.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/tr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/tr.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/tr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/tt.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/tt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/tt.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/tt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/ug.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/ug.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/ug.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/ug.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/uk.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/uk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/uk.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/uk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/vi.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/vi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/vi.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/vi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/zh-cn.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/zh-cn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/zh-cn.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/zh-cn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/lang/zh.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/lang/zh.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/lang/zh.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/lang/zh.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/plugin.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/templates/default.js b/wbce/modules/ckeditor/ckeditor/plugins/templates/templates/default.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/templates/default.js rename to wbce/modules/ckeditor/ckeditor/plugins/templates/templates/default.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/templates/images/template1.gif b/wbce/modules/ckeditor/ckeditor/plugins/templates/templates/images/template1.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/templates/images/template1.gif rename to wbce/modules/ckeditor/ckeditor/plugins/templates/templates/images/template1.gif diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/templates/images/template2.gif b/wbce/modules/ckeditor/ckeditor/plugins/templates/templates/images/template2.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/templates/images/template2.gif rename to wbce/modules/ckeditor/ckeditor/plugins/templates/templates/images/template2.gif diff --git a/wb/modules/ckeditor/ckeditor/plugins/templates/templates/images/template3.gif b/wbce/modules/ckeditor/ckeditor/plugins/templates/templates/images/template3.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/templates/templates/images/template3.gif rename to wbce/modules/ckeditor/ckeditor/plugins/templates/templates/images/template3.gif diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/dialogs/wbdroplets.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/dialogs/wbdroplets.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/dialogs/wbdroplets.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/dialogs/wbdroplets.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/droplets.php b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/droplets.php similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/droplets.php rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/droplets.php diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/icons/_wbdroplets.gif b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/icons/_wbdroplets.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/icons/_wbdroplets.gif rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/icons/_wbdroplets.gif diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/icons/wbdroplets.png b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/icons/wbdroplets.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/icons/wbdroplets.png rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/icons/wbdroplets.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/af.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/af.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/af.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/af.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ar.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ar.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ar.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ar.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/bg.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/bg.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/bg.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/bg.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/bn.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/bn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/bn.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/bn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/bs.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/bs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/bs.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/bs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ca.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/cs.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/cs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/cs.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/cs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/cy.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/cy.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/cy.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/cy.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/da.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/da.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/da.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/da.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/de.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/de.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/de.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/de.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/el.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/el.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/el.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/el.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/en-au.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/en-au.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/en-au.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/en-au.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/en-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/en-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/en-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/en-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/en-gb.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/en-gb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/en-gb.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/en-gb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/en.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/en.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/en.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/en.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/eo.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/eo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/eo.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/eo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/es.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/es.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/es.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/es.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/et.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/et.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/et.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/et.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/eu.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/eu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/eu.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/eu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/fa.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/fa.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/fa.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/fa.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/fi.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/fi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/fi.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/fi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/fo.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/fo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/fo.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/fo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/fr-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/fr-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/fr-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/fr-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/fr.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/fr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/fr.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/fr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/gl.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/gl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/gl.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/gl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/gu.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/gu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/gu.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/gu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/he.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/he.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/he.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/he.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/hi.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/hi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/hi.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/hi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/hr.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/hr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/hr.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/hr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/hu.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/hu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/hu.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/hu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/is.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/is.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/is.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/is.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/it.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/it.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/it.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/it.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ja.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ja.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ja.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ja.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ka.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ka.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ka.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ka.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/km.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/km.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/km.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/km.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ko.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ko.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ko.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ko.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ku.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ku.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ku.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ku.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/lt.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/lt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/lt.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/lt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/lv.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/lv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/lv.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/lv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/mk.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/mk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/mk.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/mk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/mn.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/mn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/mn.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/mn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ms.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ms.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ms.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ms.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/nb.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/nb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/nb.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/nb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/nl.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/nl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/nl.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/nl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/no.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/no.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/no.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/no.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/pl.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/pl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/pl.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/pl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/pt-br.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/pt-br.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/pt-br.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/pt-br.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/pt.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/pt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/pt.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/pt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ro.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ro.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ro.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ro.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ru.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ru.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ru.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ru.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/sk.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/sk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/sk.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/sk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/sl.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/sl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/sl.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/sl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/sr-latn.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/sr-latn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/sr-latn.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/sr-latn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/sr.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/sr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/sr.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/sr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/sv.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/sv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/sv.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/sv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/th.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/th.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/th.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/th.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/tr.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/tr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/tr.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/tr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ug.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ug.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ug.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/ug.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/uk.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/uk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/uk.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/uk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/vi.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/vi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/vi.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/vi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/zh-cn.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/zh-cn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/zh-cn.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/zh-cn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/zh.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/zh.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/zh.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/lang/zh.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbdroplets/plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbdroplets/plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbdroplets/plugin.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/dialogs/anchor.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/dialogs/anchor.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/dialogs/anchor.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/dialogs/anchor.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/dialogs/wblink.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/dialogs/wblink.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/dialogs/wblink.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/dialogs/wblink.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/icons/_wblink.png b/wbce/modules/ckeditor/ckeditor/plugins/wblink/icons/_wblink.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/icons/_wblink.png rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/icons/_wblink.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/icons/anchor-rtl.png b/wbce/modules/ckeditor/ckeditor/plugins/wblink/icons/anchor-rtl.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/icons/anchor-rtl.png rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/icons/anchor-rtl.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/icons/anchor.png b/wbce/modules/ckeditor/ckeditor/plugins/wblink/icons/anchor.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/icons/anchor.png rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/icons/anchor.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/icons/link.png b/wbce/modules/ckeditor/ckeditor/plugins/wblink/icons/link.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/icons/link.png rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/icons/link.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/icons/unlink.png b/wbce/modules/ckeditor/ckeditor/plugins/wblink/icons/unlink.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/icons/unlink.png rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/icons/unlink.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/icons/wblink.png b/wbce/modules/ckeditor/ckeditor/plugins/wblink/icons/wblink.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/icons/wblink.png rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/icons/wblink.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/images/anchor.gif b/wbce/modules/ckeditor/ckeditor/plugins/wblink/images/anchor.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/images/anchor.gif rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/images/anchor.gif diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/images/anchor.png b/wbce/modules/ckeditor/ckeditor/plugins/wblink/images/anchor.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/images/anchor.png rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/images/anchor.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/af.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/af.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/af.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/af.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/ar.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/ar.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/ar.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/ar.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/bg.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/bg.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/bg.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/bg.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/bn.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/bn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/bn.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/bn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/bs.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/bs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/bs.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/bs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/ca.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/cs.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/cs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/cs.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/cs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/cy.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/cy.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/cy.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/cy.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/da.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/da.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/da.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/da.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/de.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/de.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/de.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/de.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/el.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/el.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/el.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/el.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/en-au.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/en-au.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/en-au.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/en-au.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/en-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/en-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/en-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/en-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/en-gb.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/en-gb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/en-gb.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/en-gb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/en.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/en.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/en.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/en.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/eo.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/eo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/eo.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/eo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/es.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/es.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/es.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/es.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/et.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/et.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/et.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/et.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/eu.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/eu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/eu.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/eu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/fa.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/fa.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/fa.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/fa.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/fi.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/fi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/fi.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/fi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/fo.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/fo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/fo.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/fo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/fr-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/fr-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/fr-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/fr-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/fr.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/fr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/fr.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/fr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/gl.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/gl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/gl.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/gl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/gu.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/gu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/gu.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/gu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/he.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/he.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/he.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/he.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/hi.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/hi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/hi.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/hi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/hr.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/hr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/hr.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/hr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/hu.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/hu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/hu.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/hu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/is.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/is.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/is.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/is.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/it.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/it.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/it.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/it.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/ja.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/ja.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/ja.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/ja.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/ka.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/ka.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/ka.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/ka.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/km.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/km.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/km.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/km.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/ko.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/ko.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/ko.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/ko.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/ku.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/ku.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/ku.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/ku.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/lt.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/lt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/lt.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/lt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/lv.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/lv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/lv.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/lv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/mk.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/mk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/mk.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/mk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/mn.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/mn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/mn.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/mn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/ms.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/ms.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/ms.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/ms.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/nb.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/nb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/nb.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/nb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/nl.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/nl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/nl.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/nl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/no.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/no.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/no.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/no.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/pl.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/pl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/pl.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/pl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/pt-br.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/pt-br.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/pt-br.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/pt-br.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/pt.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/pt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/pt.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/pt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/ro.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/ro.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/ro.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/ro.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/ru.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/ru.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/ru.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/ru.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/sk.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/sk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/sk.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/sk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/sl.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/sl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/sl.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/sl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/sr-latn.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/sr-latn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/sr-latn.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/sr-latn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/sr.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/sr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/sr.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/sr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/sv.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/sv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/sv.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/sv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/th.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/th.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/th.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/th.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/tr.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/tr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/tr.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/tr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/ug.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/ug.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/ug.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/ug.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/uk.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/uk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/uk.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/uk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/vi.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/vi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/vi.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/vi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/zh-cn.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/zh-cn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/zh-cn.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/zh-cn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/lang/zh.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/zh.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/lang/zh.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/lang/zh.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/pages.php b/wbce/modules/ckeditor/ckeditor/plugins/wblink/pages.php similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/pages.php rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/pages.php diff --git a/wb/modules/ckeditor/ckeditor/plugins/wblink/plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/wblink/plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wblink/plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/wblink/plugin.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/__plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/__plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/__plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/__plugin.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/ibox.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/ibox.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/ibox.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/ibox.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/ibox.src b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/ibox.src similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/ibox.src rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/ibox.src diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/ibox_LICENSE b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/ibox_LICENSE similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/ibox_LICENSE rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/ibox_LICENSE diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/icons/hidpi/wbsave.png b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/icons/hidpi/wbsave.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/icons/hidpi/wbsave.png rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/icons/hidpi/wbsave.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/icons/wbsave.png b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/icons/wbsave.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/icons/wbsave.png rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/icons/wbsave.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/images/bg.png b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/images/bg.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/images/bg.png rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/images/bg.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/images/indicator.gif b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/images/indicator.gif similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/images/indicator.gif rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/images/indicator.gif diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/af.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/af.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/af.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/af.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/ar.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/ar.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/ar.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/ar.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/bg.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/bg.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/bg.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/bg.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/bn.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/bn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/bn.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/bn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/bs.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/bs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/bs.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/bs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/ca.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/cs.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/cs.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/cs.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/cs.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/cy.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/cy.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/cy.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/cy.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/da.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/da.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/da.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/da.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/de.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/de.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/de.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/de.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/el.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/el.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/el.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/el.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/en-au.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/en-au.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/en-au.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/en-au.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/en-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/en-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/en-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/en-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/en-gb.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/en-gb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/en-gb.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/en-gb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/en.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/en.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/en.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/en.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/eo.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/eo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/eo.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/eo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/es.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/es.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/es.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/es.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/et.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/et.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/et.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/et.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/eu.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/eu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/eu.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/eu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/fa.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/fa.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/fa.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/fa.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/fi.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/fi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/fi.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/fi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/fo.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/fo.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/fo.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/fo.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/fr-ca.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/fr-ca.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/fr-ca.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/fr-ca.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/fr.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/fr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/fr.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/fr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/gl.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/gl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/gl.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/gl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/gu.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/gu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/gu.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/gu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/he.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/he.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/he.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/he.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/hi.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/hi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/hi.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/hi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/hr.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/hr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/hr.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/hr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/hu.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/hu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/hu.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/hu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/id.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/id.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/id.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/id.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/is.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/is.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/is.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/is.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/it.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/it.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/it.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/it.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/ja.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/ja.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/ja.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/ja.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/ka.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/ka.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/ka.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/ka.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/km.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/km.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/km.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/km.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/ko.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/ko.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/ko.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/ko.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/ku.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/ku.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/ku.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/ku.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/lt.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/lt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/lt.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/lt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/lv.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/lv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/lv.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/lv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/mk.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/mk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/mk.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/mk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/mn.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/mn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/mn.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/mn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/ms.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/ms.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/ms.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/ms.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/nb.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/nb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/nb.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/nb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/nl.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/nl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/nl.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/nl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/no.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/no.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/no.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/no.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/pl.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/pl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/pl.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/pl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/pt-br.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/pt-br.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/pt-br.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/pt-br.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/pt.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/pt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/pt.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/pt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/ro.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/ro.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/ro.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/ro.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/ru.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/ru.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/ru.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/ru.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/si.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/si.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/si.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/si.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/sk.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/sk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/sk.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/sk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/sl.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/sl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/sl.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/sl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/sq.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/sq.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/sq.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/sq.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/sr-latn.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/sr-latn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/sr-latn.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/sr-latn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/sr.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/sr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/sr.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/sr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/sv.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/sv.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/sv.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/sv.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/th.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/th.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/th.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/th.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/tr.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/tr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/tr.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/tr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/ug.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/ug.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/ug.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/ug.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/uk.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/uk.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/uk.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/uk.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/vi.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/vi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/vi.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/vi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/zh-cn.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/zh-cn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/zh-cn.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/zh-cn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/zh.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/zh.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/lang/zh.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/lang/zh.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wbsave/plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/wbsave/plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wbsave/plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/wbsave/plugin.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wsc/LICENSE.md b/wbce/modules/ckeditor/ckeditor/plugins/wsc/LICENSE.md similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wsc/LICENSE.md rename to wbce/modules/ckeditor/ckeditor/plugins/wsc/LICENSE.md diff --git a/wb/modules/ckeditor/ckeditor/plugins/wsc/README.md b/wbce/modules/ckeditor/ckeditor/plugins/wsc/README.md similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wsc/README.md rename to wbce/modules/ckeditor/ckeditor/plugins/wsc/README.md diff --git a/wb/modules/ckeditor/ckeditor/plugins/wsc/dialogs/ciframe.html b/wbce/modules/ckeditor/ckeditor/plugins/wsc/dialogs/ciframe.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wsc/dialogs/ciframe.html rename to wbce/modules/ckeditor/ckeditor/plugins/wsc/dialogs/ciframe.html diff --git a/wb/modules/ckeditor/ckeditor/plugins/wsc/dialogs/tmpFrameset.html b/wbce/modules/ckeditor/ckeditor/plugins/wsc/dialogs/tmpFrameset.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wsc/dialogs/tmpFrameset.html rename to wbce/modules/ckeditor/ckeditor/plugins/wsc/dialogs/tmpFrameset.html diff --git a/wb/modules/ckeditor/ckeditor/plugins/wsc/dialogs/wsc.css b/wbce/modules/ckeditor/ckeditor/plugins/wsc/dialogs/wsc.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wsc/dialogs/wsc.css rename to wbce/modules/ckeditor/ckeditor/plugins/wsc/dialogs/wsc.css diff --git a/wb/modules/ckeditor/ckeditor/plugins/wsc/dialogs/wsc.js b/wbce/modules/ckeditor/ckeditor/plugins/wsc/dialogs/wsc.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wsc/dialogs/wsc.js rename to wbce/modules/ckeditor/ckeditor/plugins/wsc/dialogs/wsc.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/wsc/dialogs/wsc_ie.js b/wbce/modules/ckeditor/ckeditor/plugins/wsc/dialogs/wsc_ie.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/wsc/dialogs/wsc_ie.js rename to wbce/modules/ckeditor/ckeditor/plugins/wsc/dialogs/wsc_ie.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/youtube/images/icon.png b/wbce/modules/ckeditor/ckeditor/plugins/youtube/images/icon.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/youtube/images/icon.png rename to wbce/modules/ckeditor/ckeditor/plugins/youtube/images/icon.png diff --git a/wb/modules/ckeditor/ckeditor/plugins/youtube/lang/ar.js b/wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/ar.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/youtube/lang/ar.js rename to wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/ar.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/youtube/lang/de.js b/wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/de.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/youtube/lang/de.js rename to wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/de.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/youtube/lang/el.js b/wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/el.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/youtube/lang/el.js rename to wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/el.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/youtube/lang/en.js b/wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/en.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/youtube/lang/en.js rename to wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/en.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/youtube/lang/es.js b/wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/es.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/youtube/lang/es.js rename to wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/es.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/youtube/lang/fi.js b/wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/fi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/youtube/lang/fi.js rename to wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/fi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/youtube/lang/fr.js b/wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/fr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/youtube/lang/fr.js rename to wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/fr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/youtube/lang/he.js b/wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/he.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/youtube/lang/he.js rename to wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/he.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/youtube/lang/hu.js b/wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/hu.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/youtube/lang/hu.js rename to wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/hu.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/youtube/lang/it.js b/wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/it.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/youtube/lang/it.js rename to wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/it.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/youtube/lang/ja.js b/wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/ja.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/youtube/lang/ja.js rename to wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/ja.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/youtube/lang/nb.js b/wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/nb.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/youtube/lang/nb.js rename to wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/nb.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/youtube/lang/nl.js b/wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/nl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/youtube/lang/nl.js rename to wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/nl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/youtube/lang/nn.js b/wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/nn.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/youtube/lang/nn.js rename to wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/nn.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/youtube/lang/pl.js b/wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/pl.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/youtube/lang/pl.js rename to wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/pl.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/youtube/lang/pt.js b/wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/pt.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/youtube/lang/pt.js rename to wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/pt.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/youtube/lang/ru.js b/wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/ru.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/youtube/lang/ru.js rename to wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/ru.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/youtube/lang/tr.js b/wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/tr.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/youtube/lang/tr.js rename to wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/tr.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/youtube/lang/vi.js b/wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/vi.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/youtube/lang/vi.js rename to wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/vi.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/youtube/lang/zh.js b/wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/zh.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/youtube/lang/zh.js rename to wbce/modules/ckeditor/ckeditor/plugins/youtube/lang/zh.js diff --git a/wb/modules/ckeditor/ckeditor/plugins/youtube/plugin.js b/wbce/modules/ckeditor/ckeditor/plugins/youtube/plugin.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/plugins/youtube/plugin.js rename to wbce/modules/ckeditor/ckeditor/plugins/youtube/plugin.js diff --git a/wb/modules/ckeditor/ckeditor/samples/ajax.html b/wbce/modules/ckeditor/ckeditor/samples/ajax.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/ajax.html rename to wbce/modules/ckeditor/ckeditor/samples/ajax.html diff --git a/wb/modules/ckeditor/ckeditor/samples/api.html b/wbce/modules/ckeditor/ckeditor/samples/api.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/api.html rename to wbce/modules/ckeditor/ckeditor/samples/api.html diff --git a/wb/modules/ckeditor/ckeditor/samples/appendto.html b/wbce/modules/ckeditor/ckeditor/samples/appendto.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/appendto.html rename to wbce/modules/ckeditor/ckeditor/samples/appendto.html diff --git a/wb/modules/ckeditor/ckeditor/samples/assets/inlineall/logo.png b/wbce/modules/ckeditor/ckeditor/samples/assets/inlineall/logo.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/assets/inlineall/logo.png rename to wbce/modules/ckeditor/ckeditor/samples/assets/inlineall/logo.png diff --git a/wb/modules/ckeditor/ckeditor/samples/assets/outputxhtml/outputxhtml.css b/wbce/modules/ckeditor/ckeditor/samples/assets/outputxhtml/outputxhtml.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/assets/outputxhtml/outputxhtml.css rename to wbce/modules/ckeditor/ckeditor/samples/assets/outputxhtml/outputxhtml.css diff --git a/wb/modules/ckeditor/ckeditor/samples/assets/posteddata.php b/wbce/modules/ckeditor/ckeditor/samples/assets/posteddata.php similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/assets/posteddata.php rename to wbce/modules/ckeditor/ckeditor/samples/assets/posteddata.php diff --git a/wb/modules/ckeditor/ckeditor/samples/assets/sample.jpg b/wbce/modules/ckeditor/ckeditor/samples/assets/sample.jpg similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/assets/sample.jpg rename to wbce/modules/ckeditor/ckeditor/samples/assets/sample.jpg diff --git a/wb/modules/ckeditor/ckeditor/samples/assets/uilanguages/languages.js b/wbce/modules/ckeditor/ckeditor/samples/assets/uilanguages/languages.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/assets/uilanguages/languages.js rename to wbce/modules/ckeditor/ckeditor/samples/assets/uilanguages/languages.js diff --git a/wb/modules/ckeditor/ckeditor/samples/datafiltering.html b/wbce/modules/ckeditor/ckeditor/samples/datafiltering.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/datafiltering.html rename to wbce/modules/ckeditor/ckeditor/samples/datafiltering.html diff --git a/wb/modules/ckeditor/ckeditor/samples/divreplace.html b/wbce/modules/ckeditor/ckeditor/samples/divreplace.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/divreplace.html rename to wbce/modules/ckeditor/ckeditor/samples/divreplace.html diff --git a/wb/modules/ckeditor/ckeditor/samples/index.html b/wbce/modules/ckeditor/ckeditor/samples/index.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/index.html rename to wbce/modules/ckeditor/ckeditor/samples/index.html diff --git a/wb/modules/ckeditor/ckeditor/samples/inlineall.html b/wbce/modules/ckeditor/ckeditor/samples/inlineall.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/inlineall.html rename to wbce/modules/ckeditor/ckeditor/samples/inlineall.html diff --git a/wb/modules/ckeditor/ckeditor/samples/inlinebycode.html b/wbce/modules/ckeditor/ckeditor/samples/inlinebycode.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/inlinebycode.html rename to wbce/modules/ckeditor/ckeditor/samples/inlinebycode.html diff --git a/wb/modules/ckeditor/ckeditor/samples/inlinetextarea.html b/wbce/modules/ckeditor/ckeditor/samples/inlinetextarea.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/inlinetextarea.html rename to wbce/modules/ckeditor/ckeditor/samples/inlinetextarea.html diff --git a/wb/modules/ckeditor/ckeditor/samples/jquery.html b/wbce/modules/ckeditor/ckeditor/samples/jquery.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/jquery.html rename to wbce/modules/ckeditor/ckeditor/samples/jquery.html diff --git a/wb/modules/ckeditor/ckeditor/samples/plugins/dialog/assets/my_dialog.js b/wbce/modules/ckeditor/ckeditor/samples/plugins/dialog/assets/my_dialog.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/plugins/dialog/assets/my_dialog.js rename to wbce/modules/ckeditor/ckeditor/samples/plugins/dialog/assets/my_dialog.js diff --git a/wb/modules/ckeditor/ckeditor/samples/plugins/dialog/dialog.html b/wbce/modules/ckeditor/ckeditor/samples/plugins/dialog/dialog.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/plugins/dialog/dialog.html rename to wbce/modules/ckeditor/ckeditor/samples/plugins/dialog/dialog.html diff --git a/wb/modules/ckeditor/ckeditor/samples/plugins/enterkey/enterkey.html b/wbce/modules/ckeditor/ckeditor/samples/plugins/enterkey/enterkey.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/plugins/enterkey/enterkey.html rename to wbce/modules/ckeditor/ckeditor/samples/plugins/enterkey/enterkey.html diff --git a/wb/modules/ckeditor/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.fla b/wbce/modules/ckeditor/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.fla similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.fla rename to wbce/modules/ckeditor/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.fla diff --git a/wb/modules/ckeditor/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.swf b/wbce/modules/ckeditor/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.swf similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.swf rename to wbce/modules/ckeditor/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.swf diff --git a/wb/modules/ckeditor/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/swfobject.js b/wbce/modules/ckeditor/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/swfobject.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/swfobject.js rename to wbce/modules/ckeditor/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/swfobject.js diff --git a/wb/modules/ckeditor/ckeditor/samples/plugins/htmlwriter/outputforflash.html b/wbce/modules/ckeditor/ckeditor/samples/plugins/htmlwriter/outputforflash.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/plugins/htmlwriter/outputforflash.html rename to wbce/modules/ckeditor/ckeditor/samples/plugins/htmlwriter/outputforflash.html diff --git a/wb/modules/ckeditor/ckeditor/samples/plugins/htmlwriter/outputhtml.html b/wbce/modules/ckeditor/ckeditor/samples/plugins/htmlwriter/outputhtml.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/plugins/htmlwriter/outputhtml.html rename to wbce/modules/ckeditor/ckeditor/samples/plugins/htmlwriter/outputhtml.html diff --git a/wb/modules/ckeditor/ckeditor/samples/plugins/magicline/magicline.html b/wbce/modules/ckeditor/ckeditor/samples/plugins/magicline/magicline.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/plugins/magicline/magicline.html rename to wbce/modules/ckeditor/ckeditor/samples/plugins/magicline/magicline.html diff --git a/wb/modules/ckeditor/ckeditor/samples/plugins/toolbar/toolbar.html b/wbce/modules/ckeditor/ckeditor/samples/plugins/toolbar/toolbar.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/plugins/toolbar/toolbar.html rename to wbce/modules/ckeditor/ckeditor/samples/plugins/toolbar/toolbar.html diff --git a/wb/modules/ckeditor/ckeditor/samples/plugins/wysiwygarea/fullpage.html b/wbce/modules/ckeditor/ckeditor/samples/plugins/wysiwygarea/fullpage.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/plugins/wysiwygarea/fullpage.html rename to wbce/modules/ckeditor/ckeditor/samples/plugins/wysiwygarea/fullpage.html diff --git a/wb/modules/ckeditor/ckeditor/samples/readonly.html b/wbce/modules/ckeditor/ckeditor/samples/readonly.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/readonly.html rename to wbce/modules/ckeditor/ckeditor/samples/readonly.html diff --git a/wb/modules/ckeditor/ckeditor/samples/replacebyclass.html b/wbce/modules/ckeditor/ckeditor/samples/replacebyclass.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/replacebyclass.html rename to wbce/modules/ckeditor/ckeditor/samples/replacebyclass.html diff --git a/wb/modules/ckeditor/ckeditor/samples/replacebycode.html b/wbce/modules/ckeditor/ckeditor/samples/replacebycode.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/replacebycode.html rename to wbce/modules/ckeditor/ckeditor/samples/replacebycode.html diff --git a/wb/modules/ckeditor/ckeditor/samples/sample.css b/wbce/modules/ckeditor/ckeditor/samples/sample.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/sample.css rename to wbce/modules/ckeditor/ckeditor/samples/sample.css diff --git a/wb/modules/ckeditor/ckeditor/samples/sample.js b/wbce/modules/ckeditor/ckeditor/samples/sample.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/sample.js rename to wbce/modules/ckeditor/ckeditor/samples/sample.js diff --git a/wb/modules/ckeditor/ckeditor/samples/sample_posteddata.php b/wbce/modules/ckeditor/ckeditor/samples/sample_posteddata.php similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/sample_posteddata.php rename to wbce/modules/ckeditor/ckeditor/samples/sample_posteddata.php diff --git a/wb/modules/ckeditor/ckeditor/samples/tabindex.html b/wbce/modules/ckeditor/ckeditor/samples/tabindex.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/tabindex.html rename to wbce/modules/ckeditor/ckeditor/samples/tabindex.html diff --git a/wb/modules/ckeditor/ckeditor/samples/uicolor.html b/wbce/modules/ckeditor/ckeditor/samples/uicolor.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/uicolor.html rename to wbce/modules/ckeditor/ckeditor/samples/uicolor.html diff --git a/wb/modules/ckeditor/ckeditor/samples/uilanguages.html b/wbce/modules/ckeditor/ckeditor/samples/uilanguages.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/uilanguages.html rename to wbce/modules/ckeditor/ckeditor/samples/uilanguages.html diff --git a/wb/modules/ckeditor/ckeditor/samples/xhtmlstyle.html b/wbce/modules/ckeditor/ckeditor/samples/xhtmlstyle.html similarity index 100% rename from wb/modules/ckeditor/ckeditor/samples/xhtmlstyle.html rename to wbce/modules/ckeditor/ckeditor/samples/xhtmlstyle.html diff --git a/wb/modules/ckeditor/ckeditor/skins/moono/dialog.css b/wbce/modules/ckeditor/ckeditor/skins/moono/dialog.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/skins/moono/dialog.css rename to wbce/modules/ckeditor/ckeditor/skins/moono/dialog.css diff --git a/wb/modules/ckeditor/ckeditor/skins/moono/dialog_ie.css b/wbce/modules/ckeditor/ckeditor/skins/moono/dialog_ie.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/skins/moono/dialog_ie.css rename to wbce/modules/ckeditor/ckeditor/skins/moono/dialog_ie.css diff --git a/wb/modules/ckeditor/ckeditor/skins/moono/dialog_ie7.css b/wbce/modules/ckeditor/ckeditor/skins/moono/dialog_ie7.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/skins/moono/dialog_ie7.css rename to wbce/modules/ckeditor/ckeditor/skins/moono/dialog_ie7.css diff --git a/wb/modules/ckeditor/ckeditor/skins/moono/dialog_ie8.css b/wbce/modules/ckeditor/ckeditor/skins/moono/dialog_ie8.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/skins/moono/dialog_ie8.css rename to wbce/modules/ckeditor/ckeditor/skins/moono/dialog_ie8.css diff --git a/wb/modules/ckeditor/ckeditor/skins/moono/dialog_iequirks.css b/wbce/modules/ckeditor/ckeditor/skins/moono/dialog_iequirks.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/skins/moono/dialog_iequirks.css rename to wbce/modules/ckeditor/ckeditor/skins/moono/dialog_iequirks.css diff --git a/wb/modules/ckeditor/ckeditor/skins/moono/editor.css b/wbce/modules/ckeditor/ckeditor/skins/moono/editor.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/skins/moono/editor.css rename to wbce/modules/ckeditor/ckeditor/skins/moono/editor.css diff --git a/wb/modules/ckeditor/ckeditor/skins/moono/editor_gecko.css b/wbce/modules/ckeditor/ckeditor/skins/moono/editor_gecko.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/skins/moono/editor_gecko.css rename to wbce/modules/ckeditor/ckeditor/skins/moono/editor_gecko.css diff --git a/wb/modules/ckeditor/ckeditor/skins/moono/editor_ie.css b/wbce/modules/ckeditor/ckeditor/skins/moono/editor_ie.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/skins/moono/editor_ie.css rename to wbce/modules/ckeditor/ckeditor/skins/moono/editor_ie.css diff --git a/wb/modules/ckeditor/ckeditor/skins/moono/editor_ie7.css b/wbce/modules/ckeditor/ckeditor/skins/moono/editor_ie7.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/skins/moono/editor_ie7.css rename to wbce/modules/ckeditor/ckeditor/skins/moono/editor_ie7.css diff --git a/wb/modules/ckeditor/ckeditor/skins/moono/editor_ie8.css b/wbce/modules/ckeditor/ckeditor/skins/moono/editor_ie8.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/skins/moono/editor_ie8.css rename to wbce/modules/ckeditor/ckeditor/skins/moono/editor_ie8.css diff --git a/wb/modules/ckeditor/ckeditor/skins/moono/editor_iequirks.css b/wbce/modules/ckeditor/ckeditor/skins/moono/editor_iequirks.css similarity index 100% rename from wb/modules/ckeditor/ckeditor/skins/moono/editor_iequirks.css rename to wbce/modules/ckeditor/ckeditor/skins/moono/editor_iequirks.css diff --git a/wb/modules/ckeditor/ckeditor/skins/moono/icons.png b/wbce/modules/ckeditor/ckeditor/skins/moono/icons.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/skins/moono/icons.png rename to wbce/modules/ckeditor/ckeditor/skins/moono/icons.png diff --git a/wb/modules/ckeditor/ckeditor/skins/moono/icons_hidpi.png b/wbce/modules/ckeditor/ckeditor/skins/moono/icons_hidpi.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/skins/moono/icons_hidpi.png rename to wbce/modules/ckeditor/ckeditor/skins/moono/icons_hidpi.png diff --git a/wb/modules/ckeditor/ckeditor/skins/moono/images/arrow.png b/wbce/modules/ckeditor/ckeditor/skins/moono/images/arrow.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/skins/moono/images/arrow.png rename to wbce/modules/ckeditor/ckeditor/skins/moono/images/arrow.png diff --git a/wb/modules/ckeditor/ckeditor/skins/moono/images/close.png b/wbce/modules/ckeditor/ckeditor/skins/moono/images/close.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/skins/moono/images/close.png rename to wbce/modules/ckeditor/ckeditor/skins/moono/images/close.png diff --git a/wb/modules/ckeditor/ckeditor/skins/moono/images/hidpi/close.png b/wbce/modules/ckeditor/ckeditor/skins/moono/images/hidpi/close.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/skins/moono/images/hidpi/close.png rename to wbce/modules/ckeditor/ckeditor/skins/moono/images/hidpi/close.png diff --git a/wb/modules/ckeditor/ckeditor/skins/moono/images/hidpi/lock-open.png b/wbce/modules/ckeditor/ckeditor/skins/moono/images/hidpi/lock-open.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/skins/moono/images/hidpi/lock-open.png rename to wbce/modules/ckeditor/ckeditor/skins/moono/images/hidpi/lock-open.png diff --git a/wb/modules/ckeditor/ckeditor/skins/moono/images/hidpi/lock.png b/wbce/modules/ckeditor/ckeditor/skins/moono/images/hidpi/lock.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/skins/moono/images/hidpi/lock.png rename to wbce/modules/ckeditor/ckeditor/skins/moono/images/hidpi/lock.png diff --git a/wb/modules/ckeditor/ckeditor/skins/moono/images/hidpi/refresh.png b/wbce/modules/ckeditor/ckeditor/skins/moono/images/hidpi/refresh.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/skins/moono/images/hidpi/refresh.png rename to wbce/modules/ckeditor/ckeditor/skins/moono/images/hidpi/refresh.png diff --git a/wb/modules/ckeditor/ckeditor/skins/moono/images/lock-open.png b/wbce/modules/ckeditor/ckeditor/skins/moono/images/lock-open.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/skins/moono/images/lock-open.png rename to wbce/modules/ckeditor/ckeditor/skins/moono/images/lock-open.png diff --git a/wb/modules/ckeditor/ckeditor/skins/moono/images/lock.png b/wbce/modules/ckeditor/ckeditor/skins/moono/images/lock.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/skins/moono/images/lock.png rename to wbce/modules/ckeditor/ckeditor/skins/moono/images/lock.png diff --git a/wb/modules/ckeditor/ckeditor/skins/moono/images/refresh.png b/wbce/modules/ckeditor/ckeditor/skins/moono/images/refresh.png similarity index 100% rename from wb/modules/ckeditor/ckeditor/skins/moono/images/refresh.png rename to wbce/modules/ckeditor/ckeditor/skins/moono/images/refresh.png diff --git a/wb/modules/ckeditor/ckeditor/skins/moono/readme.md b/wbce/modules/ckeditor/ckeditor/skins/moono/readme.md similarity index 100% rename from wb/modules/ckeditor/ckeditor/skins/moono/readme.md rename to wbce/modules/ckeditor/ckeditor/skins/moono/readme.md diff --git a/wb/modules/ckeditor/ckeditor/styles.js b/wbce/modules/ckeditor/ckeditor/styles.js similarity index 100% rename from wb/modules/ckeditor/ckeditor/styles.js rename to wbce/modules/ckeditor/ckeditor/styles.js diff --git a/wb/modules/ckeditor/include.php b/wbce/modules/ckeditor/include.php similarity index 100% rename from wb/modules/ckeditor/include.php rename to wbce/modules/ckeditor/include.php diff --git a/wb/modules/ckeditor/index.php b/wbce/modules/ckeditor/index.php similarity index 100% rename from wb/modules/ckeditor/index.php rename to wbce/modules/ckeditor/index.php diff --git a/wb/modules/ckeditor/info.php b/wbce/modules/ckeditor/info.php similarity index 100% rename from wb/modules/ckeditor/info.php rename to wbce/modules/ckeditor/info.php diff --git a/wb/modules/ckeditor/install.php b/wbce/modules/ckeditor/install.php similarity index 100% rename from wb/modules/ckeditor/install.php rename to wbce/modules/ckeditor/install.php diff --git a/wb/modules/ckeditor/uninstall.php b/wbce/modules/ckeditor/uninstall.php similarity index 100% rename from wb/modules/ckeditor/uninstall.php rename to wbce/modules/ckeditor/uninstall.php diff --git a/wb/modules/ckeditor/upgrade.php b/wbce/modules/ckeditor/upgrade.php similarity index 100% rename from wb/modules/ckeditor/upgrade.php rename to wbce/modules/ckeditor/upgrade.php diff --git a/wb/modules/ckeditor/wb_config/editor.css b/wbce/modules/ckeditor/wb_config/editor.css similarity index 100% rename from wb/modules/ckeditor/wb_config/editor.css rename to wbce/modules/ckeditor/wb_config/editor.css diff --git a/wb/modules/ckeditor/wb_config/editor.styles.js b/wbce/modules/ckeditor/wb_config/editor.styles.js similarity index 100% rename from wb/modules/ckeditor/wb_config/editor.styles.js rename to wbce/modules/ckeditor/wb_config/editor.styles.js diff --git a/wb/modules/ckeditor/wb_config/editor.templates.js b/wbce/modules/ckeditor/wb_config/editor.templates.js similarity index 100% rename from wb/modules/ckeditor/wb_config/editor.templates.js rename to wbce/modules/ckeditor/wb_config/editor.templates.js diff --git a/wb/modules/ckeditor/wb_config/readme-faq.txt b/wbce/modules/ckeditor/wb_config/readme-faq.txt similarity index 100% rename from wb/modules/ckeditor/wb_config/readme-faq.txt rename to wbce/modules/ckeditor/wb_config/readme-faq.txt diff --git a/wb/modules/ckeditor/wb_config/wb_ckconfig.js b/wbce/modules/ckeditor/wb_config/wb_ckconfig.js similarity index 100% rename from wb/modules/ckeditor/wb_config/wb_ckconfig.js rename to wbce/modules/ckeditor/wb_config/wb_ckconfig.js diff --git a/wb/modules/code2/add.php b/wbce/modules/code2/add.php similarity index 100% rename from wb/modules/code2/add.php rename to wbce/modules/code2/add.php diff --git a/wb/modules/code2/backend.css b/wbce/modules/code2/backend.css similarity index 100% rename from wb/modules/code2/backend.css rename to wbce/modules/code2/backend.css diff --git a/wb/modules/code2/backend.js b/wbce/modules/code2/backend.js similarity index 100% rename from wb/modules/code2/backend.js rename to wbce/modules/code2/backend.js diff --git a/wb/modules/code2/delete.php b/wbce/modules/code2/delete.php similarity index 100% rename from wb/modules/code2/delete.php rename to wbce/modules/code2/delete.php diff --git a/wb/modules/code2/htt/modify.htt b/wbce/modules/code2/htt/modify.htt similarity index 100% rename from wb/modules/code2/htt/modify.htt rename to wbce/modules/code2/htt/modify.htt diff --git a/wb/modules/code2/index.php b/wbce/modules/code2/index.php similarity index 100% rename from wb/modules/code2/index.php rename to wbce/modules/code2/index.php diff --git a/wb/modules/code2/info.php b/wbce/modules/code2/info.php similarity index 100% rename from wb/modules/code2/info.php rename to wbce/modules/code2/info.php diff --git a/wb/modules/code2/install.php b/wbce/modules/code2/install.php similarity index 100% rename from wb/modules/code2/install.php rename to wbce/modules/code2/install.php diff --git a/wb/modules/code2/languages/DE.php b/wbce/modules/code2/languages/DE.php similarity index 100% rename from wb/modules/code2/languages/DE.php rename to wbce/modules/code2/languages/DE.php diff --git a/wb/modules/code2/languages/EN.php b/wbce/modules/code2/languages/EN.php similarity index 100% rename from wb/modules/code2/languages/EN.php rename to wbce/modules/code2/languages/EN.php diff --git a/wb/modules/code2/languages/index.php b/wbce/modules/code2/languages/index.php similarity index 100% rename from wb/modules/code2/languages/index.php rename to wbce/modules/code2/languages/index.php diff --git a/wb/modules/code2/modify.php b/wbce/modules/code2/modify.php similarity index 100% rename from wb/modules/code2/modify.php rename to wbce/modules/code2/modify.php diff --git a/wb/modules/code2/save.php b/wbce/modules/code2/save.php similarity index 100% rename from wb/modules/code2/save.php rename to wbce/modules/code2/save.php diff --git a/wb/modules/code2/search.php b/wbce/modules/code2/search.php similarity index 100% rename from wb/modules/code2/search.php rename to wbce/modules/code2/search.php diff --git a/wb/modules/code2/uninstall.php b/wbce/modules/code2/uninstall.php similarity index 100% rename from wb/modules/code2/uninstall.php rename to wbce/modules/code2/uninstall.php diff --git a/wb/modules/code2/upgrade.php b/wbce/modules/code2/upgrade.php similarity index 100% rename from wb/modules/code2/upgrade.php rename to wbce/modules/code2/upgrade.php diff --git a/wb/modules/code2/view.php b/wbce/modules/code2/view.php similarity index 100% rename from wb/modules/code2/view.php rename to wbce/modules/code2/view.php diff --git a/wb/modules/colorbox/1/colorbox.css b/wbce/modules/colorbox/1/colorbox.css similarity index 100% rename from wb/modules/colorbox/1/colorbox.css rename to wbce/modules/colorbox/1/colorbox.css diff --git a/wb/modules/colorbox/1/images/border.png b/wbce/modules/colorbox/1/images/border.png similarity index 100% rename from wb/modules/colorbox/1/images/border.png rename to wbce/modules/colorbox/1/images/border.png diff --git a/wb/modules/colorbox/1/images/controls.png b/wbce/modules/colorbox/1/images/controls.png similarity index 100% rename from wb/modules/colorbox/1/images/controls.png rename to wbce/modules/colorbox/1/images/controls.png diff --git a/wb/modules/colorbox/1/images/loading.gif b/wbce/modules/colorbox/1/images/loading.gif similarity index 100% rename from wb/modules/colorbox/1/images/loading.gif rename to wbce/modules/colorbox/1/images/loading.gif diff --git a/wb/modules/colorbox/1/images/loading_background.png b/wbce/modules/colorbox/1/images/loading_background.png similarity index 100% rename from wb/modules/colorbox/1/images/loading_background.png rename to wbce/modules/colorbox/1/images/loading_background.png diff --git a/wb/modules/colorbox/1/images/overlay.png b/wbce/modules/colorbox/1/images/overlay.png similarity index 100% rename from wb/modules/colorbox/1/images/overlay.png rename to wbce/modules/colorbox/1/images/overlay.png diff --git a/wb/modules/colorbox/1/index.html b/wbce/modules/colorbox/1/index.html similarity index 100% rename from wb/modules/colorbox/1/index.html rename to wbce/modules/colorbox/1/index.html diff --git a/wb/modules/colorbox/2/colorbox.css b/wbce/modules/colorbox/2/colorbox.css similarity index 100% rename from wb/modules/colorbox/2/colorbox.css rename to wbce/modules/colorbox/2/colorbox.css diff --git a/wb/modules/colorbox/2/images/controls.png b/wbce/modules/colorbox/2/images/controls.png similarity index 100% rename from wb/modules/colorbox/2/images/controls.png rename to wbce/modules/colorbox/2/images/controls.png diff --git a/wb/modules/colorbox/2/images/loading.gif b/wbce/modules/colorbox/2/images/loading.gif similarity index 100% rename from wb/modules/colorbox/2/images/loading.gif rename to wbce/modules/colorbox/2/images/loading.gif diff --git a/wb/modules/colorbox/2/index.html b/wbce/modules/colorbox/2/index.html similarity index 100% rename from wb/modules/colorbox/2/index.html rename to wbce/modules/colorbox/2/index.html diff --git a/wb/modules/colorbox/3/colorbox.css b/wbce/modules/colorbox/3/colorbox.css similarity index 100% rename from wb/modules/colorbox/3/colorbox.css rename to wbce/modules/colorbox/3/colorbox.css diff --git a/wb/modules/colorbox/3/images/controls.png b/wbce/modules/colorbox/3/images/controls.png similarity index 100% rename from wb/modules/colorbox/3/images/controls.png rename to wbce/modules/colorbox/3/images/controls.png diff --git a/wb/modules/colorbox/3/images/loading.gif b/wbce/modules/colorbox/3/images/loading.gif similarity index 100% rename from wb/modules/colorbox/3/images/loading.gif rename to wbce/modules/colorbox/3/images/loading.gif diff --git a/wb/modules/colorbox/3/index.html b/wbce/modules/colorbox/3/index.html similarity index 100% rename from wb/modules/colorbox/3/index.html rename to wbce/modules/colorbox/3/index.html diff --git a/wb/modules/colorbox/4/colorbox.css b/wbce/modules/colorbox/4/colorbox.css similarity index 100% rename from wb/modules/colorbox/4/colorbox.css rename to wbce/modules/colorbox/4/colorbox.css diff --git a/wb/modules/colorbox/4/images/border1.png b/wbce/modules/colorbox/4/images/border1.png similarity index 100% rename from wb/modules/colorbox/4/images/border1.png rename to wbce/modules/colorbox/4/images/border1.png diff --git a/wb/modules/colorbox/4/images/border2.png b/wbce/modules/colorbox/4/images/border2.png similarity index 100% rename from wb/modules/colorbox/4/images/border2.png rename to wbce/modules/colorbox/4/images/border2.png diff --git a/wb/modules/colorbox/4/images/loading.gif b/wbce/modules/colorbox/4/images/loading.gif similarity index 100% rename from wb/modules/colorbox/4/images/loading.gif rename to wbce/modules/colorbox/4/images/loading.gif diff --git a/wb/modules/colorbox/4/index.html b/wbce/modules/colorbox/4/index.html similarity index 100% rename from wb/modules/colorbox/4/index.html rename to wbce/modules/colorbox/4/index.html diff --git a/wb/modules/colorbox/5/colorbox.css b/wbce/modules/colorbox/5/colorbox.css similarity index 100% rename from wb/modules/colorbox/5/colorbox.css rename to wbce/modules/colorbox/5/colorbox.css diff --git a/wb/modules/colorbox/5/images/border.png b/wbce/modules/colorbox/5/images/border.png similarity index 100% rename from wb/modules/colorbox/5/images/border.png rename to wbce/modules/colorbox/5/images/border.png diff --git a/wb/modules/colorbox/5/images/controls.png b/wbce/modules/colorbox/5/images/controls.png similarity index 100% rename from wb/modules/colorbox/5/images/controls.png rename to wbce/modules/colorbox/5/images/controls.png diff --git a/wb/modules/colorbox/5/images/loading.gif b/wbce/modules/colorbox/5/images/loading.gif similarity index 100% rename from wb/modules/colorbox/5/images/loading.gif rename to wbce/modules/colorbox/5/images/loading.gif diff --git a/wb/modules/colorbox/5/images/loading_background.png b/wbce/modules/colorbox/5/images/loading_background.png similarity index 100% rename from wb/modules/colorbox/5/images/loading_background.png rename to wbce/modules/colorbox/5/images/loading_background.png diff --git a/wb/modules/colorbox/5/index.html b/wbce/modules/colorbox/5/index.html similarity index 100% rename from wb/modules/colorbox/5/index.html rename to wbce/modules/colorbox/5/index.html diff --git a/wb/modules/colorbox/LICENSE.txt b/wbce/modules/colorbox/LICENSE.txt similarity index 100% rename from wb/modules/colorbox/LICENSE.txt rename to wbce/modules/colorbox/LICENSE.txt diff --git a/wb/modules/colorbox/frontend.js b/wbce/modules/colorbox/frontend.js similarity index 100% rename from wb/modules/colorbox/frontend.js rename to wbce/modules/colorbox/frontend.js diff --git a/wb/modules/colorbox/include.php b/wbce/modules/colorbox/include.php similarity index 100% rename from wb/modules/colorbox/include.php rename to wbce/modules/colorbox/include.php diff --git a/wb/modules/colorbox/index.php b/wbce/modules/colorbox/index.php similarity index 100% rename from wb/modules/colorbox/index.php rename to wbce/modules/colorbox/index.php diff --git a/wb/modules/colorbox/info.php b/wbce/modules/colorbox/info.php similarity index 100% rename from wb/modules/colorbox/info.php rename to wbce/modules/colorbox/info.php diff --git a/wb/modules/colorbox/install.php b/wbce/modules/colorbox/install.php similarity index 100% rename from wb/modules/colorbox/install.php rename to wbce/modules/colorbox/install.php diff --git a/wb/modules/colorbox/js/jquery.colorbox-min.js b/wbce/modules/colorbox/js/jquery.colorbox-min.js similarity index 100% rename from wb/modules/colorbox/js/jquery.colorbox-min.js rename to wbce/modules/colorbox/js/jquery.colorbox-min.js diff --git a/wb/modules/colorbox/uninstall.php b/wbce/modules/colorbox/uninstall.php similarity index 100% rename from wb/modules/colorbox/uninstall.php rename to wbce/modules/colorbox/uninstall.php diff --git a/wb/modules/colorbox/upgrade.php b/wbce/modules/colorbox/upgrade.php similarity index 100% rename from wb/modules/colorbox/upgrade.php rename to wbce/modules/colorbox/upgrade.php diff --git a/wb/modules/cwsoft-addon-file-editor/backend.css b/wbce/modules/cwsoft-addon-file-editor/backend.css similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/backend.css rename to wbce/modules/cwsoft-addon-file-editor/backend.css diff --git a/wb/modules/cwsoft-addon-file-editor/backend_body.js b/wbce/modules/cwsoft-addon-file-editor/backend_body.js similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/backend_body.js rename to wbce/modules/cwsoft-addon-file-editor/backend_body.js diff --git a/wb/modules/cwsoft-addon-file-editor/code/action_handler.php b/wbce/modules/cwsoft-addon-file-editor/code/action_handler.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/code/action_handler.php rename to wbce/modules/cwsoft-addon-file-editor/code/action_handler.php diff --git a/wb/modules/cwsoft-addon-file-editor/code/config.php b/wbce/modules/cwsoft-addon-file-editor/code/config.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/code/config.php rename to wbce/modules/cwsoft-addon-file-editor/code/config.php diff --git a/wb/modules/cwsoft-addon-file-editor/code/download.php b/wbce/modules/cwsoft-addon-file-editor/code/download.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/code/download.php rename to wbce/modules/cwsoft-addon-file-editor/code/download.php diff --git a/wb/modules/cwsoft-addon-file-editor/code/ftp_assistant.php b/wbce/modules/cwsoft-addon-file-editor/code/ftp_assistant.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/code/ftp_assistant.php rename to wbce/modules/cwsoft-addon-file-editor/code/ftp_assistant.php diff --git a/wb/modules/cwsoft-addon-file-editor/code/functions.php b/wbce/modules/cwsoft-addon-file-editor/code/functions.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/code/functions.php rename to wbce/modules/cwsoft-addon-file-editor/code/functions.php diff --git a/wb/modules/cwsoft-addon-file-editor/code/get_pixlr_image.php b/wbce/modules/cwsoft-addon-file-editor/code/get_pixlr_image.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/code/get_pixlr_image.php rename to wbce/modules/cwsoft-addon-file-editor/code/get_pixlr_image.php diff --git a/wb/modules/cwsoft-addon-file-editor/code/index.php b/wbce/modules/cwsoft-addon-file-editor/code/index.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/code/index.php rename to wbce/modules/cwsoft-addon-file-editor/code/index.php diff --git a/wb/modules/cwsoft-addon-file-editor/css/addon-file-editor.css b/wbce/modules/cwsoft-addon-file-editor/css/addon-file-editor.css similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/css/addon-file-editor.css rename to wbce/modules/cwsoft-addon-file-editor/css/addon-file-editor.css diff --git a/wb/modules/cwsoft-addon-file-editor/css/index.php b/wbce/modules/cwsoft-addon-file-editor/css/index.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/css/index.php rename to wbce/modules/cwsoft-addon-file-editor/css/index.php diff --git a/wb/modules/cwsoft-addon-file-editor/images/archive.gif b/wbce/modules/cwsoft-addon-file-editor/images/archive.gif similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/images/archive.gif rename to wbce/modules/cwsoft-addon-file-editor/images/archive.gif diff --git a/wb/modules/cwsoft-addon-file-editor/images/back.png b/wbce/modules/cwsoft-addon-file-editor/images/back.png similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/images/back.png rename to wbce/modules/cwsoft-addon-file-editor/images/back.png diff --git a/wb/modules/cwsoft-addon-file-editor/images/collapse.png b/wbce/modules/cwsoft-addon-file-editor/images/collapse.png similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/images/collapse.png rename to wbce/modules/cwsoft-addon-file-editor/images/collapse.png diff --git a/wb/modules/cwsoft-addon-file-editor/images/delete.gif b/wbce/modules/cwsoft-addon-file-editor/images/delete.gif similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/images/delete.gif rename to wbce/modules/cwsoft-addon-file-editor/images/delete.gif diff --git a/wb/modules/cwsoft-addon-file-editor/images/download_archive.png b/wbce/modules/cwsoft-addon-file-editor/images/download_archive.png similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/images/download_archive.png rename to wbce/modules/cwsoft-addon-file-editor/images/download_archive.png diff --git a/wb/modules/cwsoft-addon-file-editor/images/edit.gif b/wbce/modules/cwsoft-addon-file-editor/images/edit.gif similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/images/edit.gif rename to wbce/modules/cwsoft-addon-file-editor/images/edit.gif diff --git a/wb/modules/cwsoft-addon-file-editor/images/expand.png b/wbce/modules/cwsoft-addon-file-editor/images/expand.png similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/images/expand.png rename to wbce/modules/cwsoft-addon-file-editor/images/expand.png diff --git a/wb/modules/cwsoft-addon-file-editor/images/folder.gif b/wbce/modules/cwsoft-addon-file-editor/images/folder.gif similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/images/folder.gif rename to wbce/modules/cwsoft-addon-file-editor/images/folder.gif diff --git a/wb/modules/cwsoft-addon-file-editor/images/folder_x.gif b/wbce/modules/cwsoft-addon-file-editor/images/folder_x.gif similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/images/folder_x.gif rename to wbce/modules/cwsoft-addon-file-editor/images/folder_x.gif diff --git a/wb/modules/cwsoft-addon-file-editor/images/image.gif b/wbce/modules/cwsoft-addon-file-editor/images/image.gif similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/images/image.gif rename to wbce/modules/cwsoft-addon-file-editor/images/image.gif diff --git a/wb/modules/cwsoft-addon-file-editor/images/index.php b/wbce/modules/cwsoft-addon-file-editor/images/index.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/images/index.php rename to wbce/modules/cwsoft-addon-file-editor/images/index.php diff --git a/wb/modules/cwsoft-addon-file-editor/images/info.png b/wbce/modules/cwsoft-addon-file-editor/images/info.png similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/images/info.png rename to wbce/modules/cwsoft-addon-file-editor/images/info.png diff --git a/wb/modules/cwsoft-addon-file-editor/images/other.gif b/wbce/modules/cwsoft-addon-file-editor/images/other.gif similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/images/other.gif rename to wbce/modules/cwsoft-addon-file-editor/images/other.gif diff --git a/wb/modules/cwsoft-addon-file-editor/images/paintbrush.gif b/wbce/modules/cwsoft-addon-file-editor/images/paintbrush.gif similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/images/paintbrush.gif rename to wbce/modules/cwsoft-addon-file-editor/images/paintbrush.gif diff --git a/wb/modules/cwsoft-addon-file-editor/images/rename.gif b/wbce/modules/cwsoft-addon-file-editor/images/rename.gif similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/images/rename.gif rename to wbce/modules/cwsoft-addon-file-editor/images/rename.gif diff --git a/wb/modules/cwsoft-addon-file-editor/images/success.gif b/wbce/modules/cwsoft-addon-file-editor/images/success.gif similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/images/success.gif rename to wbce/modules/cwsoft-addon-file-editor/images/success.gif diff --git a/wb/modules/cwsoft-addon-file-editor/images/textfile.gif b/wbce/modules/cwsoft-addon-file-editor/images/textfile.gif similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/images/textfile.gif rename to wbce/modules/cwsoft-addon-file-editor/images/textfile.gif diff --git a/wb/modules/cwsoft-addon-file-editor/images/warning.png b/wbce/modules/cwsoft-addon-file-editor/images/warning.png similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/images/warning.png rename to wbce/modules/cwsoft-addon-file-editor/images/warning.png diff --git a/wb/modules/cwsoft-addon-file-editor/index.php b/wbce/modules/cwsoft-addon-file-editor/index.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/index.php rename to wbce/modules/cwsoft-addon-file-editor/index.php diff --git a/wb/modules/cwsoft-addon-file-editor/info.php b/wbce/modules/cwsoft-addon-file-editor/info.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/info.php rename to wbce/modules/cwsoft-addon-file-editor/info.php diff --git a/wb/modules/cwsoft-addon-file-editor/install.php b/wbce/modules/cwsoft-addon-file-editor/install.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/install.php rename to wbce/modules/cwsoft-addon-file-editor/install.php diff --git a/wb/modules/cwsoft-addon-file-editor/javascript/addon-file-editor.js b/wbce/modules/cwsoft-addon-file-editor/javascript/addon-file-editor.js similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/javascript/addon-file-editor.js rename to wbce/modules/cwsoft-addon-file-editor/javascript/addon-file-editor.js diff --git a/wb/modules/cwsoft-addon-file-editor/javascript/index.php b/wbce/modules/cwsoft-addon-file-editor/javascript/index.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/javascript/index.php rename to wbce/modules/cwsoft-addon-file-editor/javascript/index.php diff --git a/wb/modules/cwsoft-addon-file-editor/languages/DE.php b/wbce/modules/cwsoft-addon-file-editor/languages/DE.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/languages/DE.php rename to wbce/modules/cwsoft-addon-file-editor/languages/DE.php diff --git a/wb/modules/cwsoft-addon-file-editor/languages/EN.php b/wbce/modules/cwsoft-addon-file-editor/languages/EN.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/languages/EN.php rename to wbce/modules/cwsoft-addon-file-editor/languages/EN.php diff --git a/wb/modules/cwsoft-addon-file-editor/languages/NL.php b/wbce/modules/cwsoft-addon-file-editor/languages/NL.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/languages/NL.php rename to wbce/modules/cwsoft-addon-file-editor/languages/NL.php diff --git a/wb/modules/cwsoft-addon-file-editor/languages/index.php b/wbce/modules/cwsoft-addon-file-editor/languages/index.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/languages/index.php rename to wbce/modules/cwsoft-addon-file-editor/languages/index.php diff --git a/wb/modules/cwsoft-addon-file-editor/precheck.php b/wbce/modules/cwsoft-addon-file-editor/precheck.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/precheck.php rename to wbce/modules/cwsoft-addon-file-editor/precheck.php diff --git a/wb/modules/cwsoft-addon-file-editor/templates/.htaccess b/wbce/modules/cwsoft-addon-file-editor/templates/.htaccess similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/templates/.htaccess rename to wbce/modules/cwsoft-addon-file-editor/templates/.htaccess diff --git a/wb/modules/cwsoft-addon-file-editor/templates/action_handler_create_file_folder.htt b/wbce/modules/cwsoft-addon-file-editor/templates/action_handler_create_file_folder.htt similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/templates/action_handler_create_file_folder.htt rename to wbce/modules/cwsoft-addon-file-editor/templates/action_handler_create_file_folder.htt diff --git a/wb/modules/cwsoft-addon-file-editor/templates/action_handler_delete_file_folder.htt b/wbce/modules/cwsoft-addon-file-editor/templates/action_handler_delete_file_folder.htt similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/templates/action_handler_delete_file_folder.htt rename to wbce/modules/cwsoft-addon-file-editor/templates/action_handler_delete_file_folder.htt diff --git a/wb/modules/cwsoft-addon-file-editor/templates/action_handler_edit_textfile.htt b/wbce/modules/cwsoft-addon-file-editor/templates/action_handler_edit_textfile.htt similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/templates/action_handler_edit_textfile.htt rename to wbce/modules/cwsoft-addon-file-editor/templates/action_handler_edit_textfile.htt diff --git a/wb/modules/cwsoft-addon-file-editor/templates/action_handler_rename_file_folder.htt b/wbce/modules/cwsoft-addon-file-editor/templates/action_handler_rename_file_folder.htt similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/templates/action_handler_rename_file_folder.htt rename to wbce/modules/cwsoft-addon-file-editor/templates/action_handler_rename_file_folder.htt diff --git a/wb/modules/cwsoft-addon-file-editor/templates/action_handler_unzip_archive.htt b/wbce/modules/cwsoft-addon-file-editor/templates/action_handler_unzip_archive.htt similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/templates/action_handler_unzip_archive.htt rename to wbce/modules/cwsoft-addon-file-editor/templates/action_handler_unzip_archive.htt diff --git a/wb/modules/cwsoft-addon-file-editor/templates/action_handler_upload_file.htt b/wbce/modules/cwsoft-addon-file-editor/templates/action_handler_upload_file.htt similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/templates/action_handler_upload_file.htt rename to wbce/modules/cwsoft-addon-file-editor/templates/action_handler_upload_file.htt diff --git a/wb/modules/cwsoft-addon-file-editor/templates/addons_filemanager.htt b/wbce/modules/cwsoft-addon-file-editor/templates/addons_filemanager.htt similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/templates/addons_filemanager.htt rename to wbce/modules/cwsoft-addon-file-editor/templates/addons_filemanager.htt diff --git a/wb/modules/cwsoft-addon-file-editor/templates/addons_overview.htt b/wbce/modules/cwsoft-addon-file-editor/templates/addons_overview.htt similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/templates/addons_overview.htt rename to wbce/modules/cwsoft-addon-file-editor/templates/addons_overview.htt diff --git a/wb/modules/cwsoft-addon-file-editor/templates/ftp_connection_check.htt b/wbce/modules/cwsoft-addon-file-editor/templates/ftp_connection_check.htt similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/templates/ftp_connection_check.htt rename to wbce/modules/cwsoft-addon-file-editor/templates/ftp_connection_check.htt diff --git a/wb/modules/cwsoft-addon-file-editor/templates/index.php b/wbce/modules/cwsoft-addon-file-editor/templates/index.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/templates/index.php rename to wbce/modules/cwsoft-addon-file-editor/templates/index.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/PEAR/Download.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/PEAR/Download.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/PEAR/Download.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/PEAR/Download.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/PEAR/HTTP/HTTP.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/PEAR/HTTP/HTTP.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/PEAR/HTTP/HTTP.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/PEAR/HTTP/HTTP.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/PEAR/HTTP/Header.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/PEAR/HTTP/Header.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/PEAR/HTTP/Header.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/PEAR/HTTP/Header.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/PEAR/HTTP/LICENSE_Header b/wbce/modules/cwsoft-addon-file-editor/thirdparty/PEAR/HTTP/LICENSE_Header similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/PEAR/HTTP/LICENSE_Header rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/PEAR/HTTP/LICENSE_Header diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/PEAR/HTTP/index.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/PEAR/HTTP/index.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/PEAR/HTTP/index.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/PEAR/HTTP/index.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/PEAR/LICENSE_Download b/wbce/modules/cwsoft-addon-file-editor/thirdparty/PEAR/LICENSE_Download similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/PEAR/LICENSE_Download rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/PEAR/LICENSE_Download diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/PEAR/LICENSE_PEAR b/wbce/modules/cwsoft-addon-file-editor/thirdparty/PEAR/LICENSE_PEAR similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/PEAR/LICENSE_PEAR rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/PEAR/LICENSE_PEAR diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/PEAR/PEAR.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/PEAR/PEAR.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/PEAR/PEAR.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/PEAR/PEAR.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/PEAR/PEAR5.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/PEAR/PEAR5.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/PEAR/PEAR5.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/PEAR/PEAR5.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/PEAR/README b/wbce/modules/cwsoft-addon-file-editor/thirdparty/PEAR/README similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/PEAR/README rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/PEAR/README diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/LICENSE b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/LICENSE similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/LICENSE rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/LICENSE diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Autoloader.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Autoloader.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Autoloader.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Autoloader.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Compiler.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Compiler.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Compiler.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Compiler.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/CompilerInterface.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/CompilerInterface.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/CompilerInterface.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/CompilerInterface.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Environment.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Environment.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Environment.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Environment.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Error.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Error.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Error.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Error.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Error/Loader.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Error/Loader.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Error/Loader.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Error/Loader.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Error/Runtime.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Error/Runtime.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Error/Runtime.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Error/Runtime.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Error/Syntax.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Error/Syntax.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Error/Syntax.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Error/Syntax.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/ExistsLoaderInterface.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/ExistsLoaderInterface.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/ExistsLoaderInterface.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/ExistsLoaderInterface.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/ExpressionParser.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/ExpressionParser.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/ExpressionParser.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/ExpressionParser.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Extension.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Extension.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Extension.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Extension.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Extension/Core.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Extension/Core.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Extension/Core.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Extension/Core.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Extension/Debug.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Extension/Debug.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Extension/Debug.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Extension/Debug.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Extension/Escaper.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Extension/Escaper.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Extension/Escaper.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Extension/Escaper.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Extension/Optimizer.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Extension/Optimizer.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Extension/Optimizer.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Extension/Optimizer.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Extension/Sandbox.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Extension/Sandbox.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Extension/Sandbox.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Extension/Sandbox.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Extension/Staging.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Extension/Staging.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Extension/Staging.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Extension/Staging.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Extension/StringLoader.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Extension/StringLoader.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Extension/StringLoader.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Extension/StringLoader.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/ExtensionInterface.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/ExtensionInterface.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/ExtensionInterface.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/ExtensionInterface.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/FileExtensionEscapingStrategy.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/FileExtensionEscapingStrategy.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/FileExtensionEscapingStrategy.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/FileExtensionEscapingStrategy.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Filter.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Filter.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Filter.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Filter.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Filter/Function.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Filter/Function.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Filter/Function.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Filter/Function.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Filter/Method.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Filter/Method.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Filter/Method.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Filter/Method.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Filter/Node.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Filter/Node.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Filter/Node.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Filter/Node.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/FilterCallableInterface.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/FilterCallableInterface.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/FilterCallableInterface.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/FilterCallableInterface.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/FilterInterface.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/FilterInterface.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/FilterInterface.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/FilterInterface.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Function.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Function.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Function.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Function.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Function/Function.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Function/Function.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Function/Function.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Function/Function.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Function/Method.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Function/Method.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Function/Method.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Function/Method.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Function/Node.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Function/Node.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Function/Node.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Function/Node.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/FunctionCallableInterface.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/FunctionCallableInterface.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/FunctionCallableInterface.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/FunctionCallableInterface.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/FunctionInterface.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/FunctionInterface.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/FunctionInterface.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/FunctionInterface.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Lexer.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Lexer.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Lexer.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Lexer.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/LexerInterface.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/LexerInterface.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/LexerInterface.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/LexerInterface.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Loader/Array.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Loader/Array.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Loader/Array.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Loader/Array.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Loader/Chain.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Loader/Chain.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Loader/Chain.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Loader/Chain.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Loader/Filesystem.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Loader/Filesystem.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Loader/Filesystem.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Loader/Filesystem.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Loader/String.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Loader/String.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Loader/String.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Loader/String.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/LoaderInterface.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/LoaderInterface.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/LoaderInterface.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/LoaderInterface.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Markup.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Markup.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Markup.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Markup.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/AutoEscape.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/AutoEscape.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/AutoEscape.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/AutoEscape.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Block.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Block.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Block.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Block.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/BlockReference.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/BlockReference.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/BlockReference.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/BlockReference.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Body.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Body.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Body.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Body.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Do.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Do.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Do.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Do.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Embed.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Embed.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Embed.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Embed.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Array.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Array.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Array.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Array.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/AssignName.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/AssignName.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/AssignName.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/AssignName.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Add.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Add.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Add.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Add.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/And.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/And.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/And.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/And.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/BitwiseAnd.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/BitwiseAnd.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/BitwiseAnd.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/BitwiseAnd.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/BitwiseOr.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/BitwiseOr.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/BitwiseOr.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/BitwiseOr.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/BitwiseXor.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/BitwiseXor.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/BitwiseXor.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/BitwiseXor.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Concat.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Concat.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Concat.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Concat.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Div.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Div.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Div.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Div.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/EndsWith.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/EndsWith.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/EndsWith.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/EndsWith.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Equal.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Equal.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Equal.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Equal.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/FloorDiv.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/FloorDiv.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/FloorDiv.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/FloorDiv.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Greater.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Greater.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Greater.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Greater.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/GreaterEqual.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/GreaterEqual.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/GreaterEqual.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/GreaterEqual.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/In.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/In.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/In.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/In.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Less.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Less.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Less.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Less.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/LessEqual.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/LessEqual.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/LessEqual.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/LessEqual.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Matches.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Matches.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Matches.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Matches.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Mod.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Mod.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Mod.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Mod.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Mul.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Mul.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Mul.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Mul.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/NotEqual.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/NotEqual.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/NotEqual.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/NotEqual.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/NotIn.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/NotIn.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/NotIn.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/NotIn.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Or.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Or.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Or.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Or.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Power.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Power.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Power.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Power.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Range.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Range.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Range.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Range.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/StartsWith.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/StartsWith.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/StartsWith.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/StartsWith.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Sub.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Sub.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Sub.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Binary/Sub.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/BlockReference.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/BlockReference.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/BlockReference.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/BlockReference.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Call.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Call.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Call.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Call.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Conditional.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Conditional.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Conditional.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Conditional.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Constant.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Constant.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Constant.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Constant.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/ExtensionReference.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/ExtensionReference.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/ExtensionReference.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/ExtensionReference.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Filter.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Filter.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Filter.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Filter.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Filter/Default.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Filter/Default.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Filter/Default.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Filter/Default.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Function.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Function.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Function.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Function.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/GetAttr.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/GetAttr.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/GetAttr.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/GetAttr.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/MethodCall.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/MethodCall.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/MethodCall.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/MethodCall.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Name.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Name.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Name.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Name.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Parent.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Parent.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Parent.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Parent.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/TempName.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/TempName.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/TempName.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/TempName.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Test.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Test.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Test.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Test.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Test/Constant.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Test/Constant.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Test/Constant.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Test/Constant.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Test/Defined.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Test/Defined.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Test/Defined.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Test/Defined.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Test/Divisibleby.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Test/Divisibleby.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Test/Divisibleby.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Test/Divisibleby.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Test/Even.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Test/Even.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Test/Even.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Test/Even.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Test/Null.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Test/Null.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Test/Null.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Test/Null.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Test/Odd.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Test/Odd.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Test/Odd.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Test/Odd.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Test/Sameas.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Test/Sameas.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Test/Sameas.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Test/Sameas.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Unary.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Unary.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Unary.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Unary.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Unary/Neg.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Unary/Neg.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Unary/Neg.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Unary/Neg.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Unary/Not.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Unary/Not.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Unary/Not.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Unary/Not.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Unary/Pos.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Unary/Pos.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Unary/Pos.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Expression/Unary/Pos.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Flush.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Flush.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Flush.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Flush.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/For.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/For.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/For.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/For.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/ForLoop.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/ForLoop.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/ForLoop.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/ForLoop.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/If.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/If.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/If.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/If.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Import.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Import.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Import.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Import.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Include.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Include.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Include.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Include.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Macro.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Macro.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Macro.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Macro.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Module.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Module.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Module.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Module.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Print.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Print.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Print.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Print.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Sandbox.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Sandbox.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Sandbox.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Sandbox.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/SandboxedModule.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/SandboxedModule.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/SandboxedModule.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/SandboxedModule.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/SandboxedPrint.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/SandboxedPrint.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/SandboxedPrint.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/SandboxedPrint.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Set.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Set.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Set.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Set.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/SetTemp.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/SetTemp.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/SetTemp.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/SetTemp.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Spaceless.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Spaceless.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Spaceless.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Spaceless.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Text.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Text.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Text.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Node/Text.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/NodeInterface.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/NodeInterface.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/NodeInterface.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/NodeInterface.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/NodeOutputInterface.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/NodeOutputInterface.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/NodeOutputInterface.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/NodeOutputInterface.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/NodeTraverser.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/NodeTraverser.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/NodeTraverser.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/NodeTraverser.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/NodeVisitor/Escaper.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/NodeVisitor/Escaper.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/NodeVisitor/Escaper.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/NodeVisitor/Escaper.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/NodeVisitor/Optimizer.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/NodeVisitor/Optimizer.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/NodeVisitor/Optimizer.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/NodeVisitor/Optimizer.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/NodeVisitor/SafeAnalysis.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/NodeVisitor/SafeAnalysis.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/NodeVisitor/SafeAnalysis.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/NodeVisitor/SafeAnalysis.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/NodeVisitor/Sandbox.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/NodeVisitor/Sandbox.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/NodeVisitor/Sandbox.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/NodeVisitor/Sandbox.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/NodeVisitorInterface.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/NodeVisitorInterface.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/NodeVisitorInterface.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/NodeVisitorInterface.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Parser.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Parser.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Parser.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Parser.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/ParserInterface.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/ParserInterface.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/ParserInterface.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/ParserInterface.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Sandbox/SecurityError.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Sandbox/SecurityError.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Sandbox/SecurityError.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Sandbox/SecurityError.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Sandbox/SecurityNotAllowedFilterError.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Sandbox/SecurityNotAllowedFilterError.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Sandbox/SecurityNotAllowedFilterError.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Sandbox/SecurityNotAllowedFilterError.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Sandbox/SecurityNotAllowedFunctionError.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Sandbox/SecurityNotAllowedFunctionError.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Sandbox/SecurityNotAllowedFunctionError.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Sandbox/SecurityNotAllowedFunctionError.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Sandbox/SecurityNotAllowedTagError.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Sandbox/SecurityNotAllowedTagError.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Sandbox/SecurityNotAllowedTagError.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Sandbox/SecurityNotAllowedTagError.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Sandbox/SecurityPolicy.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Sandbox/SecurityPolicy.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Sandbox/SecurityPolicy.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Sandbox/SecurityPolicy.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Sandbox/SecurityPolicyInterface.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Sandbox/SecurityPolicyInterface.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Sandbox/SecurityPolicyInterface.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Sandbox/SecurityPolicyInterface.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/SimpleFilter.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/SimpleFilter.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/SimpleFilter.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/SimpleFilter.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/SimpleFunction.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/SimpleFunction.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/SimpleFunction.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/SimpleFunction.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/SimpleTest.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/SimpleTest.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/SimpleTest.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/SimpleTest.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Template.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Template.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Template.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Template.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TemplateInterface.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TemplateInterface.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TemplateInterface.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TemplateInterface.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Test.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Test.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Test.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Test.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Test/Function.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Test/Function.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Test/Function.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Test/Function.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Test/IntegrationTestCase.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Test/IntegrationTestCase.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Test/IntegrationTestCase.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Test/IntegrationTestCase.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Test/Method.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Test/Method.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Test/Method.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Test/Method.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Test/Node.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Test/Node.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Test/Node.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Test/Node.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Test/NodeTestCase.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Test/NodeTestCase.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Test/NodeTestCase.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Test/NodeTestCase.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TestCallableInterface.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TestCallableInterface.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TestCallableInterface.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TestCallableInterface.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TestInterface.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TestInterface.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TestInterface.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TestInterface.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Token.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Token.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Token.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/Token.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/AutoEscape.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/AutoEscape.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/AutoEscape.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/AutoEscape.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Block.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Block.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Block.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Block.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Do.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Do.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Do.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Do.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Embed.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Embed.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Embed.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Embed.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Extends.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Extends.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Extends.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Extends.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Filter.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Filter.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Filter.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Filter.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Flush.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Flush.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Flush.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Flush.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/For.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/For.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/For.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/For.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/From.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/From.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/From.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/From.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/If.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/If.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/If.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/If.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Import.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Import.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Import.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Import.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Include.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Include.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Include.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Include.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Macro.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Macro.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Macro.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Macro.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Sandbox.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Sandbox.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Sandbox.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Sandbox.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Set.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Set.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Set.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Set.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Spaceless.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Spaceless.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Spaceless.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Spaceless.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Use.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Use.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Use.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParser/Use.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParserBroker.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParserBroker.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParserBroker.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParserBroker.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParserBrokerInterface.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParserBrokerInterface.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParserBrokerInterface.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParserBrokerInterface.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParserInterface.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParserInterface.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParserInterface.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenParserInterface.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenStream.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenStream.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenStream.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/Twig/Twig/TokenStream.php diff --git a/wb/modules/cwsoft-addon-file-editor/thirdparty/index.php b/wbce/modules/cwsoft-addon-file-editor/thirdparty/index.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/thirdparty/index.php rename to wbce/modules/cwsoft-addon-file-editor/thirdparty/index.php diff --git a/wb/modules/cwsoft-addon-file-editor/tool.php b/wbce/modules/cwsoft-addon-file-editor/tool.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/tool.php rename to wbce/modules/cwsoft-addon-file-editor/tool.php diff --git a/wb/modules/cwsoft-addon-file-editor/uninstall.php b/wbce/modules/cwsoft-addon-file-editor/uninstall.php similarity index 100% rename from wb/modules/cwsoft-addon-file-editor/uninstall.php rename to wbce/modules/cwsoft-addon-file-editor/uninstall.php diff --git a/wb/modules/droplets/FTAN_SUPPORTED b/wbce/modules/droplets/FTAN_SUPPORTED similarity index 100% rename from wb/modules/droplets/FTAN_SUPPORTED rename to wbce/modules/droplets/FTAN_SUPPORTED diff --git a/wb/modules/droplets/add_droplet.php b/wbce/modules/droplets/add_droplet.php similarity index 100% rename from wb/modules/droplets/add_droplet.php rename to wbce/modules/droplets/add_droplet.php diff --git a/wb/modules/droplets/backend.css b/wbce/modules/droplets/backend.css similarity index 100% rename from wb/modules/droplets/backend.css rename to wbce/modules/droplets/backend.css diff --git a/wb/modules/droplets/backend_body.js b/wbce/modules/droplets/backend_body.js similarity index 100% rename from wb/modules/droplets/backend_body.js rename to wbce/modules/droplets/backend_body.js diff --git a/wb/modules/droplets/backup_droplets.php b/wbce/modules/droplets/backup_droplets.php similarity index 100% rename from wb/modules/droplets/backup_droplets.php rename to wbce/modules/droplets/backup_droplets.php diff --git a/wb/modules/droplets/delete_droplet.php b/wbce/modules/droplets/delete_droplet.php similarity index 100% rename from wb/modules/droplets/delete_droplet.php rename to wbce/modules/droplets/delete_droplet.php diff --git a/wb/modules/droplets/droplets.php b/wbce/modules/droplets/droplets.php similarity index 100% rename from wb/modules/droplets/droplets.php rename to wbce/modules/droplets/droplets.php diff --git a/wb/modules/droplets/example/EditThisPage.php b/wbce/modules/droplets/example/EditThisPage.php similarity index 100% rename from wb/modules/droplets/example/EditThisPage.php rename to wbce/modules/droplets/example/EditThisPage.php diff --git a/wb/modules/droplets/example/EmailFilter.php b/wbce/modules/droplets/example/EmailFilter.php similarity index 100% rename from wb/modules/droplets/example/EmailFilter.php rename to wbce/modules/droplets/example/EmailFilter.php diff --git a/wb/modules/droplets/example/LoginBox.php b/wbce/modules/droplets/example/LoginBox.php similarity index 100% rename from wb/modules/droplets/example/LoginBox.php rename to wbce/modules/droplets/example/LoginBox.php diff --git a/wb/modules/droplets/example/Lorem.php b/wbce/modules/droplets/example/Lorem.php similarity index 100% rename from wb/modules/droplets/example/Lorem.php rename to wbce/modules/droplets/example/Lorem.php diff --git a/wb/modules/droplets/example/ModifiedWhen.php b/wbce/modules/droplets/example/ModifiedWhen.php similarity index 100% rename from wb/modules/droplets/example/ModifiedWhen.php rename to wbce/modules/droplets/example/ModifiedWhen.php diff --git a/wb/modules/droplets/example/NextPage.php b/wbce/modules/droplets/example/NextPage.php similarity index 100% rename from wb/modules/droplets/example/NextPage.php rename to wbce/modules/droplets/example/NextPage.php diff --git a/wb/modules/droplets/example/Oneliner.php b/wbce/modules/droplets/example/Oneliner.php similarity index 100% rename from wb/modules/droplets/example/Oneliner.php rename to wbce/modules/droplets/example/Oneliner.php diff --git a/wb/modules/droplets/example/ParentPage.php b/wbce/modules/droplets/example/ParentPage.php similarity index 100% rename from wb/modules/droplets/example/ParentPage.php rename to wbce/modules/droplets/example/ParentPage.php diff --git a/wb/modules/droplets/example/PreviousPage.php b/wbce/modules/droplets/example/PreviousPage.php similarity index 100% rename from wb/modules/droplets/example/PreviousPage.php rename to wbce/modules/droplets/example/PreviousPage.php diff --git a/wb/modules/droplets/example/RandomImage.php b/wbce/modules/droplets/example/RandomImage.php similarity index 100% rename from wb/modules/droplets/example/RandomImage.php rename to wbce/modules/droplets/example/RandomImage.php diff --git a/wb/modules/droplets/example/SearchBox.php b/wbce/modules/droplets/example/SearchBox.php similarity index 100% rename from wb/modules/droplets/example/SearchBox.php rename to wbce/modules/droplets/example/SearchBox.php diff --git a/wb/modules/droplets/example/SectionPicker.php b/wbce/modules/droplets/example/SectionPicker.php similarity index 100% rename from wb/modules/droplets/example/SectionPicker.php rename to wbce/modules/droplets/example/SectionPicker.php diff --git a/wb/modules/droplets/example/Shorturl.php b/wbce/modules/droplets/example/Shorturl.php similarity index 100% rename from wb/modules/droplets/example/Shorturl.php rename to wbce/modules/droplets/example/Shorturl.php diff --git a/wb/modules/droplets/example/ShowRandomWysiwyg.php b/wbce/modules/droplets/example/ShowRandomWysiwyg.php similarity index 100% rename from wb/modules/droplets/example/ShowRandomWysiwyg.php rename to wbce/modules/droplets/example/ShowRandomWysiwyg.php diff --git a/wb/modules/droplets/example/ShowWysiwyg.php b/wbce/modules/droplets/example/ShowWysiwyg.php similarity index 100% rename from wb/modules/droplets/example/ShowWysiwyg.php rename to wbce/modules/droplets/example/ShowWysiwyg.php diff --git a/wb/modules/droplets/example/SiteModified.php b/wbce/modules/droplets/example/SiteModified.php similarity index 100% rename from wb/modules/droplets/example/SiteModified.php rename to wbce/modules/droplets/example/SiteModified.php diff --git a/wb/modules/droplets/example/Skype.php b/wbce/modules/droplets/example/Skype.php similarity index 100% rename from wb/modules/droplets/example/Skype.php rename to wbce/modules/droplets/example/Skype.php diff --git a/wb/modules/droplets/example/Text2Image.php b/wbce/modules/droplets/example/Text2Image.php similarity index 100% rename from wb/modules/droplets/example/Text2Image.php rename to wbce/modules/droplets/example/Text2Image.php diff --git a/wb/modules/droplets/example/index.php b/wbce/modules/droplets/example/index.php similarity index 100% rename from wb/modules/droplets/example/index.php rename to wbce/modules/droplets/example/index.php diff --git a/wb/modules/droplets/example/oneliners.txt b/wbce/modules/droplets/example/oneliners.txt similarity index 100% rename from wb/modules/droplets/example/oneliners.txt rename to wbce/modules/droplets/example/oneliners.txt diff --git a/wb/modules/droplets/export/index.php b/wbce/modules/droplets/export/index.php similarity index 100% rename from wb/modules/droplets/export/index.php rename to wbce/modules/droplets/export/index.php diff --git a/wb/modules/droplets/functions.inc.php b/wbce/modules/droplets/functions.inc.php similarity index 100% rename from wb/modules/droplets/functions.inc.php rename to wbce/modules/droplets/functions.inc.php diff --git a/wb/modules/droplets/img/asc.gif b/wbce/modules/droplets/img/asc.gif similarity index 100% rename from wb/modules/droplets/img/asc.gif rename to wbce/modules/droplets/img/asc.gif diff --git a/wb/modules/droplets/img/bg.gif b/wbce/modules/droplets/img/bg.gif similarity index 100% rename from wb/modules/droplets/img/bg.gif rename to wbce/modules/droplets/img/bg.gif diff --git a/wb/modules/droplets/img/copy.png b/wbce/modules/droplets/img/copy.png similarity index 100% rename from wb/modules/droplets/img/copy.png rename to wbce/modules/droplets/img/copy.png diff --git a/wb/modules/droplets/img/desc.gif b/wbce/modules/droplets/img/desc.gif similarity index 100% rename from wb/modules/droplets/img/desc.gif rename to wbce/modules/droplets/img/desc.gif diff --git a/wb/modules/droplets/img/download.png b/wbce/modules/droplets/img/download.png similarity index 100% rename from wb/modules/droplets/img/download.png rename to wbce/modules/droplets/img/download.png diff --git a/wb/modules/droplets/img/droplet.png b/wbce/modules/droplets/img/droplet.png similarity index 100% rename from wb/modules/droplets/img/droplet.png rename to wbce/modules/droplets/img/droplet.png diff --git a/wb/modules/droplets/img/droplets_logo.png b/wbce/modules/droplets/img/droplets_logo.png similarity index 100% rename from wb/modules/droplets/img/droplets_logo.png rename to wbce/modules/droplets/img/droplets_logo.png diff --git a/wb/modules/droplets/img/help.png b/wbce/modules/droplets/img/help.png similarity index 100% rename from wb/modules/droplets/img/help.png rename to wbce/modules/droplets/img/help.png diff --git a/wb/modules/droplets/img/import.png b/wbce/modules/droplets/img/import.png similarity index 100% rename from wb/modules/droplets/img/import.png rename to wbce/modules/droplets/img/import.png diff --git a/wb/modules/droplets/img/index.php b/wbce/modules/droplets/img/index.php similarity index 100% rename from wb/modules/droplets/img/index.php rename to wbce/modules/droplets/img/index.php diff --git a/wb/modules/droplets/img/info.png b/wbce/modules/droplets/img/info.png similarity index 100% rename from wb/modules/droplets/img/info.png rename to wbce/modules/droplets/img/info.png diff --git a/wb/modules/droplets/img/invalid.gif b/wbce/modules/droplets/img/invalid.gif similarity index 100% rename from wb/modules/droplets/img/invalid.gif rename to wbce/modules/droplets/img/invalid.gif diff --git a/wb/modules/droplets/img/list.png b/wbce/modules/droplets/img/list.png similarity index 100% rename from wb/modules/droplets/img/list.png rename to wbce/modules/droplets/img/list.png diff --git a/wb/modules/droplets/index.php b/wbce/modules/droplets/index.php similarity index 100% rename from wb/modules/droplets/index.php rename to wbce/modules/droplets/index.php diff --git a/wb/modules/droplets/info.php b/wbce/modules/droplets/info.php similarity index 100% rename from wb/modules/droplets/info.php rename to wbce/modules/droplets/info.php diff --git a/wb/modules/droplets/install.php b/wbce/modules/droplets/install.php similarity index 100% rename from wb/modules/droplets/install.php rename to wbce/modules/droplets/install.php diff --git a/wb/modules/droplets/js/index.php b/wbce/modules/droplets/js/index.php similarity index 100% rename from wb/modules/droplets/js/index.php rename to wbce/modules/droplets/js/index.php diff --git a/wb/modules/droplets/js/jquery.tablesorter.js b/wbce/modules/droplets/js/jquery.tablesorter.js similarity index 100% rename from wb/modules/droplets/js/jquery.tablesorter.js rename to wbce/modules/droplets/js/jquery.tablesorter.js diff --git a/wb/modules/droplets/js/mdcr.js b/wbce/modules/droplets/js/mdcr.js similarity index 100% rename from wb/modules/droplets/js/mdcr.js rename to wbce/modules/droplets/js/mdcr.js diff --git a/wb/modules/droplets/languages/DA.php b/wbce/modules/droplets/languages/DA.php similarity index 100% rename from wb/modules/droplets/languages/DA.php rename to wbce/modules/droplets/languages/DA.php diff --git a/wb/modules/droplets/languages/DE.php b/wbce/modules/droplets/languages/DE.php similarity index 100% rename from wb/modules/droplets/languages/DE.php rename to wbce/modules/droplets/languages/DE.php diff --git a/wb/modules/droplets/languages/EN.php b/wbce/modules/droplets/languages/EN.php similarity index 100% rename from wb/modules/droplets/languages/EN.php rename to wbce/modules/droplets/languages/EN.php diff --git a/wb/modules/droplets/languages/NL.php b/wbce/modules/droplets/languages/NL.php similarity index 100% rename from wb/modules/droplets/languages/NL.php rename to wbce/modules/droplets/languages/NL.php diff --git a/wb/modules/droplets/languages/NO.php b/wbce/modules/droplets/languages/NO.php similarity index 100% rename from wb/modules/droplets/languages/NO.php rename to wbce/modules/droplets/languages/NO.php diff --git a/wb/modules/droplets/languages/RU.php b/wbce/modules/droplets/languages/RU.php similarity index 100% rename from wb/modules/droplets/languages/RU.php rename to wbce/modules/droplets/languages/RU.php diff --git a/wb/modules/droplets/languages/index.php b/wbce/modules/droplets/languages/index.php similarity index 100% rename from wb/modules/droplets/languages/index.php rename to wbce/modules/droplets/languages/index.php diff --git a/wb/modules/droplets/manage_backups.php b/wbce/modules/droplets/manage_backups.php similarity index 100% rename from wb/modules/droplets/manage_backups.php rename to wbce/modules/droplets/manage_backups.php diff --git a/wb/modules/droplets/modify_droplet.php b/wbce/modules/droplets/modify_droplet.php similarity index 100% rename from wb/modules/droplets/modify_droplet.php rename to wbce/modules/droplets/modify_droplet.php diff --git a/wb/modules/droplets/readme/index.php b/wbce/modules/droplets/readme/index.php similarity index 100% rename from wb/modules/droplets/readme/index.php rename to wbce/modules/droplets/readme/index.php diff --git a/wb/modules/droplets/readme/readme.css b/wbce/modules/droplets/readme/readme.css similarity index 100% rename from wb/modules/droplets/readme/readme.css rename to wbce/modules/droplets/readme/readme.css diff --git a/wb/modules/droplets/readme/readme.html b/wbce/modules/droplets/readme/readme.html similarity index 100% rename from wb/modules/droplets/readme/readme.html rename to wbce/modules/droplets/readme/readme.html diff --git a/wb/modules/droplets/save_droplet.php b/wbce/modules/droplets/save_droplet.php similarity index 100% rename from wb/modules/droplets/save_droplet.php rename to wbce/modules/droplets/save_droplet.php diff --git a/wb/modules/droplets/tool.php b/wbce/modules/droplets/tool.php similarity index 100% rename from wb/modules/droplets/tool.php rename to wbce/modules/droplets/tool.php diff --git a/wb/modules/droplets/uninstall.php b/wbce/modules/droplets/uninstall.php similarity index 100% rename from wb/modules/droplets/uninstall.php rename to wbce/modules/droplets/uninstall.php diff --git a/wb/modules/droplets/upgrade.php b/wbce/modules/droplets/upgrade.php similarity index 100% rename from wb/modules/droplets/upgrade.php rename to wbce/modules/droplets/upgrade.php diff --git a/wb/modules/edit_module_files.php b/wbce/modules/edit_module_files.php similarity index 100% rename from wb/modules/edit_module_files.php rename to wbce/modules/edit_module_files.php diff --git a/wb/modules/index.php b/wbce/modules/index.php similarity index 100% rename from wb/modules/index.php rename to wbce/modules/index.php diff --git a/wb/modules/jsadmin/FTAN_SUPPORTED b/wbce/modules/jsadmin/FTAN_SUPPORTED similarity index 100% rename from wb/modules/jsadmin/FTAN_SUPPORTED rename to wbce/modules/jsadmin/FTAN_SUPPORTED diff --git a/wb/modules/jsadmin/README.txt b/wbce/modules/jsadmin/README.txt similarity index 100% rename from wb/modules/jsadmin/README.txt rename to wbce/modules/jsadmin/README.txt diff --git a/wb/modules/jsadmin/backend.css b/wbce/modules/jsadmin/backend.css similarity index 100% rename from wb/modules/jsadmin/backend.css rename to wbce/modules/jsadmin/backend.css diff --git a/wb/modules/jsadmin/images/busy.gif b/wbce/modules/jsadmin/images/busy.gif similarity index 100% rename from wb/modules/jsadmin/images/busy.gif rename to wbce/modules/jsadmin/images/busy.gif diff --git a/wb/modules/jsadmin/images/failure.gif b/wbce/modules/jsadmin/images/failure.gif similarity index 100% rename from wb/modules/jsadmin/images/failure.gif rename to wbce/modules/jsadmin/images/failure.gif diff --git a/wb/modules/jsadmin/images/index.php b/wbce/modules/jsadmin/images/index.php similarity index 100% rename from wb/modules/jsadmin/images/index.php rename to wbce/modules/jsadmin/images/index.php diff --git a/wb/modules/jsadmin/images/success.gif b/wbce/modules/jsadmin/images/success.gif similarity index 100% rename from wb/modules/jsadmin/images/success.gif rename to wbce/modules/jsadmin/images/success.gif diff --git a/wb/modules/jsadmin/index.php b/wbce/modules/jsadmin/index.php similarity index 100% rename from wb/modules/jsadmin/index.php rename to wbce/modules/jsadmin/index.php diff --git a/wb/modules/jsadmin/info.php b/wbce/modules/jsadmin/info.php similarity index 100% rename from wb/modules/jsadmin/info.php rename to wbce/modules/jsadmin/info.php diff --git a/wb/modules/jsadmin/install.php b/wbce/modules/jsadmin/install.php similarity index 100% rename from wb/modules/jsadmin/install.php rename to wbce/modules/jsadmin/install.php diff --git a/wb/modules/jsadmin/js/dragdrop.js b/wbce/modules/jsadmin/js/dragdrop.js similarity index 100% rename from wb/modules/jsadmin/js/dragdrop.js rename to wbce/modules/jsadmin/js/dragdrop.js diff --git a/wb/modules/jsadmin/js/index.php b/wbce/modules/jsadmin/js/index.php similarity index 100% rename from wb/modules/jsadmin/js/index.php rename to wbce/modules/jsadmin/js/index.php diff --git a/wb/modules/jsadmin/js/jsadmin.js b/wbce/modules/jsadmin/js/jsadmin.js similarity index 100% rename from wb/modules/jsadmin/js/jsadmin.js rename to wbce/modules/jsadmin/js/jsadmin.js diff --git a/wb/modules/jsadmin/js/restore_pages.js b/wbce/modules/jsadmin/js/restore_pages.js similarity index 100% rename from wb/modules/jsadmin/js/restore_pages.js rename to wbce/modules/jsadmin/js/restore_pages.js diff --git a/wb/modules/jsadmin/js/tool.js b/wbce/modules/jsadmin/js/tool.js similarity index 100% rename from wb/modules/jsadmin/js/tool.js rename to wbce/modules/jsadmin/js/tool.js diff --git a/wb/modules/jsadmin/jsadmin.php b/wbce/modules/jsadmin/jsadmin.php similarity index 100% rename from wb/modules/jsadmin/jsadmin.php rename to wbce/modules/jsadmin/jsadmin.php diff --git a/wb/modules/jsadmin/jsadmin_backend_include.php b/wbce/modules/jsadmin/jsadmin_backend_include.php similarity index 100% rename from wb/modules/jsadmin/jsadmin_backend_include.php rename to wbce/modules/jsadmin/jsadmin_backend_include.php diff --git a/wb/modules/jsadmin/languages/DA.php b/wbce/modules/jsadmin/languages/DA.php similarity index 100% rename from wb/modules/jsadmin/languages/DA.php rename to wbce/modules/jsadmin/languages/DA.php diff --git a/wb/modules/jsadmin/languages/DE.php b/wbce/modules/jsadmin/languages/DE.php similarity index 100% rename from wb/modules/jsadmin/languages/DE.php rename to wbce/modules/jsadmin/languages/DE.php diff --git a/wb/modules/jsadmin/languages/EN.php b/wbce/modules/jsadmin/languages/EN.php similarity index 100% rename from wb/modules/jsadmin/languages/EN.php rename to wbce/modules/jsadmin/languages/EN.php diff --git a/wb/modules/jsadmin/languages/FR.php b/wbce/modules/jsadmin/languages/FR.php similarity index 100% rename from wb/modules/jsadmin/languages/FR.php rename to wbce/modules/jsadmin/languages/FR.php diff --git a/wb/modules/jsadmin/languages/NL.php b/wbce/modules/jsadmin/languages/NL.php similarity index 100% rename from wb/modules/jsadmin/languages/NL.php rename to wbce/modules/jsadmin/languages/NL.php diff --git a/wb/modules/jsadmin/languages/NO.php b/wbce/modules/jsadmin/languages/NO.php similarity index 100% rename from wb/modules/jsadmin/languages/NO.php rename to wbce/modules/jsadmin/languages/NO.php diff --git a/wb/modules/jsadmin/languages/RU.php b/wbce/modules/jsadmin/languages/RU.php similarity index 100% rename from wb/modules/jsadmin/languages/RU.php rename to wbce/modules/jsadmin/languages/RU.php diff --git a/wb/modules/jsadmin/languages/index.php b/wbce/modules/jsadmin/languages/index.php similarity index 100% rename from wb/modules/jsadmin/languages/index.php rename to wbce/modules/jsadmin/languages/index.php diff --git a/wb/modules/jsadmin/move_to.php b/wbce/modules/jsadmin/move_to.php similarity index 100% rename from wb/modules/jsadmin/move_to.php rename to wbce/modules/jsadmin/move_to.php diff --git a/wb/modules/jsadmin/tool.php b/wbce/modules/jsadmin/tool.php similarity index 100% rename from wb/modules/jsadmin/tool.php rename to wbce/modules/jsadmin/tool.php diff --git a/wb/modules/jsadmin/uninstall.php b/wbce/modules/jsadmin/uninstall.php similarity index 100% rename from wb/modules/jsadmin/uninstall.php rename to wbce/modules/jsadmin/uninstall.php diff --git a/wb/modules/jsadmin/upgrade.php b/wbce/modules/jsadmin/upgrade.php similarity index 100% rename from wb/modules/jsadmin/upgrade.php rename to wbce/modules/jsadmin/upgrade.php diff --git a/wb/modules/menu_link/add.php b/wbce/modules/menu_link/add.php similarity index 100% rename from wb/modules/menu_link/add.php rename to wbce/modules/menu_link/add.php diff --git a/wb/modules/menu_link/delete.php b/wbce/modules/menu_link/delete.php similarity index 100% rename from wb/modules/menu_link/delete.php rename to wbce/modules/menu_link/delete.php diff --git a/wb/modules/menu_link/index.php b/wbce/modules/menu_link/index.php similarity index 100% rename from wb/modules/menu_link/index.php rename to wbce/modules/menu_link/index.php diff --git a/wb/modules/menu_link/info.php b/wbce/modules/menu_link/info.php similarity index 100% rename from wb/modules/menu_link/info.php rename to wbce/modules/menu_link/info.php diff --git a/wb/modules/menu_link/install.php b/wbce/modules/menu_link/install.php similarity index 100% rename from wb/modules/menu_link/install.php rename to wbce/modules/menu_link/install.php diff --git a/wb/modules/menu_link/languages/DA.php b/wbce/modules/menu_link/languages/DA.php similarity index 100% rename from wb/modules/menu_link/languages/DA.php rename to wbce/modules/menu_link/languages/DA.php diff --git a/wb/modules/menu_link/languages/DE.php b/wbce/modules/menu_link/languages/DE.php similarity index 100% rename from wb/modules/menu_link/languages/DE.php rename to wbce/modules/menu_link/languages/DE.php diff --git a/wb/modules/menu_link/languages/EN.php b/wbce/modules/menu_link/languages/EN.php similarity index 100% rename from wb/modules/menu_link/languages/EN.php rename to wbce/modules/menu_link/languages/EN.php diff --git a/wb/modules/menu_link/languages/FR.php b/wbce/modules/menu_link/languages/FR.php similarity index 100% rename from wb/modules/menu_link/languages/FR.php rename to wbce/modules/menu_link/languages/FR.php diff --git a/wb/modules/menu_link/languages/NL.php b/wbce/modules/menu_link/languages/NL.php similarity index 100% rename from wb/modules/menu_link/languages/NL.php rename to wbce/modules/menu_link/languages/NL.php diff --git a/wb/modules/menu_link/languages/NO.php b/wbce/modules/menu_link/languages/NO.php similarity index 100% rename from wb/modules/menu_link/languages/NO.php rename to wbce/modules/menu_link/languages/NO.php diff --git a/wb/modules/menu_link/languages/RU.php b/wbce/modules/menu_link/languages/RU.php similarity index 100% rename from wb/modules/menu_link/languages/RU.php rename to wbce/modules/menu_link/languages/RU.php diff --git a/wb/modules/menu_link/languages/index.php b/wbce/modules/menu_link/languages/index.php similarity index 100% rename from wb/modules/menu_link/languages/index.php rename to wbce/modules/menu_link/languages/index.php diff --git a/wb/modules/menu_link/modify.php b/wbce/modules/menu_link/modify.php similarity index 100% rename from wb/modules/menu_link/modify.php rename to wbce/modules/menu_link/modify.php diff --git a/wb/modules/menu_link/save.php b/wbce/modules/menu_link/save.php similarity index 100% rename from wb/modules/menu_link/save.php rename to wbce/modules/menu_link/save.php diff --git a/wb/modules/menu_link/uninstall.php b/wbce/modules/menu_link/uninstall.php similarity index 100% rename from wb/modules/menu_link/uninstall.php rename to wbce/modules/menu_link/uninstall.php diff --git a/wb/modules/menu_link/upgrade.php b/wbce/modules/menu_link/upgrade.php similarity index 100% rename from wb/modules/menu_link/upgrade.php rename to wbce/modules/menu_link/upgrade.php diff --git a/wb/modules/menu_link/view.php b/wbce/modules/menu_link/view.php similarity index 100% rename from wb/modules/menu_link/view.php rename to wbce/modules/menu_link/view.php diff --git a/wb/modules/miniform/add.php b/wbce/modules/miniform/add.php similarity index 100% rename from wb/modules/miniform/add.php rename to wbce/modules/miniform/add.php diff --git a/wb/modules/miniform/backend.css b/wbce/modules/miniform/backend.css similarity index 100% rename from wb/modules/miniform/backend.css rename to wbce/modules/miniform/backend.css diff --git a/wb/modules/miniform/delete.php b/wbce/modules/miniform/delete.php similarity index 100% rename from wb/modules/miniform/delete.php rename to wbce/modules/miniform/delete.php diff --git a/wb/modules/miniform/frontend.css b/wbce/modules/miniform/frontend.css similarity index 100% rename from wb/modules/miniform/frontend.css rename to wbce/modules/miniform/frontend.css diff --git a/wb/modules/miniform/functions.php b/wbce/modules/miniform/functions.php similarity index 100% rename from wb/modules/miniform/functions.php rename to wbce/modules/miniform/functions.php diff --git a/wb/modules/miniform/index.php b/wbce/modules/miniform/index.php similarity index 100% rename from wb/modules/miniform/index.php rename to wbce/modules/miniform/index.php diff --git a/wb/modules/miniform/info.php b/wbce/modules/miniform/info.php similarity index 100% rename from wb/modules/miniform/info.php rename to wbce/modules/miniform/info.php diff --git a/wb/modules/miniform/install.php b/wbce/modules/miniform/install.php similarity index 100% rename from wb/modules/miniform/install.php rename to wbce/modules/miniform/install.php diff --git a/wb/modules/miniform/languages/DE.php b/wbce/modules/miniform/languages/DE.php similarity index 100% rename from wb/modules/miniform/languages/DE.php rename to wbce/modules/miniform/languages/DE.php diff --git a/wb/modules/miniform/languages/EN.php b/wbce/modules/miniform/languages/EN.php similarity index 100% rename from wb/modules/miniform/languages/EN.php rename to wbce/modules/miniform/languages/EN.php diff --git a/wb/modules/miniform/languages/FR.php b/wbce/modules/miniform/languages/FR.php similarity index 100% rename from wb/modules/miniform/languages/FR.php rename to wbce/modules/miniform/languages/FR.php diff --git a/wb/modules/miniform/languages/NL.php b/wbce/modules/miniform/languages/NL.php similarity index 100% rename from wb/modules/miniform/languages/NL.php rename to wbce/modules/miniform/languages/NL.php diff --git a/wb/modules/miniform/modify.php b/wbce/modules/miniform/modify.php similarity index 100% rename from wb/modules/miniform/modify.php rename to wbce/modules/miniform/modify.php diff --git a/wb/modules/miniform/modify_template.php b/wbce/modules/miniform/modify_template.php similarity index 100% rename from wb/modules/miniform/modify_template.php rename to wbce/modules/miniform/modify_template.php diff --git a/wb/modules/miniform/save.php b/wbce/modules/miniform/save.php similarity index 100% rename from wb/modules/miniform/save.php rename to wbce/modules/miniform/save.php diff --git a/wb/modules/miniform/templates/email.htt b/wbce/modules/miniform/templates/email.htt similarity index 100% rename from wb/modules/miniform/templates/email.htt rename to wbce/modules/miniform/templates/email.htt diff --git a/wb/modules/miniform/templates/email_field_value.htt b/wbce/modules/miniform/templates/email_field_value.htt similarity index 100% rename from wb/modules/miniform/templates/email_field_value.htt rename to wbce/modules/miniform/templates/email_field_value.htt diff --git a/wb/modules/miniform/templates/form_DE_callme (HTML5).htt b/wbce/modules/miniform/templates/form_DE_callme (HTML5).htt similarity index 100% rename from wb/modules/miniform/templates/form_DE_callme (HTML5).htt rename to wbce/modules/miniform/templates/form_DE_callme (HTML5).htt diff --git a/wb/modules/miniform/templates/form_DE_callme.htt b/wbce/modules/miniform/templates/form_DE_callme.htt similarity index 100% rename from wb/modules/miniform/templates/form_DE_callme.htt rename to wbce/modules/miniform/templates/form_DE_callme.htt diff --git a/wb/modules/miniform/templates/form_DE_contactform (HTML5).htt b/wbce/modules/miniform/templates/form_DE_contactform (HTML5).htt similarity index 100% rename from wb/modules/miniform/templates/form_DE_contactform (HTML5).htt rename to wbce/modules/miniform/templates/form_DE_contactform (HTML5).htt diff --git a/wb/modules/miniform/templates/form_DE_contactform.htt b/wbce/modules/miniform/templates/form_DE_contactform.htt similarity index 100% rename from wb/modules/miniform/templates/form_DE_contactform.htt rename to wbce/modules/miniform/templates/form_DE_contactform.htt diff --git a/wb/modules/miniform/templates/form_DE_full_contactform (HTML5).htt b/wbce/modules/miniform/templates/form_DE_full_contactform (HTML5).htt similarity index 100% rename from wb/modules/miniform/templates/form_DE_full_contactform (HTML5).htt rename to wbce/modules/miniform/templates/form_DE_full_contactform (HTML5).htt diff --git a/wb/modules/miniform/templates/form_DE_full_contactform.htt b/wbce/modules/miniform/templates/form_DE_full_contactform.htt similarity index 100% rename from wb/modules/miniform/templates/form_DE_full_contactform.htt rename to wbce/modules/miniform/templates/form_DE_full_contactform.htt diff --git a/wb/modules/miniform/templates/form_DE_job_application_with_resume_upload.htt b/wbce/modules/miniform/templates/form_DE_job_application_with_resume_upload.htt similarity index 100% rename from wb/modules/miniform/templates/form_DE_job_application_with_resume_upload.htt rename to wbce/modules/miniform/templates/form_DE_job_application_with_resume_upload.htt diff --git a/wb/modules/miniform/templates/form_DE_mini_contactform (HTML5).htt b/wbce/modules/miniform/templates/form_DE_mini_contactform (HTML5).htt similarity index 100% rename from wb/modules/miniform/templates/form_DE_mini_contactform (HTML5).htt rename to wbce/modules/miniform/templates/form_DE_mini_contactform (HTML5).htt diff --git a/wb/modules/miniform/templates/form_DE_mini_contactform.htt b/wbce/modules/miniform/templates/form_DE_mini_contactform.htt similarity index 100% rename from wb/modules/miniform/templates/form_DE_mini_contactform.htt rename to wbce/modules/miniform/templates/form_DE_mini_contactform.htt diff --git a/wb/modules/miniform/templates/form_EN_callme (HTML5).htt b/wbce/modules/miniform/templates/form_EN_callme (HTML5).htt similarity index 100% rename from wb/modules/miniform/templates/form_EN_callme (HTML5).htt rename to wbce/modules/miniform/templates/form_EN_callme (HTML5).htt diff --git a/wb/modules/miniform/templates/form_EN_callme.htt b/wbce/modules/miniform/templates/form_EN_callme.htt similarity index 100% rename from wb/modules/miniform/templates/form_EN_callme.htt rename to wbce/modules/miniform/templates/form_EN_callme.htt diff --git a/wb/modules/miniform/templates/form_EN_contactform (HTML5).htt b/wbce/modules/miniform/templates/form_EN_contactform (HTML5).htt similarity index 100% rename from wb/modules/miniform/templates/form_EN_contactform (HTML5).htt rename to wbce/modules/miniform/templates/form_EN_contactform (HTML5).htt diff --git a/wb/modules/miniform/templates/form_EN_contactform.htt b/wbce/modules/miniform/templates/form_EN_contactform.htt similarity index 100% rename from wb/modules/miniform/templates/form_EN_contactform.htt rename to wbce/modules/miniform/templates/form_EN_contactform.htt diff --git a/wb/modules/miniform/templates/form_EN_full_contactform (HTML5).htt b/wbce/modules/miniform/templates/form_EN_full_contactform (HTML5).htt similarity index 100% rename from wb/modules/miniform/templates/form_EN_full_contactform (HTML5).htt rename to wbce/modules/miniform/templates/form_EN_full_contactform (HTML5).htt diff --git a/wb/modules/miniform/templates/form_EN_full_contactform.htt b/wbce/modules/miniform/templates/form_EN_full_contactform.htt similarity index 100% rename from wb/modules/miniform/templates/form_EN_full_contactform.htt rename to wbce/modules/miniform/templates/form_EN_full_contactform.htt diff --git a/wb/modules/miniform/templates/form_EN_job_application_with_resume_upload.htt b/wbce/modules/miniform/templates/form_EN_job_application_with_resume_upload.htt similarity index 100% rename from wb/modules/miniform/templates/form_EN_job_application_with_resume_upload.htt rename to wbce/modules/miniform/templates/form_EN_job_application_with_resume_upload.htt diff --git a/wb/modules/miniform/templates/form_EN_mini_contactform (HTML5).htt b/wbce/modules/miniform/templates/form_EN_mini_contactform (HTML5).htt similarity index 100% rename from wb/modules/miniform/templates/form_EN_mini_contactform (HTML5).htt rename to wbce/modules/miniform/templates/form_EN_mini_contactform (HTML5).htt diff --git a/wb/modules/miniform/templates/form_EN_mini_contactform.htt b/wbce/modules/miniform/templates/form_EN_mini_contactform.htt similarity index 100% rename from wb/modules/miniform/templates/form_EN_mini_contactform.htt rename to wbce/modules/miniform/templates/form_EN_mini_contactform.htt diff --git a/wb/modules/miniform/templates/form_NL_bel_me_terug (HTML5).htt b/wbce/modules/miniform/templates/form_NL_bel_me_terug (HTML5).htt similarity index 100% rename from wb/modules/miniform/templates/form_NL_bel_me_terug (HTML5).htt rename to wbce/modules/miniform/templates/form_NL_bel_me_terug (HTML5).htt diff --git a/wb/modules/miniform/templates/form_NL_bel_me_terug.htt b/wbce/modules/miniform/templates/form_NL_bel_me_terug.htt similarity index 100% rename from wb/modules/miniform/templates/form_NL_bel_me_terug.htt rename to wbce/modules/miniform/templates/form_NL_bel_me_terug.htt diff --git a/wb/modules/miniform/templates/form_NL_contactformulier (HTML5).htt b/wbce/modules/miniform/templates/form_NL_contactformulier (HTML5).htt similarity index 100% rename from wb/modules/miniform/templates/form_NL_contactformulier (HTML5).htt rename to wbce/modules/miniform/templates/form_NL_contactformulier (HTML5).htt diff --git a/wb/modules/miniform/templates/form_NL_contactformulier.htt b/wbce/modules/miniform/templates/form_NL_contactformulier.htt similarity index 100% rename from wb/modules/miniform/templates/form_NL_contactformulier.htt rename to wbce/modules/miniform/templates/form_NL_contactformulier.htt diff --git a/wb/modules/miniform/templates/form_NL_mini_contactformulier (HTML5).htt b/wbce/modules/miniform/templates/form_NL_mini_contactformulier (HTML5).htt similarity index 100% rename from wb/modules/miniform/templates/form_NL_mini_contactformulier (HTML5).htt rename to wbce/modules/miniform/templates/form_NL_mini_contactformulier (HTML5).htt diff --git a/wb/modules/miniform/templates/form_NL_mini_contactformulier.htt b/wbce/modules/miniform/templates/form_NL_mini_contactformulier.htt similarity index 100% rename from wb/modules/miniform/templates/form_NL_mini_contactformulier.htt rename to wbce/modules/miniform/templates/form_NL_mini_contactformulier.htt diff --git a/wb/modules/miniform/templates/form_NL_uitgebreid_contactformulier (HTML5).htt b/wbce/modules/miniform/templates/form_NL_uitgebreid_contactformulier (HTML5).htt similarity index 100% rename from wb/modules/miniform/templates/form_NL_uitgebreid_contactformulier (HTML5).htt rename to wbce/modules/miniform/templates/form_NL_uitgebreid_contactformulier (HTML5).htt diff --git a/wb/modules/miniform/templates/form_NL_uitgebreid_contactformulier.htt b/wbce/modules/miniform/templates/form_NL_uitgebreid_contactformulier.htt similarity index 100% rename from wb/modules/miniform/templates/form_NL_uitgebreid_contactformulier.htt rename to wbce/modules/miniform/templates/form_NL_uitgebreid_contactformulier.htt diff --git a/wb/modules/miniform/uninstall.php b/wbce/modules/miniform/uninstall.php similarity index 100% rename from wb/modules/miniform/uninstall.php rename to wbce/modules/miniform/uninstall.php diff --git a/wb/modules/miniform/upgrade.php b/wbce/modules/miniform/upgrade.php similarity index 100% rename from wb/modules/miniform/upgrade.php rename to wbce/modules/miniform/upgrade.php diff --git a/wb/modules/miniform/view.php b/wbce/modules/miniform/view.php similarity index 100% rename from wb/modules/miniform/view.php rename to wbce/modules/miniform/view.php diff --git a/wb/modules/output_filter/FTAN_SUPPORTED b/wbce/modules/output_filter/FTAN_SUPPORTED similarity index 100% rename from wb/modules/output_filter/FTAN_SUPPORTED rename to wbce/modules/output_filter/FTAN_SUPPORTED diff --git a/wb/modules/output_filter/OutputFilterApi.php b/wbce/modules/output_filter/OutputFilterApi.php similarity index 100% rename from wb/modules/output_filter/OutputFilterApi.php rename to wbce/modules/output_filter/OutputFilterApi.php diff --git a/wb/modules/output_filter/filter-routines.php b/wbce/modules/output_filter/filter-routines.php similarity index 100% rename from wb/modules/output_filter/filter-routines.php rename to wbce/modules/output_filter/filter-routines.php diff --git a/wb/modules/output_filter/filters/filterCssToHead.php b/wbce/modules/output_filter/filters/filterCssToHead.php similarity index 100% rename from wb/modules/output_filter/filters/filterCssToHead.php rename to wbce/modules/output_filter/filters/filterCssToHead.php diff --git a/wb/modules/output_filter/filters/filterDroplets.php b/wbce/modules/output_filter/filters/filterDroplets.php similarity index 100% rename from wb/modules/output_filter/filters/filterDroplets.php rename to wbce/modules/output_filter/filters/filterDroplets.php diff --git a/wb/modules/output_filter/filters/filterEmail.php b/wbce/modules/output_filter/filters/filterEmail.php similarity index 100% rename from wb/modules/output_filter/filters/filterEmail.php rename to wbce/modules/output_filter/filters/filterEmail.php diff --git a/wb/modules/output_filter/filters/filterOpF.php b/wbce/modules/output_filter/filters/filterOpF.php similarity index 100% rename from wb/modules/output_filter/filters/filterOpF.php rename to wbce/modules/output_filter/filters/filterOpF.php diff --git a/wb/modules/output_filter/filters/filterRelUrl.php b/wbce/modules/output_filter/filters/filterRelUrl.php similarity index 100% rename from wb/modules/output_filter/filters/filterRelUrl.php rename to wbce/modules/output_filter/filters/filterRelUrl.php diff --git a/wb/modules/output_filter/filters/filterWbLink.php b/wbce/modules/output_filter/filters/filterWbLink.php similarity index 100% rename from wb/modules/output_filter/filters/filterWbLink.php rename to wbce/modules/output_filter/filters/filterWbLink.php diff --git a/wb/modules/output_filter/index.php b/wbce/modules/output_filter/index.php similarity index 100% rename from wb/modules/output_filter/index.php rename to wbce/modules/output_filter/index.php diff --git a/wb/modules/output_filter/info.php b/wbce/modules/output_filter/info.php similarity index 100% rename from wb/modules/output_filter/info.php rename to wbce/modules/output_filter/info.php diff --git a/wb/modules/output_filter/install.php b/wbce/modules/output_filter/install.php similarity index 100% rename from wb/modules/output_filter/install.php rename to wbce/modules/output_filter/install.php diff --git a/wb/modules/output_filter/js/index.php b/wbce/modules/output_filter/js/index.php similarity index 100% rename from wb/modules/output_filter/js/index.php rename to wbce/modules/output_filter/js/index.php diff --git a/wb/modules/output_filter/js/mdcr.js b/wbce/modules/output_filter/js/mdcr.js similarity index 100% rename from wb/modules/output_filter/js/mdcr.js rename to wbce/modules/output_filter/js/mdcr.js diff --git a/wb/modules/output_filter/languages/DA.php b/wbce/modules/output_filter/languages/DA.php similarity index 100% rename from wb/modules/output_filter/languages/DA.php rename to wbce/modules/output_filter/languages/DA.php diff --git a/wb/modules/output_filter/languages/DE.php b/wbce/modules/output_filter/languages/DE.php similarity index 100% rename from wb/modules/output_filter/languages/DE.php rename to wbce/modules/output_filter/languages/DE.php diff --git a/wb/modules/output_filter/languages/EN.php b/wbce/modules/output_filter/languages/EN.php similarity index 100% rename from wb/modules/output_filter/languages/EN.php rename to wbce/modules/output_filter/languages/EN.php diff --git a/wb/modules/output_filter/languages/FR.php b/wbce/modules/output_filter/languages/FR.php similarity index 100% rename from wb/modules/output_filter/languages/FR.php rename to wbce/modules/output_filter/languages/FR.php diff --git a/wb/modules/output_filter/languages/NL.php b/wbce/modules/output_filter/languages/NL.php similarity index 100% rename from wb/modules/output_filter/languages/NL.php rename to wbce/modules/output_filter/languages/NL.php diff --git a/wb/modules/output_filter/languages/NO.php b/wbce/modules/output_filter/languages/NO.php similarity index 100% rename from wb/modules/output_filter/languages/NO.php rename to wbce/modules/output_filter/languages/NO.php diff --git a/wb/modules/output_filter/languages/RU.php b/wbce/modules/output_filter/languages/RU.php similarity index 100% rename from wb/modules/output_filter/languages/RU.php rename to wbce/modules/output_filter/languages/RU.php diff --git a/wb/modules/output_filter/languages/index.php b/wbce/modules/output_filter/languages/index.php similarity index 100% rename from wb/modules/output_filter/languages/index.php rename to wbce/modules/output_filter/languages/index.php diff --git a/wb/modules/output_filter/tool.php b/wbce/modules/output_filter/tool.php similarity index 100% rename from wb/modules/output_filter/tool.php rename to wbce/modules/output_filter/tool.php diff --git a/wb/modules/output_filter/uninstall.php b/wbce/modules/output_filter/uninstall.php similarity index 100% rename from wb/modules/output_filter/uninstall.php rename to wbce/modules/output_filter/uninstall.php diff --git a/wb/modules/output_filter/upgrade.php b/wbce/modules/output_filter/upgrade.php similarity index 100% rename from wb/modules/output_filter/upgrade.php rename to wbce/modules/output_filter/upgrade.php diff --git a/wb/modules/pagecloner/README.md b/wbce/modules/pagecloner/README.md similarity index 100% rename from wb/modules/pagecloner/README.md rename to wbce/modules/pagecloner/README.md diff --git a/wb/modules/pagecloner/index.php b/wbce/modules/pagecloner/index.php similarity index 100% rename from wb/modules/pagecloner/index.php rename to wbce/modules/pagecloner/index.php diff --git a/wb/modules/pagecloner/info.php b/wbce/modules/pagecloner/info.php similarity index 100% rename from wb/modules/pagecloner/info.php rename to wbce/modules/pagecloner/info.php diff --git a/wb/modules/pagecloner/languages/DE.php b/wbce/modules/pagecloner/languages/DE.php similarity index 100% rename from wb/modules/pagecloner/languages/DE.php rename to wbce/modules/pagecloner/languages/DE.php diff --git a/wb/modules/pagecloner/languages/EN.php b/wbce/modules/pagecloner/languages/EN.php similarity index 100% rename from wb/modules/pagecloner/languages/EN.php rename to wbce/modules/pagecloner/languages/EN.php diff --git a/wb/modules/pagecloner/languages/index.php b/wbce/modules/pagecloner/languages/index.php similarity index 100% rename from wb/modules/pagecloner/languages/index.php rename to wbce/modules/pagecloner/languages/index.php diff --git a/wb/modules/pagecloner/template.html b/wbce/modules/pagecloner/template.html similarity index 100% rename from wb/modules/pagecloner/template.html rename to wbce/modules/pagecloner/template.html diff --git a/wb/modules/pagecloner/tool.php b/wbce/modules/pagecloner/tool.php similarity index 100% rename from wb/modules/pagecloner/tool.php rename to wbce/modules/pagecloner/tool.php diff --git a/wb/modules/pagecloner/tool_clone.php b/wbce/modules/pagecloner/tool_clone.php similarity index 100% rename from wb/modules/pagecloner/tool_clone.php rename to wbce/modules/pagecloner/tool_clone.php diff --git a/wb/modules/pagecloner/tool_doclone.php b/wbce/modules/pagecloner/tool_doclone.php similarity index 100% rename from wb/modules/pagecloner/tool_doclone.php rename to wbce/modules/pagecloner/tool_doclone.php diff --git a/wb/modules/show_menu2/LICENCE.txt b/wbce/modules/show_menu2/LICENCE.txt similarity index 100% rename from wb/modules/show_menu2/LICENCE.txt rename to wbce/modules/show_menu2/LICENCE.txt diff --git a/wb/modules/show_menu2/README.de.txt b/wbce/modules/show_menu2/README.de.txt similarity index 100% rename from wb/modules/show_menu2/README.de.txt rename to wbce/modules/show_menu2/README.de.txt diff --git a/wb/modules/show_menu2/README.en.txt b/wbce/modules/show_menu2/README.en.txt similarity index 100% rename from wb/modules/show_menu2/README.en.txt rename to wbce/modules/show_menu2/README.en.txt diff --git a/wb/modules/show_menu2/include.php b/wbce/modules/show_menu2/include.php similarity index 100% rename from wb/modules/show_menu2/include.php rename to wbce/modules/show_menu2/include.php diff --git a/wb/modules/show_menu2/index.php b/wbce/modules/show_menu2/index.php similarity index 100% rename from wb/modules/show_menu2/index.php rename to wbce/modules/show_menu2/index.php diff --git a/wb/modules/show_menu2/info.php b/wbce/modules/show_menu2/info.php similarity index 100% rename from wb/modules/show_menu2/info.php rename to wbce/modules/show_menu2/info.php diff --git a/wb/modules/show_menu2/install.php b/wbce/modules/show_menu2/install.php similarity index 100% rename from wb/modules/show_menu2/install.php rename to wbce/modules/show_menu2/install.php diff --git a/wb/modules/show_menu2/languages/DA.php b/wbce/modules/show_menu2/languages/DA.php similarity index 100% rename from wb/modules/show_menu2/languages/DA.php rename to wbce/modules/show_menu2/languages/DA.php diff --git a/wb/modules/show_menu2/languages/DE.php b/wbce/modules/show_menu2/languages/DE.php similarity index 100% rename from wb/modules/show_menu2/languages/DE.php rename to wbce/modules/show_menu2/languages/DE.php diff --git a/wb/modules/show_menu2/languages/FR.php b/wbce/modules/show_menu2/languages/FR.php similarity index 100% rename from wb/modules/show_menu2/languages/FR.php rename to wbce/modules/show_menu2/languages/FR.php diff --git a/wb/modules/show_menu2/languages/NL.php b/wbce/modules/show_menu2/languages/NL.php similarity index 100% rename from wb/modules/show_menu2/languages/NL.php rename to wbce/modules/show_menu2/languages/NL.php diff --git a/wb/modules/show_menu2/languages/NO.php b/wbce/modules/show_menu2/languages/NO.php similarity index 100% rename from wb/modules/show_menu2/languages/NO.php rename to wbce/modules/show_menu2/languages/NO.php diff --git a/wb/modules/show_menu2/languages/index.php b/wbce/modules/show_menu2/languages/index.php similarity index 100% rename from wb/modules/show_menu2/languages/index.php rename to wbce/modules/show_menu2/languages/index.php diff --git a/wb/modules/show_menu2/legacy.php b/wbce/modules/show_menu2/legacy.php similarity index 100% rename from wb/modules/show_menu2/legacy.php rename to wbce/modules/show_menu2/legacy.php diff --git a/wb/modules/show_menu2/uninstall.php b/wbce/modules/show_menu2/uninstall.php similarity index 100% rename from wb/modules/show_menu2/uninstall.php rename to wbce/modules/show_menu2/uninstall.php diff --git a/wb/modules/show_menu2/upgrade.php b/wbce/modules/show_menu2/upgrade.php similarity index 100% rename from wb/modules/show_menu2/upgrade.php rename to wbce/modules/show_menu2/upgrade.php diff --git a/wb/modules/simplepagehead/README.txt b/wbce/modules/simplepagehead/README.txt similarity index 100% rename from wb/modules/simplepagehead/README.txt rename to wbce/modules/simplepagehead/README.txt diff --git a/wb/modules/simplepagehead/include.php b/wbce/modules/simplepagehead/include.php similarity index 100% rename from wb/modules/simplepagehead/include.php rename to wbce/modules/simplepagehead/include.php diff --git a/wb/modules/simplepagehead/index.php b/wbce/modules/simplepagehead/index.php similarity index 100% rename from wb/modules/simplepagehead/index.php rename to wbce/modules/simplepagehead/index.php diff --git a/wb/modules/simplepagehead/info.php b/wbce/modules/simplepagehead/info.php similarity index 100% rename from wb/modules/simplepagehead/info.php rename to wbce/modules/simplepagehead/info.php diff --git a/wb/modules/sitemap/add.php b/wbce/modules/sitemap/add.php similarity index 100% rename from wb/modules/sitemap/add.php rename to wbce/modules/sitemap/add.php diff --git a/wb/modules/sitemap/delete.php b/wbce/modules/sitemap/delete.php similarity index 100% rename from wb/modules/sitemap/delete.php rename to wbce/modules/sitemap/delete.php diff --git a/wb/modules/sitemap/help.php b/wbce/modules/sitemap/help.php similarity index 100% rename from wb/modules/sitemap/help.php rename to wbce/modules/sitemap/help.php diff --git a/wb/modules/sitemap/index.php b/wbce/modules/sitemap/index.php similarity index 100% rename from wb/modules/sitemap/index.php rename to wbce/modules/sitemap/index.php diff --git a/wb/modules/sitemap/info.php b/wbce/modules/sitemap/info.php similarity index 100% rename from wb/modules/sitemap/info.php rename to wbce/modules/sitemap/info.php diff --git a/wb/modules/sitemap/install.php b/wbce/modules/sitemap/install.php similarity index 100% rename from wb/modules/sitemap/install.php rename to wbce/modules/sitemap/install.php diff --git a/wb/modules/sitemap/languages/DE.php b/wbce/modules/sitemap/languages/DE.php similarity index 100% rename from wb/modules/sitemap/languages/DE.php rename to wbce/modules/sitemap/languages/DE.php diff --git a/wb/modules/sitemap/languages/EN.php b/wbce/modules/sitemap/languages/EN.php similarity index 100% rename from wb/modules/sitemap/languages/EN.php rename to wbce/modules/sitemap/languages/EN.php diff --git a/wb/modules/sitemap/languages/NL.php b/wbce/modules/sitemap/languages/NL.php similarity index 100% rename from wb/modules/sitemap/languages/NL.php rename to wbce/modules/sitemap/languages/NL.php diff --git a/wb/modules/sitemap/modify.php b/wbce/modules/sitemap/modify.php similarity index 100% rename from wb/modules/sitemap/modify.php rename to wbce/modules/sitemap/modify.php diff --git a/wb/modules/sitemap/save.php b/wbce/modules/sitemap/save.php similarity index 100% rename from wb/modules/sitemap/save.php rename to wbce/modules/sitemap/save.php diff --git a/wb/modules/sitemap/uninstall.php b/wbce/modules/sitemap/uninstall.php similarity index 100% rename from wb/modules/sitemap/uninstall.php rename to wbce/modules/sitemap/uninstall.php diff --git a/wb/modules/sitemap/upgrade.php b/wbce/modules/sitemap/upgrade.php similarity index 100% rename from wb/modules/sitemap/upgrade.php rename to wbce/modules/sitemap/upgrade.php diff --git a/wb/modules/sitemap/view.php b/wbce/modules/sitemap/view.php similarity index 100% rename from wb/modules/sitemap/view.php rename to wbce/modules/sitemap/view.php diff --git a/wb/modules/topics/LICENSE.txt b/wbce/modules/topics/LICENSE.txt similarity index 100% rename from wb/modules/topics/LICENSE.txt rename to wbce/modules/topics/LICENSE.txt diff --git a/wb/modules/topics/README.md b/wbce/modules/topics/README.md similarity index 100% rename from wb/modules/topics/README.md rename to wbce/modules/topics/README.md diff --git a/wb/modules/topics/add.php b/wbce/modules/topics/add.php similarity index 100% rename from wb/modules/topics/add.php rename to wbce/modules/topics/add.php diff --git a/wb/modules/topics/add_topic.php b/wbce/modules/topics/add_topic.php similarity index 100% rename from wb/modules/topics/add_topic.php rename to wbce/modules/topics/add_topic.php diff --git a/wb/modules/topics/backend.css b/wbce/modules/topics/backend.css similarity index 100% rename from wb/modules/topics/backend.css rename to wbce/modules/topics/backend.css diff --git a/wb/modules/topics/backend.js b/wbce/modules/topics/backend.js similarity index 100% rename from wb/modules/topics/backend.js rename to wbce/modules/topics/backend.js diff --git a/wb/modules/topics/comment_frame.css b/wbce/modules/topics/comment_frame.css similarity index 100% rename from wb/modules/topics/comment_frame.css rename to wbce/modules/topics/comment_frame.css diff --git a/wb/modules/topics/comments_ajax/comment.inc.php b/wbce/modules/topics/comments_ajax/comment.inc.php similarity index 100% rename from wb/modules/topics/comments_ajax/comment.inc.php rename to wbce/modules/topics/comments_ajax/comment.inc.php diff --git a/wb/modules/topics/comments_ajax/commentdone.php b/wbce/modules/topics/comments_ajax/commentdone.php similarity index 100% rename from wb/modules/topics/comments_ajax/commentdone.php rename to wbce/modules/topics/comments_ajax/commentdone.php diff --git a/wb/modules/topics/comments_ajax/comments.js b/wbce/modules/topics/comments_ajax/comments.js similarity index 100% rename from wb/modules/topics/comments_ajax/comments.js rename to wbce/modules/topics/comments_ajax/comments.js diff --git a/wb/modules/topics/comments_ajax/submit.php b/wbce/modules/topics/comments_ajax/submit.php similarity index 100% rename from wb/modules/topics/comments_ajax/submit.php rename to wbce/modules/topics/comments_ajax/submit.php diff --git a/wb/modules/topics/comments_iframe/comment.php b/wbce/modules/topics/comments_iframe/comment.php similarity index 100% rename from wb/modules/topics/comments_iframe/comment.php rename to wbce/modules/topics/comments_iframe/comment.php diff --git a/wb/modules/topics/comments_iframe/comment_frame.css b/wbce/modules/topics/comments_iframe/comment_frame.css similarity index 100% rename from wb/modules/topics/comments_iframe/comment_frame.css rename to wbce/modules/topics/comments_iframe/comment_frame.css diff --git a/wb/modules/topics/comments_iframe/comment_page.php b/wbce/modules/topics/comments_iframe/comment_page.php similarity index 100% rename from wb/modules/topics/comments_iframe/comment_page.php rename to wbce/modules/topics/comments_iframe/comment_page.php diff --git a/wb/modules/topics/comments_iframe/commentdone.php b/wbce/modules/topics/comments_iframe/commentdone.php similarity index 100% rename from wb/modules/topics/comments_iframe/commentdone.php rename to wbce/modules/topics/comments_iframe/commentdone.php diff --git a/wb/modules/topics/comments_iframe/commentframe.php b/wbce/modules/topics/comments_iframe/commentframe.php similarity index 100% rename from wb/modules/topics/comments_iframe/commentframe.php rename to wbce/modules/topics/comments_iframe/commentframe.php diff --git a/wb/modules/topics/comments_iframe/comments.js b/wbce/modules/topics/comments_iframe/comments.js similarity index 100% rename from wb/modules/topics/comments_iframe/comments.js rename to wbce/modules/topics/comments_iframe/comments.js diff --git a/wb/modules/topics/comments_iframe/nopage.php b/wbce/modules/topics/comments_iframe/nopage.php similarity index 100% rename from wb/modules/topics/comments_iframe/nopage.php rename to wbce/modules/topics/comments_iframe/nopage.php diff --git a/wb/modules/topics/comments_iframe/submit_comment.php b/wbce/modules/topics/comments_iframe/submit_comment.php similarity index 100% rename from wb/modules/topics/comments_iframe/submit_comment.php rename to wbce/modules/topics/comments_iframe/submit_comment.php diff --git a/wb/modules/topics/defaults/add_settings.default.php b/wbce/modules/topics/defaults/add_settings.default.php similarity index 100% rename from wb/modules/topics/defaults/add_settings.default.php rename to wbce/modules/topics/defaults/add_settings.default.php diff --git a/wb/modules/topics/defaults/first-topics.php b/wbce/modules/topics/defaults/first-topics.php similarity index 100% rename from wb/modules/topics/defaults/first-topics.php rename to wbce/modules/topics/defaults/first-topics.php diff --git a/wb/modules/topics/defaults/frontend.default.css b/wbce/modules/topics/defaults/frontend.default.css similarity index 100% rename from wb/modules/topics/defaults/frontend.default.css rename to wbce/modules/topics/defaults/frontend.default.css diff --git a/wb/modules/topics/defaults/frontend.default.js b/wbce/modules/topics/defaults/frontend.default.js similarity index 100% rename from wb/modules/topics/defaults/frontend.default.js rename to wbce/modules/topics/defaults/frontend.default.js diff --git a/wb/modules/topics/defaults/module_settings.default.php b/wbce/modules/topics/defaults/module_settings.default.php similarity index 100% rename from wb/modules/topics/defaults/module_settings.default.php rename to wbce/modules/topics/defaults/module_settings.default.php diff --git a/wb/modules/topics/defaults/rss.php b/wbce/modules/topics/defaults/rss.php similarity index 100% rename from wb/modules/topics/defaults/rss.php rename to wbce/modules/topics/defaults/rss.php diff --git a/wb/modules/topics/delete.php b/wbce/modules/topics/delete.php similarity index 100% rename from wb/modules/topics/delete.php rename to wbce/modules/topics/delete.php diff --git a/wb/modules/topics/delete_comment.php b/wbce/modules/topics/delete_comment.php similarity index 100% rename from wb/modules/topics/delete_comment.php rename to wbce/modules/topics/delete_comment.php diff --git a/wb/modules/topics/delete_topic.php b/wbce/modules/topics/delete_topic.php similarity index 100% rename from wb/modules/topics/delete_topic.php rename to wbce/modules/topics/delete_topic.php diff --git a/wb/modules/topics/droplets/droplet_topics_rss_statistic.zip b/wbce/modules/topics/droplets/droplet_topics_rss_statistic.zip similarity index 100% rename from wb/modules/topics/droplets/droplet_topics_rss_statistic.zip rename to wbce/modules/topics/droplets/droplet_topics_rss_statistic.zip diff --git a/wb/modules/topics/droplets/topics_rss_statistic.php b/wbce/modules/topics/droplets/topics_rss_statistic.php similarity index 100% rename from wb/modules/topics/droplets/topics_rss_statistic.php rename to wbce/modules/topics/droplets/topics_rss_statistic.php diff --git a/wb/modules/topics/frontend.css b/wbce/modules/topics/frontend.css similarity index 100% rename from wb/modules/topics/frontend.css rename to wbce/modules/topics/frontend.css diff --git a/wb/modules/topics/frontend.js b/wbce/modules/topics/frontend.js similarity index 100% rename from wb/modules/topics/frontend.js rename to wbce/modules/topics/frontend.js diff --git a/wb/modules/topics/functions.php b/wbce/modules/topics/functions.php similarity index 100% rename from wb/modules/topics/functions.php rename to wbce/modules/topics/functions.php diff --git a/wb/modules/topics/functions_small.php b/wbce/modules/topics/functions_small.php similarity index 100% rename from wb/modules/topics/functions_small.php rename to wbce/modules/topics/functions_small.php diff --git a/wb/modules/topics/getsettings.php b/wbce/modules/topics/getsettings.php similarity index 100% rename from wb/modules/topics/getsettings.php rename to wbce/modules/topics/getsettings.php diff --git a/wb/modules/topics/help.php b/wbce/modules/topics/help.php similarity index 100% rename from wb/modules/topics/help.php rename to wbce/modules/topics/help.php diff --git a/wb/modules/topics/img/1.jpg b/wbce/modules/topics/img/1.jpg similarity index 100% rename from wb/modules/topics/img/1.jpg rename to wbce/modules/topics/img/1.jpg diff --git a/wb/modules/topics/img/2.jpg b/wbce/modules/topics/img/2.jpg similarity index 100% rename from wb/modules/topics/img/2.jpg rename to wbce/modules/topics/img/2.jpg diff --git a/wb/modules/topics/img/3.jpg b/wbce/modules/topics/img/3.jpg similarity index 100% rename from wb/modules/topics/img/3.jpg rename to wbce/modules/topics/img/3.jpg diff --git a/wb/modules/topics/img/T.gif b/wbce/modules/topics/img/T.gif similarity index 100% rename from wb/modules/topics/img/T.gif rename to wbce/modules/topics/img/T.gif diff --git a/wb/modules/topics/img/T.jpg b/wbce/modules/topics/img/T.jpg similarity index 100% rename from wb/modules/topics/img/T.jpg rename to wbce/modules/topics/img/T.jpg diff --git a/wb/modules/topics/img/T.png b/wbce/modules/topics/img/T.png similarity index 100% rename from wb/modules/topics/img/T.png rename to wbce/modules/topics/img/T.png diff --git a/wb/modules/topics/img/active0.gif b/wbce/modules/topics/img/active0.gif similarity index 100% rename from wb/modules/topics/img/active0.gif rename to wbce/modules/topics/img/active0.gif diff --git a/wb/modules/topics/img/active1.gif b/wbce/modules/topics/img/active1.gif similarity index 100% rename from wb/modules/topics/img/active1.gif rename to wbce/modules/topics/img/active1.gif diff --git a/wb/modules/topics/img/active2.gif b/wbce/modules/topics/img/active2.gif similarity index 100% rename from wb/modules/topics/img/active2.gif rename to wbce/modules/topics/img/active2.gif diff --git a/wb/modules/topics/img/active3.gif b/wbce/modules/topics/img/active3.gif similarity index 100% rename from wb/modules/topics/img/active3.gif rename to wbce/modules/topics/img/active3.gif diff --git a/wb/modules/topics/img/active4.gif b/wbce/modules/topics/img/active4.gif similarity index 100% rename from wb/modules/topics/img/active4.gif rename to wbce/modules/topics/img/active4.gif diff --git a/wb/modules/topics/img/active5.gif b/wbce/modules/topics/img/active5.gif similarity index 100% rename from wb/modules/topics/img/active5.gif rename to wbce/modules/topics/img/active5.gif diff --git a/wb/modules/topics/img/active6.gif b/wbce/modules/topics/img/active6.gif similarity index 100% rename from wb/modules/topics/img/active6.gif rename to wbce/modules/topics/img/active6.gif diff --git a/wb/modules/topics/img/apply.png b/wbce/modules/topics/img/apply.png similarity index 100% rename from wb/modules/topics/img/apply.png rename to wbce/modules/topics/img/apply.png diff --git a/wb/modules/topics/img/calendar.png b/wbce/modules/topics/img/calendar.png similarity index 100% rename from wb/modules/topics/img/calendar.png rename to wbce/modules/topics/img/calendar.png diff --git a/wb/modules/topics/img/closebox.png b/wbce/modules/topics/img/closebox.png similarity index 100% rename from wb/modules/topics/img/closebox.png rename to wbce/modules/topics/img/closebox.png diff --git a/wb/modules/topics/img/comactive0.gif b/wbce/modules/topics/img/comactive0.gif similarity index 100% rename from wb/modules/topics/img/comactive0.gif rename to wbce/modules/topics/img/comactive0.gif diff --git a/wb/modules/topics/img/comactive1.gif b/wbce/modules/topics/img/comactive1.gif similarity index 100% rename from wb/modules/topics/img/comactive1.gif rename to wbce/modules/topics/img/comactive1.gif diff --git a/wb/modules/topics/img/comlink0.gif b/wbce/modules/topics/img/comlink0.gif similarity index 100% rename from wb/modules/topics/img/comlink0.gif rename to wbce/modules/topics/img/comlink0.gif diff --git a/wb/modules/topics/img/comlink1.gif b/wbce/modules/topics/img/comlink1.gif similarity index 100% rename from wb/modules/topics/img/comlink1.gif rename to wbce/modules/topics/img/comlink1.gif diff --git a/wb/modules/topics/img/comlink2.gif b/wbce/modules/topics/img/comlink2.gif similarity index 100% rename from wb/modules/topics/img/comlink2.gif rename to wbce/modules/topics/img/comlink2.gif diff --git a/wb/modules/topics/img/comlink3.gif b/wbce/modules/topics/img/comlink3.gif similarity index 100% rename from wb/modules/topics/img/comlink3.gif rename to wbce/modules/topics/img/comlink3.gif diff --git a/wb/modules/topics/img/comlinknone.gif b/wbce/modules/topics/img/comlinknone.gif similarity index 100% rename from wb/modules/topics/img/comlinknone.gif rename to wbce/modules/topics/img/comlinknone.gif diff --git a/wb/modules/topics/img/comments.psd b/wbce/modules/topics/img/comments.psd similarity index 100% rename from wb/modules/topics/img/comments.psd rename to wbce/modules/topics/img/comments.psd diff --git a/wb/modules/topics/img/comments0.gif b/wbce/modules/topics/img/comments0.gif similarity index 100% rename from wb/modules/topics/img/comments0.gif rename to wbce/modules/topics/img/comments0.gif diff --git a/wb/modules/topics/img/comments1.gif b/wbce/modules/topics/img/comments1.gif similarity index 100% rename from wb/modules/topics/img/comments1.gif rename to wbce/modules/topics/img/comments1.gif diff --git a/wb/modules/topics/img/comments2.gif b/wbce/modules/topics/img/comments2.gif similarity index 100% rename from wb/modules/topics/img/comments2.gif rename to wbce/modules/topics/img/comments2.gif diff --git a/wb/modules/topics/img/comments3.gif b/wbce/modules/topics/img/comments3.gif similarity index 100% rename from wb/modules/topics/img/comments3.gif rename to wbce/modules/topics/img/comments3.gif diff --git a/wb/modules/topics/img/comments4.gif b/wbce/modules/topics/img/comments4.gif similarity index 100% rename from wb/modules/topics/img/comments4.gif rename to wbce/modules/topics/img/comments4.gif diff --git a/wb/modules/topics/img/crop.gif b/wbce/modules/topics/img/crop.gif similarity index 100% rename from wb/modules/topics/img/crop.gif rename to wbce/modules/topics/img/crop.gif diff --git a/wb/modules/topics/img/delete.png b/wbce/modules/topics/img/delete.png similarity index 100% rename from wb/modules/topics/img/delete.png rename to wbce/modules/topics/img/delete.png diff --git a/wb/modules/topics/img/icons/authors.png b/wbce/modules/topics/img/icons/authors.png similarity index 100% rename from wb/modules/topics/img/icons/authors.png rename to wbce/modules/topics/img/icons/authors.png diff --git a/wb/modules/topics/img/icons/delete.png b/wbce/modules/topics/img/icons/delete.png similarity index 100% rename from wb/modules/topics/img/icons/delete.png rename to wbce/modules/topics/img/icons/delete.png diff --git a/wb/modules/topics/img/icons/duplicate.png b/wbce/modules/topics/img/icons/duplicate.png similarity index 100% rename from wb/modules/topics/img/icons/duplicate.png rename to wbce/modules/topics/img/icons/duplicate.png diff --git a/wb/modules/topics/img/icons/help.png b/wbce/modules/topics/img/icons/help.png similarity index 100% rename from wb/modules/topics/img/icons/help.png rename to wbce/modules/topics/img/icons/help.png diff --git a/wb/modules/topics/img/icons/new.png b/wbce/modules/topics/img/icons/new.png similarity index 100% rename from wb/modules/topics/img/icons/new.png rename to wbce/modules/topics/img/icons/new.png diff --git a/wb/modules/topics/img/icons/quick-back.png b/wbce/modules/topics/img/icons/quick-back.png similarity index 100% rename from wb/modules/topics/img/icons/quick-back.png rename to wbce/modules/topics/img/icons/quick-back.png diff --git a/wb/modules/topics/img/icons/quick-down.png b/wbce/modules/topics/img/icons/quick-down.png similarity index 100% rename from wb/modules/topics/img/icons/quick-down.png rename to wbce/modules/topics/img/icons/quick-down.png diff --git a/wb/modules/topics/img/icons/quick-save-back.png b/wbce/modules/topics/img/icons/quick-save-back.png similarity index 100% rename from wb/modules/topics/img/icons/quick-save-back.png rename to wbce/modules/topics/img/icons/quick-save-back.png diff --git a/wb/modules/topics/img/icons/quick-save.png b/wbce/modules/topics/img/icons/quick-save.png similarity index 100% rename from wb/modules/topics/img/icons/quick-save.png rename to wbce/modules/topics/img/icons/quick-save.png diff --git a/wb/modules/topics/img/icons/save.png b/wbce/modules/topics/img/icons/save.png similarity index 100% rename from wb/modules/topics/img/icons/save.png rename to wbce/modules/topics/img/icons/save.png diff --git a/wb/modules/topics/img/icons/see-also.png b/wbce/modules/topics/img/icons/see-also.png similarity index 100% rename from wb/modules/topics/img/icons/see-also.png rename to wbce/modules/topics/img/icons/see-also.png diff --git a/wb/modules/topics/img/icons/settings.png b/wbce/modules/topics/img/icons/settings.png similarity index 100% rename from wb/modules/topics/img/icons/settings.png rename to wbce/modules/topics/img/icons/settings.png diff --git a/wb/modules/topics/img/link_to.gif b/wbce/modules/topics/img/link_to.gif similarity index 100% rename from wb/modules/topics/img/link_to.gif rename to wbce/modules/topics/img/link_to.gif diff --git a/wb/modules/topics/img/linking_in.gif b/wbce/modules/topics/img/linking_in.gif similarity index 100% rename from wb/modules/topics/img/linking_in.gif rename to wbce/modules/topics/img/linking_in.gif diff --git a/wb/modules/topics/img/loader.gif b/wbce/modules/topics/img/loader.gif similarity index 100% rename from wb/modules/topics/img/loader.gif rename to wbce/modules/topics/img/loader.gif diff --git a/wb/modules/topics/img/modifytopic.gif b/wbce/modules/topics/img/modifytopic.gif similarity index 100% rename from wb/modules/topics/img/modifytopic.gif rename to wbce/modules/topics/img/modifytopic.gif diff --git a/wb/modules/topics/img/none.gif b/wbce/modules/topics/img/none.gif similarity index 100% rename from wb/modules/topics/img/none.gif rename to wbce/modules/topics/img/none.gif diff --git a/wb/modules/topics/img/nopic.jpg b/wbce/modules/topics/img/nopic.jpg similarity index 100% rename from wb/modules/topics/img/nopic.jpg rename to wbce/modules/topics/img/nopic.jpg diff --git a/wb/modules/topics/img/picadditional.gif b/wbce/modules/topics/img/picadditional.gif similarity index 100% rename from wb/modules/topics/img/picadditional.gif rename to wbce/modules/topics/img/picadditional.gif diff --git a/wb/modules/topics/img/picmodify.gif b/wbce/modules/topics/img/picmodify.gif similarity index 100% rename from wb/modules/topics/img/picmodify.gif rename to wbce/modules/topics/img/picmodify.gif diff --git a/wb/modules/topics/img/picselect.gif b/wbce/modules/topics/img/picselect.gif similarity index 100% rename from wb/modules/topics/img/picselect.gif rename to wbce/modules/topics/img/picselect.gif diff --git a/wb/modules/topics/img/picupload.gif b/wbce/modules/topics/img/picupload.gif similarity index 100% rename from wb/modules/topics/img/picupload.gif rename to wbce/modules/topics/img/picupload.gif diff --git a/wb/modules/topics/img/reverse.gif b/wbce/modules/topics/img/reverse.gif similarity index 100% rename from wb/modules/topics/img/reverse.gif rename to wbce/modules/topics/img/reverse.gif diff --git a/wb/modules/topics/img/shadow/closebox.png b/wbce/modules/topics/img/shadow/closebox.png similarity index 100% rename from wb/modules/topics/img/shadow/closebox.png rename to wbce/modules/topics/img/shadow/closebox.png diff --git a/wb/modules/topics/img/shadow/fancy_title_left.png b/wbce/modules/topics/img/shadow/fancy_title_left.png similarity index 100% rename from wb/modules/topics/img/shadow/fancy_title_left.png rename to wbce/modules/topics/img/shadow/fancy_title_left.png diff --git a/wb/modules/topics/img/shadow/left.gif b/wbce/modules/topics/img/shadow/left.gif similarity index 100% rename from wb/modules/topics/img/shadow/left.gif rename to wbce/modules/topics/img/shadow/left.gif diff --git a/wb/modules/topics/img/shadow/progress.png b/wbce/modules/topics/img/shadow/progress.png similarity index 100% rename from wb/modules/topics/img/shadow/progress.png rename to wbce/modules/topics/img/shadow/progress.png diff --git a/wb/modules/topics/img/shadow/right.gif b/wbce/modules/topics/img/shadow/right.gif similarity index 100% rename from wb/modules/topics/img/shadow/right.gif rename to wbce/modules/topics/img/shadow/right.gif diff --git a/wb/modules/topics/img/shadow/shadow_e.png b/wbce/modules/topics/img/shadow/shadow_e.png similarity index 100% rename from wb/modules/topics/img/shadow/shadow_e.png rename to wbce/modules/topics/img/shadow/shadow_e.png diff --git a/wb/modules/topics/img/shadow/shadow_n.png b/wbce/modules/topics/img/shadow/shadow_n.png similarity index 100% rename from wb/modules/topics/img/shadow/shadow_n.png rename to wbce/modules/topics/img/shadow/shadow_n.png diff --git a/wb/modules/topics/img/shadow/shadow_ne.png b/wbce/modules/topics/img/shadow/shadow_ne.png similarity index 100% rename from wb/modules/topics/img/shadow/shadow_ne.png rename to wbce/modules/topics/img/shadow/shadow_ne.png diff --git a/wb/modules/topics/img/shadow/shadow_nw.png b/wbce/modules/topics/img/shadow/shadow_nw.png similarity index 100% rename from wb/modules/topics/img/shadow/shadow_nw.png rename to wbce/modules/topics/img/shadow/shadow_nw.png diff --git a/wb/modules/topics/img/shadow/shadow_s.png b/wbce/modules/topics/img/shadow/shadow_s.png similarity index 100% rename from wb/modules/topics/img/shadow/shadow_s.png rename to wbce/modules/topics/img/shadow/shadow_s.png diff --git a/wb/modules/topics/img/shadow/shadow_se.png b/wbce/modules/topics/img/shadow/shadow_se.png similarity index 100% rename from wb/modules/topics/img/shadow/shadow_se.png rename to wbce/modules/topics/img/shadow/shadow_se.png diff --git a/wb/modules/topics/img/shadow/shadow_sw.png b/wbce/modules/topics/img/shadow/shadow_sw.png similarity index 100% rename from wb/modules/topics/img/shadow/shadow_sw.png rename to wbce/modules/topics/img/shadow/shadow_sw.png diff --git a/wb/modules/topics/img/shadow/shadow_w.png b/wbce/modules/topics/img/shadow/shadow_w.png similarity index 100% rename from wb/modules/topics/img/shadow/shadow_w.png rename to wbce/modules/topics/img/shadow/shadow_w.png diff --git a/wb/modules/topics/img/shadow/title_main.png b/wbce/modules/topics/img/shadow/title_main.png similarity index 100% rename from wb/modules/topics/img/shadow/title_main.png rename to wbce/modules/topics/img/shadow/title_main.png diff --git a/wb/modules/topics/img/shadow/title_right.png b/wbce/modules/topics/img/shadow/title_right.png similarity index 100% rename from wb/modules/topics/img/shadow/title_right.png rename to wbce/modules/topics/img/shadow/title_right.png diff --git a/wb/modules/topics/img/thumb1.jpg b/wbce/modules/topics/img/thumb1.jpg similarity index 100% rename from wb/modules/topics/img/thumb1.jpg rename to wbce/modules/topics/img/thumb1.jpg diff --git a/wb/modules/topics/img/thumb2.jpg b/wbce/modules/topics/img/thumb2.jpg similarity index 100% rename from wb/modules/topics/img/thumb2.jpg rename to wbce/modules/topics/img/thumb2.jpg diff --git a/wb/modules/topics/img/thumb3.jpg b/wbce/modules/topics/img/thumb3.jpg similarity index 100% rename from wb/modules/topics/img/thumb3.jpg rename to wbce/modules/topics/img/thumb3.jpg diff --git a/wb/modules/topics/img/totopiclist.gif b/wbce/modules/topics/img/totopiclist.gif similarity index 100% rename from wb/modules/topics/img/totopiclist.gif rename to wbce/modules/topics/img/totopiclist.gif diff --git a/wb/modules/topics/img/upload.png b/wbce/modules/topics/img/upload.png similarity index 100% rename from wb/modules/topics/img/upload.png rename to wbce/modules/topics/img/upload.png diff --git a/wb/modules/topics/img/vote.png b/wbce/modules/topics/img/vote.png similarity index 100% rename from wb/modules/topics/img/vote.png rename to wbce/modules/topics/img/vote.png diff --git a/wb/modules/topics/img/zoom1.jpg b/wbce/modules/topics/img/zoom1.jpg similarity index 100% rename from wb/modules/topics/img/zoom1.jpg rename to wbce/modules/topics/img/zoom1.jpg diff --git a/wb/modules/topics/img/zoom2.jpg b/wbce/modules/topics/img/zoom2.jpg similarity index 100% rename from wb/modules/topics/img/zoom2.jpg rename to wbce/modules/topics/img/zoom2.jpg diff --git a/wb/modules/topics/img/zoom3.jpg b/wbce/modules/topics/img/zoom3.jpg similarity index 100% rename from wb/modules/topics/img/zoom3.jpg rename to wbce/modules/topics/img/zoom3.jpg diff --git a/wb/modules/topics/inc/additional_pictures.php b/wbce/modules/topics/inc/additional_pictures.php similarity index 100% rename from wb/modules/topics/inc/additional_pictures.php rename to wbce/modules/topics/inc/additional_pictures.php diff --git a/wb/modules/topics/inc/copy_news.inc.php b/wbce/modules/topics/inc/copy_news.inc.php similarity index 100% rename from wb/modules/topics/inc/copy_news.inc.php rename to wbce/modules/topics/inc/copy_news.inc.php diff --git a/wb/modules/topics/inc/find_pnsa_links.inc.php b/wbce/modules/topics/inc/find_pnsa_links.inc.php similarity index 100% rename from wb/modules/topics/inc/find_pnsa_links.inc.php rename to wbce/modules/topics/inc/find_pnsa_links.inc.php diff --git a/wb/modules/topics/inc/fredithead.php b/wbce/modules/topics/inc/fredithead.php similarity index 100% rename from wb/modules/topics/inc/fredithead.php rename to wbce/modules/topics/inc/fredithead.php diff --git a/wb/modules/topics/inc/link_list.inc.php b/wbce/modules/topics/inc/link_list.inc.php similarity index 100% rename from wb/modules/topics/inc/link_list.inc.php rename to wbce/modules/topics/inc/link_list.inc.php diff --git a/wb/modules/topics/inc/spamfilter.inc.php b/wbce/modules/topics/inc/spamfilter.inc.php similarity index 100% rename from wb/modules/topics/inc/spamfilter.inc.php rename to wbce/modules/topics/inc/spamfilter.inc.php diff --git a/wb/modules/topics/inc/upgrade.inc.php b/wbce/modules/topics/inc/upgrade.inc.php similarity index 100% rename from wb/modules/topics/inc/upgrade.inc.php rename to wbce/modules/topics/inc/upgrade.inc.php diff --git a/wb/modules/topics/index.php b/wbce/modules/topics/index.php similarity index 100% rename from wb/modules/topics/index.php rename to wbce/modules/topics/index.php diff --git a/wb/modules/topics/info.php b/wbce/modules/topics/info.php similarity index 100% rename from wb/modules/topics/info.php rename to wbce/modules/topics/info.php diff --git a/wb/modules/topics/install.php b/wbce/modules/topics/install.php similarity index 100% rename from wb/modules/topics/install.php rename to wbce/modules/topics/install.php diff --git a/wb/modules/topics/languages/DE.php b/wbce/modules/topics/languages/DE.php similarity index 100% rename from wb/modules/topics/languages/DE.php rename to wbce/modules/topics/languages/DE.php diff --git a/wb/modules/topics/languages/EN.php b/wbce/modules/topics/languages/EN.php similarity index 100% rename from wb/modules/topics/languages/EN.php rename to wbce/modules/topics/languages/EN.php diff --git a/wb/modules/topics/languages/help-DE.php b/wbce/modules/topics/languages/help-DE.php similarity index 100% rename from wb/modules/topics/languages/help-DE.php rename to wbce/modules/topics/languages/help-DE.php diff --git a/wb/modules/topics/languages/help-EN.php b/wbce/modules/topics/languages/help-EN.php similarity index 100% rename from wb/modules/topics/languages/help-EN.php rename to wbce/modules/topics/languages/help-EN.php diff --git a/wb/modules/topics/languages/index.php b/wbce/modules/topics/languages/index.php similarity index 100% rename from wb/modules/topics/languages/index.php rename to wbce/modules/topics/languages/index.php diff --git a/wb/modules/topics/languages/info-DE.php b/wbce/modules/topics/languages/info-DE.php similarity index 100% rename from wb/modules/topics/languages/info-DE.php rename to wbce/modules/topics/languages/info-DE.php diff --git a/wb/modules/topics/languages/info-EN.php b/wbce/modules/topics/languages/info-EN.php similarity index 100% rename from wb/modules/topics/languages/info-EN.php rename to wbce/modules/topics/languages/info-EN.php diff --git a/wb/modules/topics/modify.php b/wbce/modules/topics/modify.php similarity index 100% rename from wb/modules/topics/modify.php rename to wbce/modules/topics/modify.php diff --git a/wb/modules/topics/modify_authors.php b/wbce/modules/topics/modify_authors.php similarity index 100% rename from wb/modules/topics/modify_authors.php rename to wbce/modules/topics/modify_authors.php diff --git a/wb/modules/topics/modify_comment.php b/wbce/modules/topics/modify_comment.php similarity index 100% rename from wb/modules/topics/modify_comment.php rename to wbce/modules/topics/modify_comment.php diff --git a/wb/modules/topics/modify_fe.php b/wbce/modules/topics/modify_fe.php similarity index 100% rename from wb/modules/topics/modify_fe.php rename to wbce/modules/topics/modify_fe.php diff --git a/wb/modules/topics/modify_settings.php b/wbce/modules/topics/modify_settings.php similarity index 100% rename from wb/modules/topics/modify_settings.php rename to wbce/modules/topics/modify_settings.php diff --git a/wb/modules/topics/modify_topic.php b/wbce/modules/topics/modify_topic.php similarity index 100% rename from wb/modules/topics/modify_topic.php rename to wbce/modules/topics/modify_topic.php diff --git a/wb/modules/topics/module_settings.php b/wbce/modules/topics/module_settings.php similarity index 100% rename from wb/modules/topics/module_settings.php rename to wbce/modules/topics/module_settings.php diff --git a/wb/modules/topics/move.php b/wbce/modules/topics/move.php similarity index 100% rename from wb/modules/topics/move.php rename to wbce/modules/topics/move.php diff --git a/wb/modules/topics/permissioncheck.php b/wbce/modules/topics/permissioncheck.php similarity index 100% rename from wb/modules/topics/permissioncheck.php rename to wbce/modules/topics/permissioncheck.php diff --git a/wb/modules/topics/picupload/Fehler.txt b/wbce/modules/topics/picupload/Fehler.txt similarity index 100% rename from wb/modules/topics/picupload/Fehler.txt rename to wbce/modules/topics/picupload/Fehler.txt diff --git a/wb/modules/topics/picupload/additional_pics.php b/wbce/modules/topics/picupload/additional_pics.php similarity index 100% rename from wb/modules/topics/picupload/additional_pics.php rename to wbce/modules/topics/picupload/additional_pics.php diff --git a/wb/modules/topics/picupload/getbasics.inc.php b/wbce/modules/topics/picupload/getbasics.inc.php similarity index 100% rename from wb/modules/topics/picupload/getbasics.inc.php rename to wbce/modules/topics/picupload/getbasics.inc.php diff --git a/wb/modules/topics/picupload/imagefunctions.php b/wbce/modules/topics/picupload/imagefunctions.php similarity index 100% rename from wb/modules/topics/picupload/imagefunctions.php rename to wbce/modules/topics/picupload/imagefunctions.php diff --git a/wb/modules/topics/picupload/jcrob/css/Jcrop.gif b/wbce/modules/topics/picupload/jcrob/css/Jcrop.gif similarity index 100% rename from wb/modules/topics/picupload/jcrob/css/Jcrop.gif rename to wbce/modules/topics/picupload/jcrob/css/Jcrop.gif diff --git a/wb/modules/topics/picupload/jcrob/css/jquery.Jcrop.css b/wbce/modules/topics/picupload/jcrob/css/jquery.Jcrop.css similarity index 100% rename from wb/modules/topics/picupload/jcrob/css/jquery.Jcrop.css rename to wbce/modules/topics/picupload/jcrob/css/jquery.Jcrop.css diff --git a/wb/modules/topics/picupload/jcrob/js/jquery.Jcrop.min.js b/wbce/modules/topics/picupload/jcrob/js/jquery.Jcrop.min.js similarity index 100% rename from wb/modules/topics/picupload/jcrob/js/jquery.Jcrop.min.js rename to wbce/modules/topics/picupload/jcrob/js/jquery.Jcrop.min.js diff --git a/wb/modules/topics/picupload/modify_thumb.js b/wbce/modules/topics/picupload/modify_thumb.js similarity index 100% rename from wb/modules/topics/picupload/modify_thumb.js rename to wbce/modules/topics/picupload/modify_thumb.js diff --git a/wb/modules/topics/picupload/modify_thumb.php b/wbce/modules/topics/picupload/modify_thumb.php similarity index 100% rename from wb/modules/topics/picupload/modify_thumb.php rename to wbce/modules/topics/picupload/modify_thumb.php diff --git a/wb/modules/topics/picupload/modify_topic.pictures.php b/wbce/modules/topics/picupload/modify_topic.pictures.php similarity index 100% rename from wb/modules/topics/picupload/modify_topic.pictures.php rename to wbce/modules/topics/picupload/modify_topic.pictures.php diff --git a/wb/modules/topics/picupload/newuploader.php b/wbce/modules/topics/picupload/newuploader.php similarity index 100% rename from wb/modules/topics/picupload/newuploader.php rename to wbce/modules/topics/picupload/newuploader.php diff --git a/wb/modules/topics/picupload/newuploader2.php b/wbce/modules/topics/picupload/newuploader2.php similarity index 100% rename from wb/modules/topics/picupload/newuploader2.php rename to wbce/modules/topics/picupload/newuploader2.php diff --git a/wb/modules/topics/picupload/picupload.css b/wbce/modules/topics/picupload/picupload.css similarity index 100% rename from wb/modules/topics/picupload/picupload.css rename to wbce/modules/topics/picupload/picupload.css diff --git a/wb/modules/topics/picupload/uploader.inc.php b/wbce/modules/topics/picupload/uploader.inc.php similarity index 100% rename from wb/modules/topics/picupload/uploader.inc.php rename to wbce/modules/topics/picupload/uploader.inc.php diff --git a/wb/modules/topics/picupload/uploadview.php b/wbce/modules/topics/picupload/uploadview.php similarity index 100% rename from wb/modules/topics/picupload/uploadview.php rename to wbce/modules/topics/picupload/uploadview.php diff --git a/wb/modules/topics/presets-en/chronik.js b/wbce/modules/topics/presets-en/chronik.js similarity index 100% rename from wb/modules/topics/presets-en/chronik.js rename to wbce/modules/topics/presets-en/chronik.js diff --git a/wb/modules/topics/presets-en/default-03.js b/wbce/modules/topics/presets-en/default-03.js similarity index 100% rename from wb/modules/topics/presets-en/default-03.js rename to wbce/modules/topics/presets-en/default-03.js diff --git a/wb/modules/topics/presets-en/eventkalendar-archive.js b/wbce/modules/topics/presets-en/eventkalendar-archive.js similarity index 100% rename from wb/modules/topics/presets-en/eventkalendar-archive.js rename to wbce/modules/topics/presets-en/eventkalendar-archive.js diff --git a/wb/modules/topics/presets-en/eventkalendar.js b/wbce/modules/topics/presets-en/eventkalendar.js similarity index 100% rename from wb/modules/topics/presets-en/eventkalendar.js rename to wbce/modules/topics/presets-en/eventkalendar.js diff --git a/wb/modules/topics/presets-en/faq-style.js b/wbce/modules/topics/presets-en/faq-style.js similarity index 100% rename from wb/modules/topics/presets-en/faq-style.js rename to wbce/modules/topics/presets-en/faq-style.js diff --git a/wb/modules/topics/presets-en/news-module-classic.js b/wbce/modules/topics/presets-en/news-module-classic.js similarity index 100% rename from wb/modules/topics/presets-en/news-module-classic.js rename to wbce/modules/topics/presets-en/news-module-classic.js diff --git a/wb/modules/topics/presets-en/single-topic.js b/wbce/modules/topics/presets-en/single-topic.js similarity index 100% rename from wb/modules/topics/presets-en/single-topic.js rename to wbce/modules/topics/presets-en/single-topic.js diff --git a/wb/modules/topics/presets-en/singlepage-topmenue.js b/wbce/modules/topics/presets-en/singlepage-topmenue.js similarity index 100% rename from wb/modules/topics/presets-en/singlepage-topmenue.js rename to wbce/modules/topics/presets-en/singlepage-topmenue.js diff --git a/wb/modules/topics/presets-en/wb_at.js b/wbce/modules/topics/presets-en/wb_at.js similarity index 100% rename from wb/modules/topics/presets-en/wb_at.js rename to wbce/modules/topics/presets-en/wb_at.js diff --git a/wb/modules/topics/rss.php b/wbce/modules/topics/rss.php similarity index 100% rename from wb/modules/topics/rss.php rename to wbce/modules/topics/rss.php diff --git a/wb/modules/topics/save_authors.php b/wbce/modules/topics/save_authors.php similarity index 100% rename from wb/modules/topics/save_authors.php rename to wbce/modules/topics/save_authors.php diff --git a/wb/modules/topics/save_comment.php b/wbce/modules/topics/save_comment.php similarity index 100% rename from wb/modules/topics/save_comment.php rename to wbce/modules/topics/save_comment.php diff --git a/wb/modules/topics/save_seealso.php b/wbce/modules/topics/save_seealso.php similarity index 100% rename from wb/modules/topics/save_seealso.php rename to wbce/modules/topics/save_seealso.php diff --git a/wb/modules/topics/save_settings.php b/wbce/modules/topics/save_settings.php similarity index 100% rename from wb/modules/topics/save_settings.php rename to wbce/modules/topics/save_settings.php diff --git a/wb/modules/topics/save_topic.php b/wbce/modules/topics/save_topic.php similarity index 100% rename from wb/modules/topics/save_topic.php rename to wbce/modules/topics/save_topic.php diff --git a/wb/modules/topics/search.php b/wbce/modules/topics/search.php similarity index 100% rename from wb/modules/topics/search.php rename to wbce/modules/topics/search.php diff --git a/wb/modules/topics/showlatest.inc.php b/wbce/modules/topics/showlatest.inc.php similarity index 100% rename from wb/modules/topics/showlatest.inc.php rename to wbce/modules/topics/showlatest.inc.php diff --git a/wb/modules/topics/topicslist-bakery.php b/wbce/modules/topics/topicslist-bakery.php similarity index 100% rename from wb/modules/topics/topicslist-bakery.php rename to wbce/modules/topics/topicslist-bakery.php diff --git a/wb/modules/topics/topicslist.php b/wbce/modules/topics/topicslist.php similarity index 100% rename from wb/modules/topics/topicslist.php rename to wbce/modules/topics/topicslist.php diff --git a/wb/modules/topics/uninstall.php b/wbce/modules/topics/uninstall.php similarity index 100% rename from wb/modules/topics/uninstall.php rename to wbce/modules/topics/uninstall.php diff --git a/wb/modules/topics/upgrade.php b/wbce/modules/topics/upgrade.php similarity index 100% rename from wb/modules/topics/upgrade.php rename to wbce/modules/topics/upgrade.php diff --git a/wb/modules/topics/view.final.php b/wbce/modules/topics/view.final.php similarity index 100% rename from wb/modules/topics/view.final.php rename to wbce/modules/topics/view.final.php diff --git a/wb/modules/topics/view.list.php b/wbce/modules/topics/view.list.php similarity index 100% rename from wb/modules/topics/view.list.php rename to wbce/modules/topics/view.list.php diff --git a/wb/modules/topics/view.php b/wbce/modules/topics/view.php similarity index 100% rename from wb/modules/topics/view.php rename to wbce/modules/topics/view.php diff --git a/wb/modules/topics/view.topic.php b/wbce/modules/topics/view.topic.php similarity index 100% rename from wb/modules/topics/view.topic.php rename to wbce/modules/topics/view.topic.php diff --git a/wb/modules/wbSeoTool/CHANGLOG.txt b/wbce/modules/wbSeoTool/CHANGLOG.txt similarity index 100% rename from wb/modules/wbSeoTool/CHANGLOG.txt rename to wbce/modules/wbSeoTool/CHANGLOG.txt diff --git a/wb/modules/wbSeoTool/TwigTE/LICENSE b/wbce/modules/wbSeoTool/TwigTE/LICENSE similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/LICENSE rename to wbce/modules/wbSeoTool/TwigTE/LICENSE diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Autoloader.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Autoloader.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Autoloader.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Autoloader.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Compiler.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Compiler.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Compiler.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Compiler.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/CompilerInterface.php b/wbce/modules/wbSeoTool/TwigTE/Twig/CompilerInterface.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/CompilerInterface.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/CompilerInterface.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Environment.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Environment.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Environment.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Environment.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Error.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Error.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Error.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Error.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Error/Loader.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Error/Loader.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Error/Loader.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Error/Loader.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Error/Runtime.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Error/Runtime.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Error/Runtime.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Error/Runtime.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Error/Syntax.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Error/Syntax.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Error/Syntax.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Error/Syntax.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/ExistsLoaderInterface.php b/wbce/modules/wbSeoTool/TwigTE/Twig/ExistsLoaderInterface.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/ExistsLoaderInterface.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/ExistsLoaderInterface.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/ExpressionParser.php b/wbce/modules/wbSeoTool/TwigTE/Twig/ExpressionParser.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/ExpressionParser.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/ExpressionParser.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Extension.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Extension.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Extension.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Extension.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Extension/Core.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Extension/Core.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Extension/Core.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Extension/Core.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Extension/Debug.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Extension/Debug.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Extension/Debug.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Extension/Debug.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Extension/Escaper.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Extension/Escaper.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Extension/Escaper.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Extension/Escaper.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Extension/Optimizer.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Extension/Optimizer.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Extension/Optimizer.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Extension/Optimizer.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Extension/Sandbox.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Extension/Sandbox.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Extension/Sandbox.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Extension/Sandbox.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Extension/Staging.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Extension/Staging.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Extension/Staging.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Extension/Staging.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Extension/StringLoader.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Extension/StringLoader.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Extension/StringLoader.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Extension/StringLoader.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/ExtensionInterface.php b/wbce/modules/wbSeoTool/TwigTE/Twig/ExtensionInterface.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/ExtensionInterface.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/ExtensionInterface.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Filter.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Filter.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Filter.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Filter.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Filter/Function.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Filter/Function.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Filter/Function.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Filter/Function.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Filter/Method.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Filter/Method.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Filter/Method.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Filter/Method.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Filter/Node.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Filter/Node.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Filter/Node.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Filter/Node.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/FilterCallableInterface.php b/wbce/modules/wbSeoTool/TwigTE/Twig/FilterCallableInterface.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/FilterCallableInterface.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/FilterCallableInterface.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/FilterInterface.php b/wbce/modules/wbSeoTool/TwigTE/Twig/FilterInterface.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/FilterInterface.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/FilterInterface.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Function.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Function.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Function.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Function.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Function/Function.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Function/Function.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Function/Function.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Function/Function.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Function/Method.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Function/Method.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Function/Method.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Function/Method.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Function/Node.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Function/Node.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Function/Node.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Function/Node.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/FunctionCallableInterface.php b/wbce/modules/wbSeoTool/TwigTE/Twig/FunctionCallableInterface.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/FunctionCallableInterface.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/FunctionCallableInterface.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/FunctionInterface.php b/wbce/modules/wbSeoTool/TwigTE/Twig/FunctionInterface.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/FunctionInterface.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/FunctionInterface.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Lexer.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Lexer.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Lexer.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Lexer.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/LexerInterface.php b/wbce/modules/wbSeoTool/TwigTE/Twig/LexerInterface.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/LexerInterface.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/LexerInterface.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Loader/Array.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Loader/Array.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Loader/Array.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Loader/Array.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Loader/Chain.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Loader/Chain.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Loader/Chain.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Loader/Chain.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Loader/Filesystem.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Loader/Filesystem.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Loader/Filesystem.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Loader/Filesystem.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Loader/String.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Loader/String.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Loader/String.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Loader/String.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/LoaderInterface.php b/wbce/modules/wbSeoTool/TwigTE/Twig/LoaderInterface.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/LoaderInterface.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/LoaderInterface.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Markup.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Markup.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Markup.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Markup.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/AutoEscape.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/AutoEscape.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/AutoEscape.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/AutoEscape.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Block.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Block.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Block.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Block.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/BlockReference.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/BlockReference.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/BlockReference.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/BlockReference.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Body.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Body.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Body.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Body.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Do.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Do.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Do.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Do.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Embed.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Embed.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Embed.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Embed.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Array.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Array.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Array.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Array.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/AssignName.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/AssignName.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/AssignName.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/AssignName.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Add.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Add.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Add.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Add.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/And.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/And.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/And.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/And.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/BitwiseAnd.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/BitwiseAnd.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/BitwiseAnd.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/BitwiseAnd.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/BitwiseOr.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/BitwiseOr.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/BitwiseOr.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/BitwiseOr.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/BitwiseXor.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/BitwiseXor.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/BitwiseXor.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/BitwiseXor.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Concat.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Concat.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Concat.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Concat.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Div.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Div.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Div.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Div.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Equal.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Equal.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Equal.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Equal.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/FloorDiv.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/FloorDiv.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/FloorDiv.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/FloorDiv.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Greater.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Greater.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Greater.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Greater.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/GreaterEqual.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/GreaterEqual.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/GreaterEqual.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/GreaterEqual.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/In.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/In.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/In.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/In.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Less.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Less.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Less.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Less.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/LessEqual.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/LessEqual.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/LessEqual.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/LessEqual.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Mod.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Mod.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Mod.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Mod.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Mul.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Mul.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Mul.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Mul.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/NotEqual.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/NotEqual.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/NotEqual.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/NotEqual.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/NotIn.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/NotIn.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/NotIn.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/NotIn.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Or.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Or.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Or.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Or.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Power.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Power.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Power.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Power.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Range.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Range.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Range.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Range.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Sub.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Sub.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Sub.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Binary/Sub.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/BlockReference.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/BlockReference.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/BlockReference.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/BlockReference.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Call.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Call.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Call.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Call.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Conditional.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Conditional.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Conditional.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Conditional.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Constant.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Constant.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Constant.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Constant.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/ExtensionReference.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/ExtensionReference.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/ExtensionReference.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/ExtensionReference.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Filter.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Filter.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Filter.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Filter.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Filter/Default.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Filter/Default.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Filter/Default.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Filter/Default.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Function.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Function.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Function.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Function.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/GetAttr.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/GetAttr.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/GetAttr.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/GetAttr.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/MethodCall.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/MethodCall.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/MethodCall.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/MethodCall.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Name.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Name.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Name.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Name.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Parent.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Parent.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Parent.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Parent.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/TempName.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/TempName.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/TempName.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/TempName.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Test.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Test.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Test.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Test.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Test/Constant.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Test/Constant.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Test/Constant.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Test/Constant.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Test/Defined.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Test/Defined.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Test/Defined.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Test/Defined.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Test/Divisibleby.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Test/Divisibleby.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Test/Divisibleby.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Test/Divisibleby.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Test/Even.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Test/Even.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Test/Even.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Test/Even.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Test/Null.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Test/Null.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Test/Null.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Test/Null.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Test/Odd.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Test/Odd.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Test/Odd.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Test/Odd.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Test/Sameas.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Test/Sameas.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Test/Sameas.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Test/Sameas.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Unary.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Unary.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Unary.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Unary.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Unary/Neg.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Unary/Neg.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Unary/Neg.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Unary/Neg.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Unary/Not.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Unary/Not.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Unary/Not.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Unary/Not.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Unary/Pos.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Unary/Pos.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Unary/Pos.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Expression/Unary/Pos.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Flush.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Flush.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Flush.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Flush.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/For.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/For.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/For.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/For.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/ForLoop.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/ForLoop.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/ForLoop.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/ForLoop.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/If.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/If.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/If.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/If.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Import.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Import.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Import.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Import.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Include.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Include.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Include.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Include.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Macro.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Macro.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Macro.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Macro.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Module.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Module.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Module.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Module.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Print.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Print.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Print.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Print.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Sandbox.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Sandbox.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Sandbox.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Sandbox.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/SandboxedModule.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/SandboxedModule.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/SandboxedModule.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/SandboxedModule.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/SandboxedPrint.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/SandboxedPrint.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/SandboxedPrint.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/SandboxedPrint.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Set.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Set.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Set.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Set.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/SetTemp.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/SetTemp.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/SetTemp.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/SetTemp.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Spaceless.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Spaceless.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Spaceless.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Spaceless.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Node/Text.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Node/Text.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Node/Text.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Node/Text.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/NodeInterface.php b/wbce/modules/wbSeoTool/TwigTE/Twig/NodeInterface.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/NodeInterface.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/NodeInterface.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/NodeOutputInterface.php b/wbce/modules/wbSeoTool/TwigTE/Twig/NodeOutputInterface.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/NodeOutputInterface.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/NodeOutputInterface.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/NodeTraverser.php b/wbce/modules/wbSeoTool/TwigTE/Twig/NodeTraverser.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/NodeTraverser.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/NodeTraverser.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/NodeVisitor/Escaper.php b/wbce/modules/wbSeoTool/TwigTE/Twig/NodeVisitor/Escaper.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/NodeVisitor/Escaper.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/NodeVisitor/Escaper.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/NodeVisitor/Optimizer.php b/wbce/modules/wbSeoTool/TwigTE/Twig/NodeVisitor/Optimizer.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/NodeVisitor/Optimizer.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/NodeVisitor/Optimizer.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/NodeVisitor/SafeAnalysis.php b/wbce/modules/wbSeoTool/TwigTE/Twig/NodeVisitor/SafeAnalysis.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/NodeVisitor/SafeAnalysis.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/NodeVisitor/SafeAnalysis.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/NodeVisitor/Sandbox.php b/wbce/modules/wbSeoTool/TwigTE/Twig/NodeVisitor/Sandbox.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/NodeVisitor/Sandbox.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/NodeVisitor/Sandbox.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/NodeVisitorInterface.php b/wbce/modules/wbSeoTool/TwigTE/Twig/NodeVisitorInterface.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/NodeVisitorInterface.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/NodeVisitorInterface.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Parser.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Parser.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Parser.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Parser.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/ParserInterface.php b/wbce/modules/wbSeoTool/TwigTE/Twig/ParserInterface.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/ParserInterface.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/ParserInterface.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Sandbox/SecurityError.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Sandbox/SecurityError.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Sandbox/SecurityError.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Sandbox/SecurityError.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Sandbox/SecurityPolicy.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Sandbox/SecurityPolicy.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Sandbox/SecurityPolicy.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Sandbox/SecurityPolicy.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Sandbox/SecurityPolicyInterface.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Sandbox/SecurityPolicyInterface.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Sandbox/SecurityPolicyInterface.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Sandbox/SecurityPolicyInterface.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/SimpleFilter.php b/wbce/modules/wbSeoTool/TwigTE/Twig/SimpleFilter.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/SimpleFilter.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/SimpleFilter.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/SimpleFunction.php b/wbce/modules/wbSeoTool/TwigTE/Twig/SimpleFunction.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/SimpleFunction.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/SimpleFunction.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/SimpleTest.php b/wbce/modules/wbSeoTool/TwigTE/Twig/SimpleTest.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/SimpleTest.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/SimpleTest.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Template.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Template.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Template.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Template.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/TemplateInterface.php b/wbce/modules/wbSeoTool/TwigTE/Twig/TemplateInterface.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/TemplateInterface.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/TemplateInterface.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Test.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Test.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Test.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Test.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Test/Function.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Test/Function.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Test/Function.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Test/Function.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Test/IntegrationTestCase.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Test/IntegrationTestCase.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Test/IntegrationTestCase.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Test/IntegrationTestCase.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Test/Method.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Test/Method.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Test/Method.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Test/Method.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Test/Node.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Test/Node.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Test/Node.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Test/Node.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Test/NodeTestCase.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Test/NodeTestCase.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Test/NodeTestCase.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Test/NodeTestCase.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/TestCallableInterface.php b/wbce/modules/wbSeoTool/TwigTE/Twig/TestCallableInterface.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/TestCallableInterface.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/TestCallableInterface.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/TestInterface.php b/wbce/modules/wbSeoTool/TwigTE/Twig/TestInterface.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/TestInterface.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/TestInterface.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/Token.php b/wbce/modules/wbSeoTool/TwigTE/Twig/Token.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/Token.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/Token.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/TokenParser.php b/wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/TokenParser.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/AutoEscape.php b/wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/AutoEscape.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/AutoEscape.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/AutoEscape.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/Block.php b/wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/Block.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/Block.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/Block.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/Do.php b/wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/Do.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/Do.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/Do.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/Embed.php b/wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/Embed.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/Embed.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/Embed.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/Extends.php b/wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/Extends.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/Extends.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/Extends.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/Filter.php b/wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/Filter.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/Filter.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/Filter.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/Flush.php b/wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/Flush.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/Flush.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/Flush.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/For.php b/wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/For.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/For.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/For.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/From.php b/wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/From.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/From.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/From.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/If.php b/wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/If.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/If.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/If.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/Import.php b/wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/Import.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/Import.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/Import.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/Include.php b/wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/Include.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/Include.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/Include.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/Macro.php b/wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/Macro.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/Macro.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/Macro.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/Sandbox.php b/wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/Sandbox.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/Sandbox.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/Sandbox.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/Set.php b/wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/Set.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/Set.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/Set.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/Spaceless.php b/wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/Spaceless.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/Spaceless.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/Spaceless.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/Use.php b/wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/Use.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/TokenParser/Use.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/TokenParser/Use.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/TokenParserBroker.php b/wbce/modules/wbSeoTool/TwigTE/Twig/TokenParserBroker.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/TokenParserBroker.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/TokenParserBroker.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/TokenParserBrokerInterface.php b/wbce/modules/wbSeoTool/TwigTE/Twig/TokenParserBrokerInterface.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/TokenParserBrokerInterface.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/TokenParserBrokerInterface.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/TokenParserInterface.php b/wbce/modules/wbSeoTool/TwigTE/Twig/TokenParserInterface.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/TokenParserInterface.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/TokenParserInterface.php diff --git a/wb/modules/wbSeoTool/TwigTE/Twig/TokenStream.php b/wbce/modules/wbSeoTool/TwigTE/Twig/TokenStream.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/Twig/TokenStream.php rename to wbce/modules/wbSeoTool/TwigTE/Twig/TokenStream.php diff --git a/wb/modules/wbSeoTool/TwigTE/index.php b/wbce/modules/wbSeoTool/TwigTE/index.php similarity index 100% rename from wb/modules/wbSeoTool/TwigTE/index.php rename to wbce/modules/wbSeoTool/TwigTE/index.php diff --git a/wb/modules/wbSeoTool/ajax/index.php b/wbce/modules/wbSeoTool/ajax/index.php similarity index 100% rename from wb/modules/wbSeoTool/ajax/index.php rename to wbce/modules/wbSeoTool/ajax/index.php diff --git a/wb/modules/wbSeoTool/ajax/jquery.cookie.js b/wbce/modules/wbSeoTool/ajax/jquery.cookie.js similarity index 100% rename from wb/modules/wbSeoTool/ajax/jquery.cookie.js rename to wbce/modules/wbSeoTool/ajax/jquery.cookie.js diff --git a/wb/modules/wbSeoTool/ajax/jquery.jeditable.charcounter.js b/wbce/modules/wbSeoTool/ajax/jquery.jeditable.charcounter.js similarity index 100% rename from wb/modules/wbSeoTool/ajax/jquery.jeditable.charcounter.js rename to wbce/modules/wbSeoTool/ajax/jquery.jeditable.charcounter.js diff --git a/wb/modules/wbSeoTool/ajax/jquery.jeditable.js b/wbce/modules/wbSeoTool/ajax/jquery.jeditable.js similarity index 100% rename from wb/modules/wbSeoTool/ajax/jquery.jeditable.js rename to wbce/modules/wbSeoTool/ajax/jquery.jeditable.js diff --git a/wb/modules/wbSeoTool/ajax/save.php b/wbce/modules/wbSeoTool/ajax/save.php similarity index 100% rename from wb/modules/wbSeoTool/ajax/save.php rename to wbce/modules/wbSeoTool/ajax/save.php diff --git a/wb/modules/wbSeoTool/backend.css b/wbce/modules/wbSeoTool/backend.css similarity index 100% rename from wb/modules/wbSeoTool/backend.css rename to wbce/modules/wbSeoTool/backend.css diff --git a/wb/modules/wbSeoTool/backend_body.js b/wbce/modules/wbSeoTool/backend_body.js similarity index 100% rename from wb/modules/wbSeoTool/backend_body.js rename to wbce/modules/wbSeoTool/backend_body.js diff --git a/wb/modules/wbSeoTool/css/box_bg.png b/wbce/modules/wbSeoTool/css/box_bg.png similarity index 100% rename from wb/modules/wbSeoTool/css/box_bg.png rename to wbce/modules/wbSeoTool/css/box_bg.png diff --git a/wb/modules/wbSeoTool/css/collapsed_16.png b/wbce/modules/wbSeoTool/css/collapsed_16.png similarity index 100% rename from wb/modules/wbSeoTool/css/collapsed_16.png rename to wbce/modules/wbSeoTool/css/collapsed_16.png diff --git a/wb/modules/wbSeoTool/css/edit.png b/wbce/modules/wbSeoTool/css/edit.png similarity index 100% rename from wb/modules/wbSeoTool/css/edit.png rename to wbce/modules/wbSeoTool/css/edit.png diff --git a/wb/modules/wbSeoTool/css/expanded_16.png b/wbce/modules/wbSeoTool/css/expanded_16.png similarity index 100% rename from wb/modules/wbSeoTool/css/expanded_16.png rename to wbce/modules/wbSeoTool/css/expanded_16.png diff --git a/wb/modules/wbSeoTool/css/green_dot.gif b/wbce/modules/wbSeoTool/css/green_dot.gif similarity index 100% rename from wb/modules/wbSeoTool/css/green_dot.gif rename to wbce/modules/wbSeoTool/css/green_dot.gif diff --git a/wb/modules/wbSeoTool/css/index.php b/wbce/modules/wbSeoTool/css/index.php similarity index 100% rename from wb/modules/wbSeoTool/css/index.php rename to wbce/modules/wbSeoTool/css/index.php diff --git a/wb/modules/wbSeoTool/css/indicator.gif b/wbce/modules/wbSeoTool/css/indicator.gif similarity index 100% rename from wb/modules/wbSeoTool/css/indicator.gif rename to wbce/modules/wbSeoTool/css/indicator.gif diff --git a/wb/modules/wbSeoTool/css/pageTree.css b/wbce/modules/wbSeoTool/css/pageTree.css similarity index 100% rename from wb/modules/wbSeoTool/css/pageTree.css rename to wbce/modules/wbSeoTool/css/pageTree.css diff --git a/wb/modules/wbSeoTool/css/red_dot.gif b/wbce/modules/wbSeoTool/css/red_dot.gif similarity index 100% rename from wb/modules/wbSeoTool/css/red_dot.gif rename to wbce/modules/wbSeoTool/css/red_dot.gif diff --git a/wb/modules/wbSeoTool/functions.php b/wbce/modules/wbSeoTool/functions.php similarity index 100% rename from wb/modules/wbSeoTool/functions.php rename to wbce/modules/wbSeoTool/functions.php diff --git a/wb/modules/wbSeoTool/icons/a_blank.png b/wbce/modules/wbSeoTool/icons/a_blank.png similarity index 100% rename from wb/modules/wbSeoTool/icons/a_blank.png rename to wbce/modules/wbSeoTool/icons/a_blank.png diff --git a/wb/modules/wbSeoTool/icons/advanced_settings.png b/wbce/modules/wbSeoTool/icons/advanced_settings.png similarity index 100% rename from wb/modules/wbSeoTool/icons/advanced_settings.png rename to wbce/modules/wbSeoTool/icons/advanced_settings.png diff --git a/wb/modules/wbSeoTool/icons/calendar_16.png b/wbce/modules/wbSeoTool/icons/calendar_16.png similarity index 100% rename from wb/modules/wbSeoTool/icons/calendar_16.png rename to wbce/modules/wbSeoTool/icons/calendar_16.png diff --git a/wb/modules/wbSeoTool/icons/clock_16.png b/wbce/modules/wbSeoTool/icons/clock_16.png similarity index 100% rename from wb/modules/wbSeoTool/icons/clock_16.png rename to wbce/modules/wbSeoTool/icons/clock_16.png diff --git a/wb/modules/wbSeoTool/icons/clock_del_16.png b/wbce/modules/wbSeoTool/icons/clock_del_16.png similarity index 100% rename from wb/modules/wbSeoTool/icons/clock_del_16.png rename to wbce/modules/wbSeoTool/icons/clock_del_16.png diff --git a/wb/modules/wbSeoTool/icons/delete_16.png b/wbce/modules/wbSeoTool/icons/delete_16.png similarity index 100% rename from wb/modules/wbSeoTool/icons/delete_16.png rename to wbce/modules/wbSeoTool/icons/delete_16.png diff --git a/wb/modules/wbSeoTool/icons/deleted_16.png b/wbce/modules/wbSeoTool/icons/deleted_16.png similarity index 100% rename from wb/modules/wbSeoTool/icons/deleted_16.png rename to wbce/modules/wbSeoTool/icons/deleted_16.png diff --git a/wb/modules/wbSeoTool/icons/empty.gif b/wbce/modules/wbSeoTool/icons/empty.gif similarity index 100% rename from wb/modules/wbSeoTool/icons/empty.gif rename to wbce/modules/wbSeoTool/icons/empty.gif diff --git a/wb/modules/wbSeoTool/icons/hidden_12.png b/wbce/modules/wbSeoTool/icons/hidden_12.png similarity index 100% rename from wb/modules/wbSeoTool/icons/hidden_12.png rename to wbce/modules/wbSeoTool/icons/hidden_12.png diff --git a/wb/modules/wbSeoTool/icons/hidden_16.png b/wbce/modules/wbSeoTool/icons/hidden_16.png similarity index 100% rename from wb/modules/wbSeoTool/icons/hidden_16.png rename to wbce/modules/wbSeoTool/icons/hidden_16.png diff --git a/wb/modules/wbSeoTool/icons/index.php b/wbce/modules/wbSeoTool/icons/index.php similarity index 100% rename from wb/modules/wbSeoTool/icons/index.php rename to wbce/modules/wbSeoTool/icons/index.php diff --git a/wb/modules/wbSeoTool/icons/menu_link_16.png b/wbce/modules/wbSeoTool/icons/menu_link_16.png similarity index 100% rename from wb/modules/wbSeoTool/icons/menu_link_16.png rename to wbce/modules/wbSeoTool/icons/menu_link_16.png diff --git a/wb/modules/wbSeoTool/icons/modify_16.png b/wbce/modules/wbSeoTool/icons/modify_16.png similarity index 100% rename from wb/modules/wbSeoTool/icons/modify_16.png rename to wbce/modules/wbSeoTool/icons/modify_16.png diff --git a/wb/modules/wbSeoTool/icons/moveable_16.png b/wbce/modules/wbSeoTool/icons/moveable_16.png similarity index 100% rename from wb/modules/wbSeoTool/icons/moveable_16.png rename to wbce/modules/wbSeoTool/icons/moveable_16.png diff --git a/wb/modules/wbSeoTool/icons/noclock_16.png b/wbce/modules/wbSeoTool/icons/noclock_16.png similarity index 100% rename from wb/modules/wbSeoTool/icons/noclock_16.png rename to wbce/modules/wbSeoTool/icons/noclock_16.png diff --git a/wb/modules/wbSeoTool/icons/none_16.png b/wbce/modules/wbSeoTool/icons/none_16.png similarity index 100% rename from wb/modules/wbSeoTool/icons/none_16.png rename to wbce/modules/wbSeoTool/icons/none_16.png diff --git a/wb/modules/wbSeoTool/icons/private_16.png b/wbce/modules/wbSeoTool/icons/private_16.png similarity index 100% rename from wb/modules/wbSeoTool/icons/private_16.png rename to wbce/modules/wbSeoTool/icons/private_16.png diff --git a/wb/modules/wbSeoTool/icons/public_16.png b/wbce/modules/wbSeoTool/icons/public_16.png similarity index 100% rename from wb/modules/wbSeoTool/icons/public_16.png rename to wbce/modules/wbSeoTool/icons/public_16.png diff --git a/wb/modules/wbSeoTool/icons/registered_16.png b/wbce/modules/wbSeoTool/icons/registered_16.png similarity index 100% rename from wb/modules/wbSeoTool/icons/registered_16.png rename to wbce/modules/wbSeoTool/icons/registered_16.png diff --git a/wb/modules/wbSeoTool/icons/reload_16.png b/wbce/modules/wbSeoTool/icons/reload_16.png similarity index 100% rename from wb/modules/wbSeoTool/icons/reload_16.png rename to wbce/modules/wbSeoTool/icons/reload_16.png diff --git a/wb/modules/wbSeoTool/icons/restore_16.png b/wbce/modules/wbSeoTool/icons/restore_16.png similarity index 100% rename from wb/modules/wbSeoTool/icons/restore_16.png rename to wbce/modules/wbSeoTool/icons/restore_16.png diff --git a/wb/modules/wbSeoTool/icons/sections_16.png b/wbce/modules/wbSeoTool/icons/sections_16.png similarity index 100% rename from wb/modules/wbSeoTool/icons/sections_16.png rename to wbce/modules/wbSeoTool/icons/sections_16.png diff --git a/wb/modules/wbSeoTool/icons/settings_16.png b/wbce/modules/wbSeoTool/icons/settings_16.png similarity index 100% rename from wb/modules/wbSeoTool/icons/settings_16.png rename to wbce/modules/wbSeoTool/icons/settings_16.png diff --git a/wb/modules/wbSeoTool/icons/view_16.png b/wbce/modules/wbSeoTool/icons/view_16.png similarity index 100% rename from wb/modules/wbSeoTool/icons/view_16.png rename to wbce/modules/wbSeoTool/icons/view_16.png diff --git a/wb/modules/wbSeoTool/index.php b/wbce/modules/wbSeoTool/index.php similarity index 100% rename from wb/modules/wbSeoTool/index.php rename to wbce/modules/wbSeoTool/index.php diff --git a/wb/modules/wbSeoTool/info.php b/wbce/modules/wbSeoTool/info.php similarity index 100% rename from wb/modules/wbSeoTool/info.php rename to wbce/modules/wbSeoTool/info.php diff --git a/wb/modules/wbSeoTool/install.php b/wbce/modules/wbSeoTool/install.php similarity index 100% rename from wb/modules/wbSeoTool/install.php rename to wbce/modules/wbSeoTool/install.php diff --git a/wb/modules/wbSeoTool/languages/DE.php b/wbce/modules/wbSeoTool/languages/DE.php similarity index 100% rename from wb/modules/wbSeoTool/languages/DE.php rename to wbce/modules/wbSeoTool/languages/DE.php diff --git a/wb/modules/wbSeoTool/languages/EN.php b/wbce/modules/wbSeoTool/languages/EN.php similarity index 100% rename from wb/modules/wbSeoTool/languages/EN.php rename to wbce/modules/wbSeoTool/languages/EN.php diff --git a/wb/modules/wbSeoTool/languages/index.php b/wbce/modules/wbSeoTool/languages/index.php similarity index 100% rename from wb/modules/wbSeoTool/languages/index.php rename to wbce/modules/wbSeoTool/languages/index.php diff --git a/wb/modules/wbSeoTool/modify_config.php b/wbce/modules/wbSeoTool/modify_config.php similarity index 100% rename from wb/modules/wbSeoTool/modify_config.php rename to wbce/modules/wbSeoTool/modify_config.php diff --git a/wb/modules/wbSeoTool/skel/index.php b/wbce/modules/wbSeoTool/skel/index.php similarity index 100% rename from wb/modules/wbSeoTool/skel/index.php rename to wbce/modules/wbSeoTool/skel/index.php diff --git a/wb/modules/wbSeoTool/skel/pageTree.twig b/wbce/modules/wbSeoTool/skel/pageTree.twig similarity index 100% rename from wb/modules/wbSeoTool/skel/pageTree.twig rename to wbce/modules/wbSeoTool/skel/pageTree.twig diff --git a/wb/modules/wbSeoTool/skel/pageTreeSingle.twig b/wbce/modules/wbSeoTool/skel/pageTreeSingle.twig similarity index 100% rename from wb/modules/wbSeoTool/skel/pageTreeSingle.twig rename to wbce/modules/wbSeoTool/skel/pageTreeSingle.twig diff --git a/wb/modules/wbSeoTool/tool.php b/wbce/modules/wbSeoTool/tool.php similarity index 100% rename from wb/modules/wbSeoTool/tool.php rename to wbce/modules/wbSeoTool/tool.php diff --git a/wb/modules/wbSeoTool/tool_icon.png b/wbce/modules/wbSeoTool/tool_icon.png similarity index 100% rename from wb/modules/wbSeoTool/tool_icon.png rename to wbce/modules/wbSeoTool/tool_icon.png diff --git a/wb/modules/wbSeoTool/uninstall.php b/wbce/modules/wbSeoTool/uninstall.php similarity index 100% rename from wb/modules/wbSeoTool/uninstall.php rename to wbce/modules/wbSeoTool/uninstall.php diff --git a/wb/modules/wbSeoTool/view_pageTree.php b/wbce/modules/wbSeoTool/view_pageTree.php similarity index 100% rename from wb/modules/wbSeoTool/view_pageTree.php rename to wbce/modules/wbSeoTool/view_pageTree.php diff --git a/wb/modules/wbstats/backend.css b/wbce/modules/wbstats/backend.css similarity index 100% rename from wb/modules/wbstats/backend.css rename to wbce/modules/wbstats/backend.css diff --git a/wb/modules/wbstats/backend.js b/wbce/modules/wbstats/backend.js similarity index 100% rename from wb/modules/wbstats/backend.js rename to wbce/modules/wbstats/backend.js diff --git a/wb/modules/wbstats/botlist.php b/wbce/modules/wbstats/botlist.php similarity index 100% rename from wb/modules/wbstats/botlist.php rename to wbce/modules/wbstats/botlist.php diff --git a/wb/modules/wbstats/class.count.php b/wbce/modules/wbstats/class.count.php similarity index 100% rename from wb/modules/wbstats/class.count.php rename to wbce/modules/wbstats/class.count.php diff --git a/wb/modules/wbstats/class.stats.php b/wbce/modules/wbstats/class.stats.php similarity index 100% rename from wb/modules/wbstats/class.stats.php rename to wbce/modules/wbstats/class.stats.php diff --git a/wb/modules/wbstats/count.php b/wbce/modules/wbstats/count.php similarity index 100% rename from wb/modules/wbstats/count.php rename to wbce/modules/wbstats/count.php diff --git a/wb/modules/wbstats/head.php b/wbce/modules/wbstats/head.php similarity index 100% rename from wb/modules/wbstats/head.php rename to wbce/modules/wbstats/head.php diff --git a/wb/modules/wbstats/help.php b/wbce/modules/wbstats/help.php similarity index 100% rename from wb/modules/wbstats/help.php rename to wbce/modules/wbstats/help.php diff --git a/wb/modules/wbstats/history.php b/wbce/modules/wbstats/history.php similarity index 100% rename from wb/modules/wbstats/history.php rename to wbce/modules/wbstats/history.php diff --git a/wb/modules/wbstats/index.php b/wbce/modules/wbstats/index.php similarity index 100% rename from wb/modules/wbstats/index.php rename to wbce/modules/wbstats/index.php diff --git a/wb/modules/wbstats/info.php b/wbce/modules/wbstats/info.php similarity index 100% rename from wb/modules/wbstats/info.php rename to wbce/modules/wbstats/info.php diff --git a/wb/modules/wbstats/install.php b/wbce/modules/wbstats/install.php similarity index 100% rename from wb/modules/wbstats/install.php rename to wbce/modules/wbstats/install.php diff --git a/wb/modules/wbstats/js/Thumbs.db b/wbce/modules/wbstats/js/Thumbs.db similarity index 100% rename from wb/modules/wbstats/js/Thumbs.db rename to wbce/modules/wbstats/js/Thumbs.db diff --git a/wb/modules/wbstats/js/jquery.poshytip.js b/wbce/modules/wbstats/js/jquery.poshytip.js similarity index 100% rename from wb/modules/wbstats/js/jquery.poshytip.js rename to wbce/modules/wbstats/js/jquery.poshytip.js diff --git a/wb/modules/wbstats/js/jquery.poshytip.min.js b/wbce/modules/wbstats/js/jquery.poshytip.min.js similarity index 100% rename from wb/modules/wbstats/js/jquery.poshytip.min.js rename to wbce/modules/wbstats/js/jquery.poshytip.min.js diff --git a/wb/modules/wbstats/js/tip-twitter.css b/wbce/modules/wbstats/js/tip-twitter.css similarity index 100% rename from wb/modules/wbstats/js/tip-twitter.css rename to wbce/modules/wbstats/js/tip-twitter.css diff --git a/wb/modules/wbstats/js/tip-twitter_arrows.gif b/wbce/modules/wbstats/js/tip-twitter_arrows.gif similarity index 100% rename from wb/modules/wbstats/js/tip-twitter_arrows.gif rename to wbce/modules/wbstats/js/tip-twitter_arrows.gif diff --git a/wb/modules/wbstats/languages/DE.php b/wbce/modules/wbstats/languages/DE.php similarity index 100% rename from wb/modules/wbstats/languages/DE.php rename to wbce/modules/wbstats/languages/DE.php diff --git a/wb/modules/wbstats/languages/EN.php b/wbce/modules/wbstats/languages/EN.php similarity index 100% rename from wb/modules/wbstats/languages/EN.php rename to wbce/modules/wbstats/languages/EN.php diff --git a/wb/modules/wbstats/languages/NL.php b/wbce/modules/wbstats/languages/NL.php similarity index 100% rename from wb/modules/wbstats/languages/NL.php rename to wbce/modules/wbstats/languages/NL.php diff --git a/wb/modules/wbstats/languages/help_text.txt b/wbce/modules/wbstats/languages/help_text.txt similarity index 100% rename from wb/modules/wbstats/languages/help_text.txt rename to wbce/modules/wbstats/languages/help_text.txt diff --git a/wb/modules/wbstats/logo.png b/wbce/modules/wbstats/logo.png similarity index 100% rename from wb/modules/wbstats/logo.png rename to wbce/modules/wbstats/logo.png diff --git a/wb/modules/wbstats/overview.php b/wbce/modules/wbstats/overview.php similarity index 100% rename from wb/modules/wbstats/overview.php rename to wbce/modules/wbstats/overview.php diff --git a/wb/modules/wbstats/tool.php b/wbce/modules/wbstats/tool.php similarity index 100% rename from wb/modules/wbstats/tool.php rename to wbce/modules/wbstats/tool.php diff --git a/wb/modules/wbstats/tool_icon.png b/wbce/modules/wbstats/tool_icon.png similarity index 100% rename from wb/modules/wbstats/tool_icon.png rename to wbce/modules/wbstats/tool_icon.png diff --git a/wb/modules/wbstats/uninstall.php b/wbce/modules/wbstats/uninstall.php similarity index 100% rename from wb/modules/wbstats/uninstall.php rename to wbce/modules/wbstats/uninstall.php diff --git a/wb/modules/wbstats/upgrade.php b/wbce/modules/wbstats/upgrade.php similarity index 100% rename from wb/modules/wbstats/upgrade.php rename to wbce/modules/wbstats/upgrade.php diff --git a/wb/modules/wbstats/visitors.php b/wbce/modules/wbstats/visitors.php similarity index 100% rename from wb/modules/wbstats/visitors.php rename to wbce/modules/wbstats/visitors.php diff --git a/wb/modules/wrapper/add.php b/wbce/modules/wrapper/add.php similarity index 100% rename from wb/modules/wrapper/add.php rename to wbce/modules/wrapper/add.php diff --git a/wb/modules/wrapper/delete.php b/wbce/modules/wrapper/delete.php similarity index 100% rename from wb/modules/wrapper/delete.php rename to wbce/modules/wrapper/delete.php diff --git a/wb/modules/wrapper/index.php b/wbce/modules/wrapper/index.php similarity index 100% rename from wb/modules/wrapper/index.php rename to wbce/modules/wrapper/index.php diff --git a/wb/modules/wrapper/info.php b/wbce/modules/wrapper/info.php similarity index 100% rename from wb/modules/wrapper/info.php rename to wbce/modules/wrapper/info.php diff --git a/wb/modules/wrapper/install.php b/wbce/modules/wrapper/install.php similarity index 100% rename from wb/modules/wrapper/install.php rename to wbce/modules/wrapper/install.php diff --git a/wb/modules/wrapper/languages/DA.php b/wbce/modules/wrapper/languages/DA.php similarity index 100% rename from wb/modules/wrapper/languages/DA.php rename to wbce/modules/wrapper/languages/DA.php diff --git a/wb/modules/wrapper/languages/DE.php b/wbce/modules/wrapper/languages/DE.php similarity index 100% rename from wb/modules/wrapper/languages/DE.php rename to wbce/modules/wrapper/languages/DE.php diff --git a/wb/modules/wrapper/languages/EN.php b/wbce/modules/wrapper/languages/EN.php similarity index 100% rename from wb/modules/wrapper/languages/EN.php rename to wbce/modules/wrapper/languages/EN.php diff --git a/wb/modules/wrapper/languages/FR.php b/wbce/modules/wrapper/languages/FR.php similarity index 100% rename from wb/modules/wrapper/languages/FR.php rename to wbce/modules/wrapper/languages/FR.php diff --git a/wb/modules/wrapper/languages/NL.php b/wbce/modules/wrapper/languages/NL.php similarity index 100% rename from wb/modules/wrapper/languages/NL.php rename to wbce/modules/wrapper/languages/NL.php diff --git a/wb/modules/wrapper/languages/NO.php b/wbce/modules/wrapper/languages/NO.php similarity index 100% rename from wb/modules/wrapper/languages/NO.php rename to wbce/modules/wrapper/languages/NO.php diff --git a/wb/modules/wrapper/languages/RU.php b/wbce/modules/wrapper/languages/RU.php similarity index 100% rename from wb/modules/wrapper/languages/RU.php rename to wbce/modules/wrapper/languages/RU.php diff --git a/wb/modules/wrapper/languages/index.php b/wbce/modules/wrapper/languages/index.php similarity index 100% rename from wb/modules/wrapper/languages/index.php rename to wbce/modules/wrapper/languages/index.php diff --git a/wb/modules/wrapper/modify.htt b/wbce/modules/wrapper/modify.htt similarity index 100% rename from wb/modules/wrapper/modify.htt rename to wbce/modules/wrapper/modify.htt diff --git a/wb/modules/wrapper/modify.php b/wbce/modules/wrapper/modify.php similarity index 100% rename from wb/modules/wrapper/modify.php rename to wbce/modules/wrapper/modify.php diff --git a/wb/modules/wrapper/save.php b/wbce/modules/wrapper/save.php similarity index 100% rename from wb/modules/wrapper/save.php rename to wbce/modules/wrapper/save.php diff --git a/wb/modules/wrapper/upgrade.php b/wbce/modules/wrapper/upgrade.php similarity index 100% rename from wb/modules/wrapper/upgrade.php rename to wbce/modules/wrapper/upgrade.php diff --git a/wb/modules/wrapper/view.php b/wbce/modules/wrapper/view.php similarity index 100% rename from wb/modules/wrapper/view.php rename to wbce/modules/wrapper/view.php diff --git a/wb/modules/wysiwyg/add.php b/wbce/modules/wysiwyg/add.php similarity index 100% rename from wb/modules/wysiwyg/add.php rename to wbce/modules/wysiwyg/add.php diff --git a/wb/modules/wysiwyg/delete.php b/wbce/modules/wysiwyg/delete.php similarity index 100% rename from wb/modules/wysiwyg/delete.php rename to wbce/modules/wysiwyg/delete.php diff --git a/wb/modules/wysiwyg/index.php b/wbce/modules/wysiwyg/index.php similarity index 100% rename from wb/modules/wysiwyg/index.php rename to wbce/modules/wysiwyg/index.php diff --git a/wb/modules/wysiwyg/info.php b/wbce/modules/wysiwyg/info.php similarity index 100% rename from wb/modules/wysiwyg/info.php rename to wbce/modules/wysiwyg/info.php diff --git a/wb/modules/wysiwyg/install.php b/wbce/modules/wysiwyg/install.php similarity index 100% rename from wb/modules/wysiwyg/install.php rename to wbce/modules/wysiwyg/install.php diff --git a/wb/modules/wysiwyg/languages/DA.php b/wbce/modules/wysiwyg/languages/DA.php similarity index 100% rename from wb/modules/wysiwyg/languages/DA.php rename to wbce/modules/wysiwyg/languages/DA.php diff --git a/wb/modules/wysiwyg/languages/DE.php b/wbce/modules/wysiwyg/languages/DE.php similarity index 100% rename from wb/modules/wysiwyg/languages/DE.php rename to wbce/modules/wysiwyg/languages/DE.php diff --git a/wb/modules/wysiwyg/languages/FR.php b/wbce/modules/wysiwyg/languages/FR.php similarity index 100% rename from wb/modules/wysiwyg/languages/FR.php rename to wbce/modules/wysiwyg/languages/FR.php diff --git a/wb/modules/wysiwyg/languages/NL.php b/wbce/modules/wysiwyg/languages/NL.php similarity index 100% rename from wb/modules/wysiwyg/languages/NL.php rename to wbce/modules/wysiwyg/languages/NL.php diff --git a/wb/modules/wysiwyg/languages/NO.php b/wbce/modules/wysiwyg/languages/NO.php similarity index 100% rename from wb/modules/wysiwyg/languages/NO.php rename to wbce/modules/wysiwyg/languages/NO.php diff --git a/wb/modules/wysiwyg/languages/RU.php b/wbce/modules/wysiwyg/languages/RU.php similarity index 100% rename from wb/modules/wysiwyg/languages/RU.php rename to wbce/modules/wysiwyg/languages/RU.php diff --git a/wb/modules/wysiwyg/languages/index.php b/wbce/modules/wysiwyg/languages/index.php similarity index 100% rename from wb/modules/wysiwyg/languages/index.php rename to wbce/modules/wysiwyg/languages/index.php diff --git a/wb/modules/wysiwyg/modify.php b/wbce/modules/wysiwyg/modify.php similarity index 100% rename from wb/modules/wysiwyg/modify.php rename to wbce/modules/wysiwyg/modify.php diff --git a/wb/modules/wysiwyg/save.php b/wbce/modules/wysiwyg/save.php similarity index 100% rename from wb/modules/wysiwyg/save.php rename to wbce/modules/wysiwyg/save.php diff --git a/wb/modules/wysiwyg/search.php b/wbce/modules/wysiwyg/search.php similarity index 100% rename from wb/modules/wysiwyg/search.php rename to wbce/modules/wysiwyg/search.php diff --git a/wb/modules/wysiwyg/upgrade.php b/wbce/modules/wysiwyg/upgrade.php similarity index 100% rename from wb/modules/wysiwyg/upgrade.php rename to wbce/modules/wysiwyg/upgrade.php diff --git a/wb/modules/wysiwyg/view.php b/wbce/modules/wysiwyg/view.php similarity index 100% rename from wb/modules/wysiwyg/view.php rename to wbce/modules/wysiwyg/view.php diff --git a/wb/pages/index.php b/wbce/pages/index.php similarity index 100% rename from wb/pages/index.php rename to wbce/pages/index.php diff --git a/wb/search/index.php b/wbce/search/index.php similarity index 100% rename from wb/search/index.php rename to wbce/search/index.php diff --git a/wb/search/search.php b/wbce/search/search.php similarity index 100% rename from wb/search/search.php rename to wbce/search/search.php diff --git a/wb/search/search_convert.php b/wbce/search/search_convert.php similarity index 100% rename from wb/search/search_convert.php rename to wbce/search/search_convert.php diff --git a/wb/search/search_convert_ul.php b/wbce/search/search_convert_ul.php similarity index 100% rename from wb/search/search_convert_ul.php rename to wbce/search/search_convert_ul.php diff --git a/wb/search/search_modext.php b/wbce/search/search_modext.php similarity index 100% rename from wb/search/search_modext.php rename to wbce/search/search_modext.php diff --git a/wb/short.php b/wbce/short.php similarity index 100% rename from wb/short.php rename to wbce/short.php diff --git a/wb/temp/index.php b/wbce/temp/index.php similarity index 100% rename from wb/temp/index.php rename to wbce/temp/index.php diff --git a/wb/templates/advancedThemeWbFlat/browse.css b/wbce/templates/advancedThemeWbFlat/browse.css similarity index 100% rename from wb/templates/advancedThemeWbFlat/browse.css rename to wbce/templates/advancedThemeWbFlat/browse.css diff --git a/wb/templates/advancedThemeWbFlat/contentinclude/dashboard/websiteinformations.php b/wbce/templates/advancedThemeWbFlat/contentinclude/dashboard/websiteinformations.php similarity index 100% rename from wb/templates/advancedThemeWbFlat/contentinclude/dashboard/websiteinformations.php rename to wbce/templates/advancedThemeWbFlat/contentinclude/dashboard/websiteinformations.php diff --git a/wb/templates/advancedThemeWbFlat/contentinclude/informationcenter/content-templates/readme.txt b/wbce/templates/advancedThemeWbFlat/contentinclude/informationcenter/content-templates/readme.txt similarity index 100% rename from wb/templates/advancedThemeWbFlat/contentinclude/informationcenter/content-templates/readme.txt rename to wbce/templates/advancedThemeWbFlat/contentinclude/informationcenter/content-templates/readme.txt diff --git a/wb/templates/advancedThemeWbFlat/contentinclude/informationcenter/content-templates/wb-newsfeed-en.informationcenter.content.php b/wbce/templates/advancedThemeWbFlat/contentinclude/informationcenter/content-templates/wb-newsfeed-en.informationcenter.content.php similarity index 100% rename from wb/templates/advancedThemeWbFlat/contentinclude/informationcenter/content-templates/wb-newsfeed-en.informationcenter.content.php rename to wbce/templates/advancedThemeWbFlat/contentinclude/informationcenter/content-templates/wb-newsfeed-en.informationcenter.content.php diff --git a/wb/templates/advancedThemeWbFlat/contentinclude/informationcenter/content-templates/wb-newsfeed-multilingual.informationcenter.content.php b/wbce/templates/advancedThemeWbFlat/contentinclude/informationcenter/content-templates/wb-newsfeed-multilingual.informationcenter.content.php similarity index 100% rename from wb/templates/advancedThemeWbFlat/contentinclude/informationcenter/content-templates/wb-newsfeed-multilingual.informationcenter.content.php rename to wbce/templates/advancedThemeWbFlat/contentinclude/informationcenter/content-templates/wb-newsfeed-multilingual.informationcenter.content.php diff --git a/wb/templates/advancedThemeWbFlat/contentinclude/informationcenter/include.php b/wbce/templates/advancedThemeWbFlat/contentinclude/informationcenter/include.php similarity index 100% rename from wb/templates/advancedThemeWbFlat/contentinclude/informationcenter/include.php rename to wbce/templates/advancedThemeWbFlat/contentinclude/informationcenter/include.php diff --git a/wb/templates/advancedThemeWbFlat/contentinclude/informationcenter/informationcenter.content.php b/wbce/templates/advancedThemeWbFlat/contentinclude/informationcenter/informationcenter.content.php similarity index 100% rename from wb/templates/advancedThemeWbFlat/contentinclude/informationcenter/informationcenter.content.php rename to wbce/templates/advancedThemeWbFlat/contentinclude/informationcenter/informationcenter.content.php diff --git a/wb/templates/advancedThemeWbFlat/contentinclude/informationcenter/informationcenter.css b/wbce/templates/advancedThemeWbFlat/contentinclude/informationcenter/informationcenter.css similarity index 100% rename from wb/templates/advancedThemeWbFlat/contentinclude/informationcenter/informationcenter.css rename to wbce/templates/advancedThemeWbFlat/contentinclude/informationcenter/informationcenter.css diff --git a/wb/templates/advancedThemeWbFlat/documentation/documentation.txt b/wbce/templates/advancedThemeWbFlat/documentation/documentation.txt similarity index 100% rename from wb/templates/advancedThemeWbFlat/documentation/documentation.txt rename to wbce/templates/advancedThemeWbFlat/documentation/documentation.txt diff --git a/wb/templates/advancedThemeWbFlat/documentation/screen01.jpg b/wbce/templates/advancedThemeWbFlat/documentation/screen01.jpg similarity index 100% rename from wb/templates/advancedThemeWbFlat/documentation/screen01.jpg rename to wbce/templates/advancedThemeWbFlat/documentation/screen01.jpg diff --git a/wb/templates/advancedThemeWbFlat/documentation/screen02.jpg b/wbce/templates/advancedThemeWbFlat/documentation/screen02.jpg similarity index 100% rename from wb/templates/advancedThemeWbFlat/documentation/screen02.jpg rename to wbce/templates/advancedThemeWbFlat/documentation/screen02.jpg diff --git a/wb/templates/advancedThemeWbFlat/documentation/screen03.jpg b/wbce/templates/advancedThemeWbFlat/documentation/screen03.jpg similarity index 100% rename from wb/templates/advancedThemeWbFlat/documentation/screen03.jpg rename to wbce/templates/advancedThemeWbFlat/documentation/screen03.jpg diff --git a/wb/templates/advancedThemeWbFlat/extern-modules-correction.css b/wbce/templates/advancedThemeWbFlat/extern-modules-correction.css similarity index 100% rename from wb/templates/advancedThemeWbFlat/extern-modules-correction.css rename to wbce/templates/advancedThemeWbFlat/extern-modules-correction.css diff --git a/wb/templates/advancedThemeWbFlat/former-css.css b/wbce/templates/advancedThemeWbFlat/former-css.css similarity index 100% rename from wb/templates/advancedThemeWbFlat/former-css.css rename to wbce/templates/advancedThemeWbFlat/former-css.css diff --git a/wb/templates/advancedThemeWbFlat/images/1x1.gif b/wbce/templates/advancedThemeWbFlat/images/1x1.gif similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/1x1.gif rename to wbce/templates/advancedThemeWbFlat/images/1x1.gif diff --git a/wb/templates/advancedThemeWbFlat/images/Image3.png b/wbce/templates/advancedThemeWbFlat/images/Image3.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/Image3.png rename to wbce/templates/advancedThemeWbFlat/images/Image3.png diff --git a/wb/templates/advancedThemeWbFlat/images/bg_sidebar.png b/wbce/templates/advancedThemeWbFlat/images/bg_sidebar.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/bg_sidebar.png rename to wbce/templates/advancedThemeWbFlat/images/bg_sidebar.png diff --git a/wb/templates/advancedThemeWbFlat/images/bgtitle.png b/wbce/templates/advancedThemeWbFlat/images/bgtitle.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/bgtitle.png rename to wbce/templates/advancedThemeWbFlat/images/bgtitle.png diff --git a/wb/templates/advancedThemeWbFlat/images/blank.gif b/wbce/templates/advancedThemeWbFlat/images/blank.gif similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/blank.gif rename to wbce/templates/advancedThemeWbFlat/images/blank.gif diff --git a/wb/templates/advancedThemeWbFlat/images/blank_16.gif b/wbce/templates/advancedThemeWbFlat/images/blank_16.gif similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/blank_16.gif rename to wbce/templates/advancedThemeWbFlat/images/blank_16.gif diff --git a/wb/templates/advancedThemeWbFlat/images/calendar_16.png b/wbce/templates/advancedThemeWbFlat/images/calendar_16.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/calendar_16.png rename to wbce/templates/advancedThemeWbFlat/images/calendar_16.png diff --git a/wb/templates/advancedThemeWbFlat/images/clock_16.png b/wbce/templates/advancedThemeWbFlat/images/clock_16.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/clock_16.png rename to wbce/templates/advancedThemeWbFlat/images/clock_16.png diff --git a/wb/templates/advancedThemeWbFlat/images/clock_del_16.png b/wbce/templates/advancedThemeWbFlat/images/clock_del_16.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/clock_del_16.png rename to wbce/templates/advancedThemeWbFlat/images/clock_del_16.png diff --git a/wb/templates/advancedThemeWbFlat/images/clock_red_16.png b/wbce/templates/advancedThemeWbFlat/images/clock_red_16.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/clock_red_16.png rename to wbce/templates/advancedThemeWbFlat/images/clock_red_16.png diff --git a/wb/templates/advancedThemeWbFlat/images/delete_16.png b/wbce/templates/advancedThemeWbFlat/images/delete_16.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/delete_16.png rename to wbce/templates/advancedThemeWbFlat/images/delete_16.png diff --git a/wb/templates/advancedThemeWbFlat/images/deleted_16.png b/wbce/templates/advancedThemeWbFlat/images/deleted_16.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/deleted_16.png rename to wbce/templates/advancedThemeWbFlat/images/deleted_16.png diff --git a/wb/templates/advancedThemeWbFlat/images/down_16.png b/wbce/templates/advancedThemeWbFlat/images/down_16.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/down_16.png rename to wbce/templates/advancedThemeWbFlat/images/down_16.png diff --git a/wb/templates/advancedThemeWbFlat/images/edit_16.png b/wbce/templates/advancedThemeWbFlat/images/edit_16.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/edit_16.png rename to wbce/templates/advancedThemeWbFlat/images/edit_16.png diff --git a/wb/templates/advancedThemeWbFlat/images/file.gif b/wbce/templates/advancedThemeWbFlat/images/file.gif similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/file.gif rename to wbce/templates/advancedThemeWbFlat/images/file.gif diff --git a/wb/templates/advancedThemeWbFlat/images/files/aif.png b/wbce/templates/advancedThemeWbFlat/images/files/aif.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/aif.png rename to wbce/templates/advancedThemeWbFlat/images/files/aif.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/asf.png b/wbce/templates/advancedThemeWbFlat/images/files/asf.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/asf.png rename to wbce/templates/advancedThemeWbFlat/images/files/asf.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/avi.png b/wbce/templates/advancedThemeWbFlat/images/files/avi.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/avi.png rename to wbce/templates/advancedThemeWbFlat/images/files/avi.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/blank_16.gif b/wbce/templates/advancedThemeWbFlat/images/files/blank_16.gif similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/blank_16.gif rename to wbce/templates/advancedThemeWbFlat/images/files/blank_16.gif diff --git a/wb/templates/advancedThemeWbFlat/images/files/blank_16.png b/wbce/templates/advancedThemeWbFlat/images/files/blank_16.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/blank_16.png rename to wbce/templates/advancedThemeWbFlat/images/files/blank_16.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/cda.png b/wbce/templates/advancedThemeWbFlat/images/files/cda.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/cda.png rename to wbce/templates/advancedThemeWbFlat/images/files/cda.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/css.png b/wbce/templates/advancedThemeWbFlat/images/files/css.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/css.png rename to wbce/templates/advancedThemeWbFlat/images/files/css.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/csv.png b/wbce/templates/advancedThemeWbFlat/images/files/csv.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/csv.png rename to wbce/templates/advancedThemeWbFlat/images/files/csv.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/doc.png b/wbce/templates/advancedThemeWbFlat/images/files/doc.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/doc.png rename to wbce/templates/advancedThemeWbFlat/images/files/doc.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/fh.png b/wbce/templates/advancedThemeWbFlat/images/files/fh.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/fh.png rename to wbce/templates/advancedThemeWbFlat/images/files/fh.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/fh10.png b/wbce/templates/advancedThemeWbFlat/images/files/fh10.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/fh10.png rename to wbce/templates/advancedThemeWbFlat/images/files/fh10.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/fla.png b/wbce/templates/advancedThemeWbFlat/images/files/fla.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/fla.png rename to wbce/templates/advancedThemeWbFlat/images/files/fla.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/gif.png b/wbce/templates/advancedThemeWbFlat/images/files/gif.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/gif.png rename to wbce/templates/advancedThemeWbFlat/images/files/gif.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/gz.png b/wbce/templates/advancedThemeWbFlat/images/files/gz.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/gz.png rename to wbce/templates/advancedThemeWbFlat/images/files/gz.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/html.png b/wbce/templates/advancedThemeWbFlat/images/files/html.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/html.png rename to wbce/templates/advancedThemeWbFlat/images/files/html.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/index.php b/wbce/templates/advancedThemeWbFlat/images/files/index.php similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/index.php rename to wbce/templates/advancedThemeWbFlat/images/files/index.php diff --git a/wb/templates/advancedThemeWbFlat/images/files/jpeg.png b/wbce/templates/advancedThemeWbFlat/images/files/jpeg.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/jpeg.png rename to wbce/templates/advancedThemeWbFlat/images/files/jpeg.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/jpg.png b/wbce/templates/advancedThemeWbFlat/images/files/jpg.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/jpg.png rename to wbce/templates/advancedThemeWbFlat/images/files/jpg.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/mp3.png b/wbce/templates/advancedThemeWbFlat/images/files/mp3.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/mp3.png rename to wbce/templates/advancedThemeWbFlat/images/files/mp3.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/mpg.png b/wbce/templates/advancedThemeWbFlat/images/files/mpg.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/mpg.png rename to wbce/templates/advancedThemeWbFlat/images/files/mpg.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/ogg.png b/wbce/templates/advancedThemeWbFlat/images/files/ogg.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/ogg.png rename to wbce/templates/advancedThemeWbFlat/images/files/ogg.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/pdf.png b/wbce/templates/advancedThemeWbFlat/images/files/pdf.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/pdf.png rename to wbce/templates/advancedThemeWbFlat/images/files/pdf.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/php.png b/wbce/templates/advancedThemeWbFlat/images/files/php.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/php.png rename to wbce/templates/advancedThemeWbFlat/images/files/php.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/png.png b/wbce/templates/advancedThemeWbFlat/images/files/png.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/png.png rename to wbce/templates/advancedThemeWbFlat/images/files/png.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/ppt.png b/wbce/templates/advancedThemeWbFlat/images/files/ppt.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/ppt.png rename to wbce/templates/advancedThemeWbFlat/images/files/ppt.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/rar.png b/wbce/templates/advancedThemeWbFlat/images/files/rar.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/rar.png rename to wbce/templates/advancedThemeWbFlat/images/files/rar.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/swf.png b/wbce/templates/advancedThemeWbFlat/images/files/swf.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/swf.png rename to wbce/templates/advancedThemeWbFlat/images/files/swf.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/tgz.png b/wbce/templates/advancedThemeWbFlat/images/files/tgz.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/tgz.png rename to wbce/templates/advancedThemeWbFlat/images/files/tgz.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/tif.png b/wbce/templates/advancedThemeWbFlat/images/files/tif.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/tif.png rename to wbce/templates/advancedThemeWbFlat/images/files/tif.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/tiff.png b/wbce/templates/advancedThemeWbFlat/images/files/tiff.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/tiff.png rename to wbce/templates/advancedThemeWbFlat/images/files/tiff.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/txt.png b/wbce/templates/advancedThemeWbFlat/images/files/txt.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/txt.png rename to wbce/templates/advancedThemeWbFlat/images/files/txt.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/unknown.png b/wbce/templates/advancedThemeWbFlat/images/files/unknown.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/unknown.png rename to wbce/templates/advancedThemeWbFlat/images/files/unknown.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/vcd.png b/wbce/templates/advancedThemeWbFlat/images/files/vcd.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/vcd.png rename to wbce/templates/advancedThemeWbFlat/images/files/vcd.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/wav.png b/wbce/templates/advancedThemeWbFlat/images/files/wav.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/wav.png rename to wbce/templates/advancedThemeWbFlat/images/files/wav.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/wmv.png b/wbce/templates/advancedThemeWbFlat/images/files/wmv.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/wmv.png rename to wbce/templates/advancedThemeWbFlat/images/files/wmv.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/xls.png b/wbce/templates/advancedThemeWbFlat/images/files/xls.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/xls.png rename to wbce/templates/advancedThemeWbFlat/images/files/xls.png diff --git a/wb/templates/advancedThemeWbFlat/images/files/zip.png b/wbce/templates/advancedThemeWbFlat/images/files/zip.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/files/zip.png rename to wbce/templates/advancedThemeWbFlat/images/files/zip.png diff --git a/wb/templates/advancedThemeWbFlat/images/flags/bg.png b/wbce/templates/advancedThemeWbFlat/images/flags/bg.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/flags/bg.png rename to wbce/templates/advancedThemeWbFlat/images/flags/bg.png diff --git a/wb/templates/advancedThemeWbFlat/images/flags/ca.png b/wbce/templates/advancedThemeWbFlat/images/flags/ca.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/flags/ca.png rename to wbce/templates/advancedThemeWbFlat/images/flags/ca.png diff --git a/wb/templates/advancedThemeWbFlat/images/flags/cs.png b/wbce/templates/advancedThemeWbFlat/images/flags/cs.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/flags/cs.png rename to wbce/templates/advancedThemeWbFlat/images/flags/cs.png diff --git a/wb/templates/advancedThemeWbFlat/images/flags/da.png b/wbce/templates/advancedThemeWbFlat/images/flags/da.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/flags/da.png rename to wbce/templates/advancedThemeWbFlat/images/flags/da.png diff --git a/wb/templates/advancedThemeWbFlat/images/flags/de.png b/wbce/templates/advancedThemeWbFlat/images/flags/de.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/flags/de.png rename to wbce/templates/advancedThemeWbFlat/images/flags/de.png diff --git a/wb/templates/advancedThemeWbFlat/images/flags/en.png b/wbce/templates/advancedThemeWbFlat/images/flags/en.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/flags/en.png rename to wbce/templates/advancedThemeWbFlat/images/flags/en.png diff --git a/wb/templates/advancedThemeWbFlat/images/flags/es.png b/wbce/templates/advancedThemeWbFlat/images/flags/es.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/flags/es.png rename to wbce/templates/advancedThemeWbFlat/images/flags/es.png diff --git a/wb/templates/advancedThemeWbFlat/images/flags/et.png b/wbce/templates/advancedThemeWbFlat/images/flags/et.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/flags/et.png rename to wbce/templates/advancedThemeWbFlat/images/flags/et.png diff --git a/wb/templates/advancedThemeWbFlat/images/flags/fi.png b/wbce/templates/advancedThemeWbFlat/images/flags/fi.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/flags/fi.png rename to wbce/templates/advancedThemeWbFlat/images/flags/fi.png diff --git a/wb/templates/advancedThemeWbFlat/images/flags/fr.png b/wbce/templates/advancedThemeWbFlat/images/flags/fr.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/flags/fr.png rename to wbce/templates/advancedThemeWbFlat/images/flags/fr.png diff --git a/wb/templates/advancedThemeWbFlat/images/flags/hr.png b/wbce/templates/advancedThemeWbFlat/images/flags/hr.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/flags/hr.png rename to wbce/templates/advancedThemeWbFlat/images/flags/hr.png diff --git a/wb/templates/advancedThemeWbFlat/images/flags/hu.png b/wbce/templates/advancedThemeWbFlat/images/flags/hu.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/flags/hu.png rename to wbce/templates/advancedThemeWbFlat/images/flags/hu.png diff --git a/wb/templates/advancedThemeWbFlat/images/flags/index.php b/wbce/templates/advancedThemeWbFlat/images/flags/index.php similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/flags/index.php rename to wbce/templates/advancedThemeWbFlat/images/flags/index.php diff --git a/wb/templates/advancedThemeWbFlat/images/flags/it.png b/wbce/templates/advancedThemeWbFlat/images/flags/it.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/flags/it.png rename to wbce/templates/advancedThemeWbFlat/images/flags/it.png diff --git a/wb/templates/advancedThemeWbFlat/images/flags/lv.png b/wbce/templates/advancedThemeWbFlat/images/flags/lv.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/flags/lv.png rename to wbce/templates/advancedThemeWbFlat/images/flags/lv.png diff --git a/wb/templates/advancedThemeWbFlat/images/flags/nl.png b/wbce/templates/advancedThemeWbFlat/images/flags/nl.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/flags/nl.png rename to wbce/templates/advancedThemeWbFlat/images/flags/nl.png diff --git a/wb/templates/advancedThemeWbFlat/images/flags/no.png b/wbce/templates/advancedThemeWbFlat/images/flags/no.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/flags/no.png rename to wbce/templates/advancedThemeWbFlat/images/flags/no.png diff --git a/wb/templates/advancedThemeWbFlat/images/flags/none.png b/wbce/templates/advancedThemeWbFlat/images/flags/none.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/flags/none.png rename to wbce/templates/advancedThemeWbFlat/images/flags/none.png diff --git a/wb/templates/advancedThemeWbFlat/images/flags/pl.png b/wbce/templates/advancedThemeWbFlat/images/flags/pl.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/flags/pl.png rename to wbce/templates/advancedThemeWbFlat/images/flags/pl.png diff --git a/wb/templates/advancedThemeWbFlat/images/flags/pt.png b/wbce/templates/advancedThemeWbFlat/images/flags/pt.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/flags/pt.png rename to wbce/templates/advancedThemeWbFlat/images/flags/pt.png diff --git a/wb/templates/advancedThemeWbFlat/images/flags/ru.png b/wbce/templates/advancedThemeWbFlat/images/flags/ru.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/flags/ru.png rename to wbce/templates/advancedThemeWbFlat/images/flags/ru.png diff --git a/wb/templates/advancedThemeWbFlat/images/flags/se.png b/wbce/templates/advancedThemeWbFlat/images/flags/se.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/flags/se.png rename to wbce/templates/advancedThemeWbFlat/images/flags/se.png diff --git a/wb/templates/advancedThemeWbFlat/images/flags/sk.png b/wbce/templates/advancedThemeWbFlat/images/flags/sk.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/flags/sk.png rename to wbce/templates/advancedThemeWbFlat/images/flags/sk.png diff --git a/wb/templates/advancedThemeWbFlat/images/flags/tr.png b/wbce/templates/advancedThemeWbFlat/images/flags/tr.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/flags/tr.png rename to wbce/templates/advancedThemeWbFlat/images/flags/tr.png diff --git a/wb/templates/advancedThemeWbFlat/images/folder_16.png b/wbce/templates/advancedThemeWbFlat/images/folder_16.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/folder_16.png rename to wbce/templates/advancedThemeWbFlat/images/folder_16.png diff --git a/wb/templates/advancedThemeWbFlat/images/hidden_16.png b/wbce/templates/advancedThemeWbFlat/images/hidden_16.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/hidden_16.png rename to wbce/templates/advancedThemeWbFlat/images/hidden_16.png diff --git a/wb/templates/advancedThemeWbFlat/images/image.gif b/wbce/templates/advancedThemeWbFlat/images/image.gif similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/image.gif rename to wbce/templates/advancedThemeWbFlat/images/image.gif diff --git a/wb/templates/advancedThemeWbFlat/images/index.php b/wbce/templates/advancedThemeWbFlat/images/index.php similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/index.php rename to wbce/templates/advancedThemeWbFlat/images/index.php diff --git a/wb/templates/advancedThemeWbFlat/images/keys_16.png b/wbce/templates/advancedThemeWbFlat/images/keys_16.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/keys_16.png rename to wbce/templates/advancedThemeWbFlat/images/keys_16.png diff --git a/wb/templates/advancedThemeWbFlat/images/logo.png b/wbce/templates/advancedThemeWbFlat/images/logo.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/logo.png rename to wbce/templates/advancedThemeWbFlat/images/logo.png diff --git a/wb/templates/advancedThemeWbFlat/images/minus_16.png b/wbce/templates/advancedThemeWbFlat/images/minus_16.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/minus_16.png rename to wbce/templates/advancedThemeWbFlat/images/minus_16.png diff --git a/wb/templates/advancedThemeWbFlat/images/modify_16.png b/wbce/templates/advancedThemeWbFlat/images/modify_16.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/modify_16.png rename to wbce/templates/advancedThemeWbFlat/images/modify_16.png diff --git a/wb/templates/advancedThemeWbFlat/images/newfolder.gif b/wbce/templates/advancedThemeWbFlat/images/newfolder.gif similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/newfolder.gif rename to wbce/templates/advancedThemeWbFlat/images/newfolder.gif diff --git a/wb/templates/advancedThemeWbFlat/images/noclock_16.png b/wbce/templates/advancedThemeWbFlat/images/noclock_16.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/noclock_16.png rename to wbce/templates/advancedThemeWbFlat/images/noclock_16.png diff --git a/wb/templates/advancedThemeWbFlat/images/none_16.png b/wbce/templates/advancedThemeWbFlat/images/none_16.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/none_16.png rename to wbce/templates/advancedThemeWbFlat/images/none_16.png diff --git a/wb/templates/advancedThemeWbFlat/images/pic_16.png b/wbce/templates/advancedThemeWbFlat/images/pic_16.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/pic_16.png rename to wbce/templates/advancedThemeWbFlat/images/pic_16.png diff --git a/wb/templates/advancedThemeWbFlat/images/pic_exist_16.png b/wbce/templates/advancedThemeWbFlat/images/pic_exist_16.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/pic_exist_16.png rename to wbce/templates/advancedThemeWbFlat/images/pic_exist_16.png diff --git a/wb/templates/advancedThemeWbFlat/images/plus_16.png b/wbce/templates/advancedThemeWbFlat/images/plus_16.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/plus_16.png rename to wbce/templates/advancedThemeWbFlat/images/plus_16.png diff --git a/wb/templates/advancedThemeWbFlat/images/preloader_blue.gif b/wbce/templates/advancedThemeWbFlat/images/preloader_blue.gif similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/preloader_blue.gif rename to wbce/templates/advancedThemeWbFlat/images/preloader_blue.gif diff --git a/wb/templates/advancedThemeWbFlat/images/preloader_gray.gif b/wbce/templates/advancedThemeWbFlat/images/preloader_gray.gif similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/preloader_gray.gif rename to wbce/templates/advancedThemeWbFlat/images/preloader_gray.gif diff --git a/wb/templates/advancedThemeWbFlat/images/preloader_green.gif b/wbce/templates/advancedThemeWbFlat/images/preloader_green.gif similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/preloader_green.gif rename to wbce/templates/advancedThemeWbFlat/images/preloader_green.gif diff --git a/wb/templates/advancedThemeWbFlat/images/preloader_red.gif b/wbce/templates/advancedThemeWbFlat/images/preloader_red.gif similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/preloader_red.gif rename to wbce/templates/advancedThemeWbFlat/images/preloader_red.gif diff --git a/wb/templates/advancedThemeWbFlat/images/private_16.png b/wbce/templates/advancedThemeWbFlat/images/private_16.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/private_16.png rename to wbce/templates/advancedThemeWbFlat/images/private_16.png diff --git a/wb/templates/advancedThemeWbFlat/images/reload_16.png b/wbce/templates/advancedThemeWbFlat/images/reload_16.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/reload_16.png rename to wbce/templates/advancedThemeWbFlat/images/reload_16.png diff --git a/wb/templates/advancedThemeWbFlat/images/resize_16.png b/wbce/templates/advancedThemeWbFlat/images/resize_16.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/resize_16.png rename to wbce/templates/advancedThemeWbFlat/images/resize_16.png diff --git a/wb/templates/advancedThemeWbFlat/images/restore_16.png b/wbce/templates/advancedThemeWbFlat/images/restore_16.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/restore_16.png rename to wbce/templates/advancedThemeWbFlat/images/restore_16.png diff --git a/wb/templates/advancedThemeWbFlat/images/sections_16.png b/wbce/templates/advancedThemeWbFlat/images/sections_16.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/sections_16.png rename to wbce/templates/advancedThemeWbFlat/images/sections_16.png diff --git a/wb/templates/advancedThemeWbFlat/images/siteadd.png b/wbce/templates/advancedThemeWbFlat/images/siteadd.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/siteadd.png rename to wbce/templates/advancedThemeWbFlat/images/siteadd.png diff --git a/wb/templates/advancedThemeWbFlat/images/symb_user.png b/wbce/templates/advancedThemeWbFlat/images/symb_user.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/symb_user.png rename to wbce/templates/advancedThemeWbFlat/images/symb_user.png diff --git a/wb/templates/advancedThemeWbFlat/images/tabl.jpg b/wbce/templates/advancedThemeWbFlat/images/tabl.jpg similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/tabl.jpg rename to wbce/templates/advancedThemeWbFlat/images/tabl.jpg diff --git a/wb/templates/advancedThemeWbFlat/images/tabr.jpg b/wbce/templates/advancedThemeWbFlat/images/tabr.jpg similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/tabr.jpg rename to wbce/templates/advancedThemeWbFlat/images/tabr.jpg diff --git a/wb/templates/advancedThemeWbFlat/images/unzip.gif b/wbce/templates/advancedThemeWbFlat/images/unzip.gif similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/unzip.gif rename to wbce/templates/advancedThemeWbFlat/images/unzip.gif diff --git a/wb/templates/advancedThemeWbFlat/images/up_16.png b/wbce/templates/advancedThemeWbFlat/images/up_16.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/up_16.png rename to wbce/templates/advancedThemeWbFlat/images/up_16.png diff --git a/wb/templates/advancedThemeWbFlat/images/up_folder_16.png b/wbce/templates/advancedThemeWbFlat/images/up_folder_16.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/up_folder_16.png rename to wbce/templates/advancedThemeWbFlat/images/up_folder_16.png diff --git a/wb/templates/advancedThemeWbFlat/images/user.png b/wbce/templates/advancedThemeWbFlat/images/user.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/user.png rename to wbce/templates/advancedThemeWbFlat/images/user.png diff --git a/wb/templates/advancedThemeWbFlat/images/user_delete.png b/wbce/templates/advancedThemeWbFlat/images/user_delete.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/user_delete.png rename to wbce/templates/advancedThemeWbFlat/images/user_delete.png diff --git a/wb/templates/advancedThemeWbFlat/images/user_red.png b/wbce/templates/advancedThemeWbFlat/images/user_red.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/user_red.png rename to wbce/templates/advancedThemeWbFlat/images/user_red.png diff --git a/wb/templates/advancedThemeWbFlat/images/view_16.png b/wbce/templates/advancedThemeWbFlat/images/view_16.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/view_16.png rename to wbce/templates/advancedThemeWbFlat/images/view_16.png diff --git a/wb/templates/advancedThemeWbFlat/images/visible_16.png b/wbce/templates/advancedThemeWbFlat/images/visible_16.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/visible_16.png rename to wbce/templates/advancedThemeWbFlat/images/visible_16.png diff --git a/wb/templates/advancedThemeWbFlat/images/visible_16_1.png b/wbce/templates/advancedThemeWbFlat/images/visible_16_1.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/visible_16_1.png rename to wbce/templates/advancedThemeWbFlat/images/visible_16_1.png diff --git a/wb/templates/advancedThemeWbFlat/images/wblogo.png b/wbce/templates/advancedThemeWbFlat/images/wblogo.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/wblogo.png rename to wbce/templates/advancedThemeWbFlat/images/wblogo.png diff --git a/wb/templates/advancedThemeWbFlat/images/wblogo_large.png b/wbce/templates/advancedThemeWbFlat/images/wblogo_large.png similarity index 100% rename from wb/templates/advancedThemeWbFlat/images/wblogo_large.png rename to wbce/templates/advancedThemeWbFlat/images/wblogo_large.png diff --git a/wb/templates/advancedThemeWbFlat/index.php b/wbce/templates/advancedThemeWbFlat/index.php similarity index 100% rename from wb/templates/advancedThemeWbFlat/index.php rename to wbce/templates/advancedThemeWbFlat/index.php diff --git a/wb/templates/advancedThemeWbFlat/info.php b/wbce/templates/advancedThemeWbFlat/info.php similarity index 100% rename from wb/templates/advancedThemeWbFlat/info.php rename to wbce/templates/advancedThemeWbFlat/info.php diff --git a/wb/templates/advancedThemeWbFlat/install.php b/wbce/templates/advancedThemeWbFlat/install.php similarity index 100% rename from wb/templates/advancedThemeWbFlat/install.php rename to wbce/templates/advancedThemeWbFlat/install.php diff --git a/wb/templates/advancedThemeWbFlat/jquery/jquery-fixedheader.js b/wbce/templates/advancedThemeWbFlat/jquery/jquery-fixedheader.js similarity index 100% rename from wb/templates/advancedThemeWbFlat/jquery/jquery-fixedheader.js rename to wbce/templates/advancedThemeWbFlat/jquery/jquery-fixedheader.js diff --git a/wb/templates/advancedThemeWbFlat/jquery/jquery-metadata.js b/wbce/templates/advancedThemeWbFlat/jquery/jquery-metadata.js similarity index 100% rename from wb/templates/advancedThemeWbFlat/jquery/jquery-metadata.js rename to wbce/templates/advancedThemeWbFlat/jquery/jquery-metadata.js diff --git a/wb/templates/advancedThemeWbFlat/jquery/jquery-plugins.js b/wbce/templates/advancedThemeWbFlat/jquery/jquery-plugins.js similarity index 100% rename from wb/templates/advancedThemeWbFlat/jquery/jquery-plugins.js rename to wbce/templates/advancedThemeWbFlat/jquery/jquery-plugins.js diff --git a/wb/templates/advancedThemeWbFlat/jquery/toggle_zip.js b/wbce/templates/advancedThemeWbFlat/jquery/toggle_zip.js similarity index 100% rename from wb/templates/advancedThemeWbFlat/jquery/toggle_zip.js rename to wbce/templates/advancedThemeWbFlat/jquery/toggle_zip.js diff --git a/wb/templates/advancedThemeWbFlat/jquery/webkit-focusfix.js b/wbce/templates/advancedThemeWbFlat/jquery/webkit-focusfix.js similarity index 100% rename from wb/templates/advancedThemeWbFlat/jquery/webkit-focusfix.js rename to wbce/templates/advancedThemeWbFlat/jquery/webkit-focusfix.js diff --git a/wb/templates/advancedThemeWbFlat/jquery_added/jq-ui/jquery-ui.v1.10.3.min.js b/wbce/templates/advancedThemeWbFlat/jquery_added/jq-ui/jquery-ui.v1.10.3.min.js similarity index 100% rename from wb/templates/advancedThemeWbFlat/jquery_added/jq-ui/jquery-ui.v1.10.3.min.js rename to wbce/templates/advancedThemeWbFlat/jquery_added/jq-ui/jquery-ui.v1.10.3.min.js diff --git a/wb/templates/advancedThemeWbFlat/jquery_added/jqTemplateActions.js b/wbce/templates/advancedThemeWbFlat/jquery_added/jqTemplateActions.js similarity index 100% rename from wb/templates/advancedThemeWbFlat/jquery_added/jqTemplateActions.js rename to wbce/templates/advancedThemeWbFlat/jquery_added/jqTemplateActions.js diff --git a/wb/templates/advancedThemeWbFlat/jquery_added/plugins/jqueryNiceFileInputWbVersion/README.md b/wbce/templates/advancedThemeWbFlat/jquery_added/plugins/jqueryNiceFileInputWbVersion/README.md similarity index 100% rename from wb/templates/advancedThemeWbFlat/jquery_added/plugins/jqueryNiceFileInputWbVersion/README.md rename to wbce/templates/advancedThemeWbFlat/jquery_added/plugins/jqueryNiceFileInputWbVersion/README.md diff --git a/wb/templates/advancedThemeWbFlat/jquery_added/plugins/jqueryNiceFileInputWbVersion/index.html b/wbce/templates/advancedThemeWbFlat/jquery_added/plugins/jqueryNiceFileInputWbVersion/index.html similarity index 100% rename from wb/templates/advancedThemeWbFlat/jquery_added/plugins/jqueryNiceFileInputWbVersion/index.html rename to wbce/templates/advancedThemeWbFlat/jquery_added/plugins/jqueryNiceFileInputWbVersion/index.html diff --git a/wb/templates/advancedThemeWbFlat/jquery_added/plugins/jqueryNiceFileInputWbVersion/jquery.nicefileinput.js b/wbce/templates/advancedThemeWbFlat/jquery_added/plugins/jqueryNiceFileInputWbVersion/jquery.nicefileinput.js similarity index 100% rename from wb/templates/advancedThemeWbFlat/jquery_added/plugins/jqueryNiceFileInputWbVersion/jquery.nicefileinput.js rename to wbce/templates/advancedThemeWbFlat/jquery_added/plugins/jqueryNiceFileInputWbVersion/jquery.nicefileinput.js diff --git a/wb/templates/advancedThemeWbFlat/jquery_added/plugins/jqueryNiceFileInputWbVersion/jquery.nicefileinput.min.js b/wbce/templates/advancedThemeWbFlat/jquery_added/plugins/jqueryNiceFileInputWbVersion/jquery.nicefileinput.min.js similarity index 100% rename from wb/templates/advancedThemeWbFlat/jquery_added/plugins/jqueryNiceFileInputWbVersion/jquery.nicefileinput.min.js rename to wbce/templates/advancedThemeWbFlat/jquery_added/plugins/jqueryNiceFileInputWbVersion/jquery.nicefileinput.min.js diff --git a/wb/templates/advancedThemeWbFlat/jquery_added/plugins/jqueryNiceFileInputWbVersion/readme-wb-version.txt b/wbce/templates/advancedThemeWbFlat/jquery_added/plugins/jqueryNiceFileInputWbVersion/readme-wb-version.txt similarity index 100% rename from wb/templates/advancedThemeWbFlat/jquery_added/plugins/jqueryNiceFileInputWbVersion/readme-wb-version.txt rename to wbce/templates/advancedThemeWbFlat/jquery_added/plugins/jqueryNiceFileInputWbVersion/readme-wb-version.txt diff --git a/wb/templates/advancedThemeWbFlat/jquery_added/plugins/jqueryStickyElements/documentation.txt b/wbce/templates/advancedThemeWbFlat/jquery_added/plugins/jqueryStickyElements/documentation.txt similarity index 100% rename from wb/templates/advancedThemeWbFlat/jquery_added/plugins/jqueryStickyElements/documentation.txt rename to wbce/templates/advancedThemeWbFlat/jquery_added/plugins/jqueryStickyElements/documentation.txt diff --git a/wb/templates/advancedThemeWbFlat/jquery_added/plugins/jqueryStickyElements/jquery.StickyElements.2.1.0.js b/wbce/templates/advancedThemeWbFlat/jquery_added/plugins/jqueryStickyElements/jquery.StickyElements.2.1.0.js similarity index 100% rename from wb/templates/advancedThemeWbFlat/jquery_added/plugins/jqueryStickyElements/jquery.StickyElements.2.1.0.js rename to wbce/templates/advancedThemeWbFlat/jquery_added/plugins/jqueryStickyElements/jquery.StickyElements.2.1.0.js diff --git a/wb/templates/advancedThemeWbFlat/jquery_added/plugins/phpSystemVars/themeVersion.php b/wbce/templates/advancedThemeWbFlat/jquery_added/plugins/phpSystemVars/themeVersion.php similarity index 100% rename from wb/templates/advancedThemeWbFlat/jquery_added/plugins/phpSystemVars/themeVersion.php rename to wbce/templates/advancedThemeWbFlat/jquery_added/plugins/phpSystemVars/themeVersion.php diff --git a/wb/templates/advancedThemeWbFlat/languages/DE.php b/wbce/templates/advancedThemeWbFlat/languages/DE.php similarity index 100% rename from wb/templates/advancedThemeWbFlat/languages/DE.php rename to wbce/templates/advancedThemeWbFlat/languages/DE.php diff --git a/wb/templates/advancedThemeWbFlat/languages/EN.php b/wbce/templates/advancedThemeWbFlat/languages/EN.php similarity index 100% rename from wb/templates/advancedThemeWbFlat/languages/EN.php rename to wbce/templates/advancedThemeWbFlat/languages/EN.php diff --git a/wb/templates/advancedThemeWbFlat/languages/FR.php b/wbce/templates/advancedThemeWbFlat/languages/FR.php similarity index 100% rename from wb/templates/advancedThemeWbFlat/languages/FR.php rename to wbce/templates/advancedThemeWbFlat/languages/FR.php diff --git a/wb/templates/advancedThemeWbFlat/languages/NL.php b/wbce/templates/advancedThemeWbFlat/languages/NL.php similarity index 100% rename from wb/templates/advancedThemeWbFlat/languages/NL.php rename to wbce/templates/advancedThemeWbFlat/languages/NL.php diff --git a/wb/templates/advancedThemeWbFlat/languages/index.php b/wbce/templates/advancedThemeWbFlat/languages/index.php similarity index 100% rename from wb/templates/advancedThemeWbFlat/languages/index.php rename to wbce/templates/advancedThemeWbFlat/languages/index.php diff --git a/wb/templates/advancedThemeWbFlat/media.css b/wbce/templates/advancedThemeWbFlat/media.css similarity index 100% rename from wb/templates/advancedThemeWbFlat/media.css rename to wbce/templates/advancedThemeWbFlat/media.css diff --git a/wb/templates/advancedThemeWbFlat/modules/gridForEditors12/gridForEditors12.css b/wbce/templates/advancedThemeWbFlat/modules/gridForEditors12/gridForEditors12.css similarity index 100% rename from wb/templates/advancedThemeWbFlat/modules/gridForEditors12/gridForEditors12.css rename to wbce/templates/advancedThemeWbFlat/modules/gridForEditors12/gridForEditors12.css diff --git a/wb/templates/advancedThemeWbFlat/templates/access.htt b/wbce/templates/advancedThemeWbFlat/templates/access.htt similarity index 100% rename from wb/templates/advancedThemeWbFlat/templates/access.htt rename to wbce/templates/advancedThemeWbFlat/templates/access.htt diff --git a/wb/templates/advancedThemeWbFlat/templates/addons.htt b/wbce/templates/advancedThemeWbFlat/templates/addons.htt similarity index 100% rename from wb/templates/advancedThemeWbFlat/templates/addons.htt rename to wbce/templates/advancedThemeWbFlat/templates/addons.htt diff --git a/wb/templates/advancedThemeWbFlat/templates/admintools.htt b/wbce/templates/advancedThemeWbFlat/templates/admintools.htt similarity index 100% rename from wb/templates/advancedThemeWbFlat/templates/admintools.htt rename to wbce/templates/advancedThemeWbFlat/templates/admintools.htt diff --git a/wb/templates/advancedThemeWbFlat/templates/error.htt b/wbce/templates/advancedThemeWbFlat/templates/error.htt similarity index 100% rename from wb/templates/advancedThemeWbFlat/templates/error.htt rename to wbce/templates/advancedThemeWbFlat/templates/error.htt diff --git a/wb/templates/advancedThemeWbFlat/templates/footer.htt b/wbce/templates/advancedThemeWbFlat/templates/footer.htt similarity index 100% rename from wb/templates/advancedThemeWbFlat/templates/footer.htt rename to wbce/templates/advancedThemeWbFlat/templates/footer.htt diff --git a/wb/templates/advancedThemeWbFlat/templates/header.htt b/wbce/templates/advancedThemeWbFlat/templates/header.htt similarity index 100% rename from wb/templates/advancedThemeWbFlat/templates/header.htt rename to wbce/templates/advancedThemeWbFlat/templates/header.htt diff --git a/wb/templates/advancedThemeWbFlat/templates/index.php b/wbce/templates/advancedThemeWbFlat/templates/index.php similarity index 100% rename from wb/templates/advancedThemeWbFlat/templates/index.php rename to wbce/templates/advancedThemeWbFlat/templates/index.php diff --git a/wb/templates/advancedThemeWbFlat/templates/languages.htt b/wbce/templates/advancedThemeWbFlat/templates/languages.htt similarity index 100% rename from wb/templates/advancedThemeWbFlat/templates/languages.htt rename to wbce/templates/advancedThemeWbFlat/templates/languages.htt diff --git a/wb/templates/advancedThemeWbFlat/templates/login.htt b/wbce/templates/advancedThemeWbFlat/templates/login.htt similarity index 100% rename from wb/templates/advancedThemeWbFlat/templates/login.htt rename to wbce/templates/advancedThemeWbFlat/templates/login.htt diff --git a/wb/templates/advancedThemeWbFlat/templates/login_forgot.htt b/wbce/templates/advancedThemeWbFlat/templates/login_forgot.htt similarity index 100% rename from wb/templates/advancedThemeWbFlat/templates/login_forgot.htt rename to wbce/templates/advancedThemeWbFlat/templates/login_forgot.htt diff --git a/wb/templates/advancedThemeWbFlat/templates/media.htt b/wbce/templates/advancedThemeWbFlat/templates/media.htt similarity index 100% rename from wb/templates/advancedThemeWbFlat/templates/media.htt rename to wbce/templates/advancedThemeWbFlat/templates/media.htt diff --git a/wb/templates/advancedThemeWbFlat/templates/modules.htt b/wbce/templates/advancedThemeWbFlat/templates/modules.htt similarity index 100% rename from wb/templates/advancedThemeWbFlat/templates/modules.htt rename to wbce/templates/advancedThemeWbFlat/templates/modules.htt diff --git a/wb/templates/advancedThemeWbFlat/templates/pages.htt b/wbce/templates/advancedThemeWbFlat/templates/pages.htt similarity index 100% rename from wb/templates/advancedThemeWbFlat/templates/pages.htt rename to wbce/templates/advancedThemeWbFlat/templates/pages.htt diff --git a/wb/templates/advancedThemeWbFlat/templates/pages_modify.htt b/wbce/templates/advancedThemeWbFlat/templates/pages_modify.htt similarity index 100% rename from wb/templates/advancedThemeWbFlat/templates/pages_modify.htt rename to wbce/templates/advancedThemeWbFlat/templates/pages_modify.htt diff --git a/wb/templates/advancedThemeWbFlat/templates/pages_sections.htt b/wbce/templates/advancedThemeWbFlat/templates/pages_sections.htt similarity index 100% rename from wb/templates/advancedThemeWbFlat/templates/pages_sections.htt rename to wbce/templates/advancedThemeWbFlat/templates/pages_sections.htt diff --git a/wb/templates/advancedThemeWbFlat/templates/pages_settings.htt b/wbce/templates/advancedThemeWbFlat/templates/pages_settings.htt similarity index 100% rename from wb/templates/advancedThemeWbFlat/templates/pages_settings.htt rename to wbce/templates/advancedThemeWbFlat/templates/pages_settings.htt diff --git a/wb/templates/advancedThemeWbFlat/templates/preferences.htt b/wbce/templates/advancedThemeWbFlat/templates/preferences.htt similarity index 100% rename from wb/templates/advancedThemeWbFlat/templates/preferences.htt rename to wbce/templates/advancedThemeWbFlat/templates/preferences.htt diff --git a/wb/templates/advancedThemeWbFlat/templates/settings.htt b/wbce/templates/advancedThemeWbFlat/templates/settings.htt similarity index 100% rename from wb/templates/advancedThemeWbFlat/templates/settings.htt rename to wbce/templates/advancedThemeWbFlat/templates/settings.htt diff --git a/wb/templates/advancedThemeWbFlat/templates/start.htt b/wbce/templates/advancedThemeWbFlat/templates/start.htt similarity index 100% rename from wb/templates/advancedThemeWbFlat/templates/start.htt rename to wbce/templates/advancedThemeWbFlat/templates/start.htt diff --git a/wb/templates/advancedThemeWbFlat/templates/success.htt b/wbce/templates/advancedThemeWbFlat/templates/success.htt similarity index 100% rename from wb/templates/advancedThemeWbFlat/templates/success.htt rename to wbce/templates/advancedThemeWbFlat/templates/success.htt diff --git a/wb/templates/advancedThemeWbFlat/templates/templates.htt b/wbce/templates/advancedThemeWbFlat/templates/templates.htt similarity index 100% rename from wb/templates/advancedThemeWbFlat/templates/templates.htt rename to wbce/templates/advancedThemeWbFlat/templates/templates.htt diff --git a/wb/templates/advancedThemeWbFlat/templates/warning.html b/wbce/templates/advancedThemeWbFlat/templates/warning.html similarity index 100% rename from wb/templates/advancedThemeWbFlat/templates/warning.html rename to wbce/templates/advancedThemeWbFlat/templates/warning.html diff --git a/wb/templates/advancedThemeWbFlat/theme-config.css b/wbce/templates/advancedThemeWbFlat/theme-config.css similarity index 100% rename from wb/templates/advancedThemeWbFlat/theme-config.css rename to wbce/templates/advancedThemeWbFlat/theme-config.css diff --git a/wb/templates/advancedThemeWbFlat/theme.css b/wbce/templates/advancedThemeWbFlat/theme.css similarity index 100% rename from wb/templates/advancedThemeWbFlat/theme.css rename to wbce/templates/advancedThemeWbFlat/theme.css diff --git a/wb/templates/advancedThemeWbFlat/uninstall.php b/wbce/templates/advancedThemeWbFlat/uninstall.php similarity index 100% rename from wb/templates/advancedThemeWbFlat/uninstall.php rename to wbce/templates/advancedThemeWbFlat/uninstall.php diff --git a/wb/templates/advancedThemeWbFlat/upgrade.php b/wbce/templates/advancedThemeWbFlat/upgrade.php similarity index 100% rename from wb/templates/advancedThemeWbFlat/upgrade.php rename to wbce/templates/advancedThemeWbFlat/upgrade.php diff --git a/wb/templates/advancedThemeWbFlat/webfonts/fontawesome_include/font-awesome.4.2.0.min.css b/wbce/templates/advancedThemeWbFlat/webfonts/fontawesome_include/font-awesome.4.2.0.min.css similarity index 100% rename from wb/templates/advancedThemeWbFlat/webfonts/fontawesome_include/font-awesome.4.2.0.min.css rename to wbce/templates/advancedThemeWbFlat/webfonts/fontawesome_include/font-awesome.4.2.0.min.css diff --git a/wb/templates/advancedThemeWbFlat/webfonts/fonts/FontAwesome.otf b/wbce/templates/advancedThemeWbFlat/webfonts/fonts/FontAwesome.otf similarity index 100% rename from wb/templates/advancedThemeWbFlat/webfonts/fonts/FontAwesome.otf rename to wbce/templates/advancedThemeWbFlat/webfonts/fonts/FontAwesome.otf diff --git a/wb/templates/advancedThemeWbFlat/webfonts/fonts/fontawesome-webfont.eot b/wbce/templates/advancedThemeWbFlat/webfonts/fonts/fontawesome-webfont.eot similarity index 100% rename from wb/templates/advancedThemeWbFlat/webfonts/fonts/fontawesome-webfont.eot rename to wbce/templates/advancedThemeWbFlat/webfonts/fonts/fontawesome-webfont.eot diff --git a/wb/templates/advancedThemeWbFlat/webfonts/fonts/fontawesome-webfont.svg b/wbce/templates/advancedThemeWbFlat/webfonts/fonts/fontawesome-webfont.svg similarity index 100% rename from wb/templates/advancedThemeWbFlat/webfonts/fonts/fontawesome-webfont.svg rename to wbce/templates/advancedThemeWbFlat/webfonts/fonts/fontawesome-webfont.svg diff --git a/wb/templates/advancedThemeWbFlat/webfonts/fonts/fontawesome-webfont.ttf b/wbce/templates/advancedThemeWbFlat/webfonts/fonts/fontawesome-webfont.ttf similarity index 100% rename from wb/templates/advancedThemeWbFlat/webfonts/fonts/fontawesome-webfont.ttf rename to wbce/templates/advancedThemeWbFlat/webfonts/fonts/fontawesome-webfont.ttf diff --git a/wb/templates/advancedThemeWbFlat/webfonts/fonts/fontawesome-webfont.woff b/wbce/templates/advancedThemeWbFlat/webfonts/fonts/fontawesome-webfont.woff similarity index 100% rename from wb/templates/advancedThemeWbFlat/webfonts/fonts/fontawesome-webfont.woff rename to wbce/templates/advancedThemeWbFlat/webfonts/fonts/fontawesome-webfont.woff diff --git a/wb/templates/argos_theme/browse.css b/wbce/templates/argos_theme/browse.css similarity index 100% rename from wb/templates/argos_theme/browse.css rename to wbce/templates/argos_theme/browse.css diff --git a/wb/templates/argos_theme/icons/access.png b/wbce/templates/argos_theme/icons/access.png similarity index 100% rename from wb/templates/argos_theme/icons/access.png rename to wbce/templates/argos_theme/icons/access.png diff --git a/wb/templates/argos_theme/icons/addons.png b/wbce/templates/argos_theme/icons/addons.png similarity index 100% rename from wb/templates/argos_theme/icons/addons.png rename to wbce/templates/argos_theme/icons/addons.png diff --git a/wb/templates/argos_theme/icons/admintools.png b/wbce/templates/argos_theme/icons/admintools.png similarity index 100% rename from wb/templates/argos_theme/icons/admintools.png rename to wbce/templates/argos_theme/icons/admintools.png diff --git a/wb/templates/argos_theme/icons/groups.png b/wbce/templates/argos_theme/icons/groups.png similarity index 100% rename from wb/templates/argos_theme/icons/groups.png rename to wbce/templates/argos_theme/icons/groups.png diff --git a/wb/templates/argos_theme/icons/help.png b/wbce/templates/argos_theme/icons/help.png similarity index 100% rename from wb/templates/argos_theme/icons/help.png rename to wbce/templates/argos_theme/icons/help.png diff --git a/wb/templates/argos_theme/icons/index.php b/wbce/templates/argos_theme/icons/index.php similarity index 100% rename from wb/templates/argos_theme/icons/index.php rename to wbce/templates/argos_theme/icons/index.php diff --git a/wb/templates/argos_theme/icons/languages.png b/wbce/templates/argos_theme/icons/languages.png similarity index 100% rename from wb/templates/argos_theme/icons/languages.png rename to wbce/templates/argos_theme/icons/languages.png diff --git a/wb/templates/argos_theme/icons/media.png b/wbce/templates/argos_theme/icons/media.png similarity index 100% rename from wb/templates/argos_theme/icons/media.png rename to wbce/templates/argos_theme/icons/media.png diff --git a/wb/templates/argos_theme/icons/modules.png b/wbce/templates/argos_theme/icons/modules.png similarity index 100% rename from wb/templates/argos_theme/icons/modules.png rename to wbce/templates/argos_theme/icons/modules.png diff --git a/wb/templates/argos_theme/icons/pages.png b/wbce/templates/argos_theme/icons/pages.png similarity index 100% rename from wb/templates/argos_theme/icons/pages.png rename to wbce/templates/argos_theme/icons/pages.png diff --git a/wb/templates/argos_theme/icons/preferences.png b/wbce/templates/argos_theme/icons/preferences.png similarity index 100% rename from wb/templates/argos_theme/icons/preferences.png rename to wbce/templates/argos_theme/icons/preferences.png diff --git a/wb/templates/argos_theme/icons/settings.png b/wbce/templates/argos_theme/icons/settings.png similarity index 100% rename from wb/templates/argos_theme/icons/settings.png rename to wbce/templates/argos_theme/icons/settings.png diff --git a/wb/templates/argos_theme/icons/templates.png b/wbce/templates/argos_theme/icons/templates.png similarity index 100% rename from wb/templates/argos_theme/icons/templates.png rename to wbce/templates/argos_theme/icons/templates.png diff --git a/wb/templates/argos_theme/icons/users.png b/wbce/templates/argos_theme/icons/users.png similarity index 100% rename from wb/templates/argos_theme/icons/users.png rename to wbce/templates/argos_theme/icons/users.png diff --git a/wb/templates/argos_theme/icons/view.png b/wbce/templates/argos_theme/icons/view.png similarity index 100% rename from wb/templates/argos_theme/icons/view.png rename to wbce/templates/argos_theme/icons/view.png diff --git a/wb/templates/argos_theme/images/1x1.gif b/wbce/templates/argos_theme/images/1x1.gif similarity index 100% rename from wb/templates/argos_theme/images/1x1.gif rename to wbce/templates/argos_theme/images/1x1.gif diff --git a/wb/templates/argos_theme/images/Image3.png b/wbce/templates/argos_theme/images/Image3.png similarity index 100% rename from wb/templates/argos_theme/images/Image3.png rename to wbce/templates/argos_theme/images/Image3.png diff --git a/wb/templates/argos_theme/images/background.jpg b/wbce/templates/argos_theme/images/background.jpg similarity index 100% rename from wb/templates/argos_theme/images/background.jpg rename to wbce/templates/argos_theme/images/background.jpg diff --git a/wb/templates/argos_theme/images/background.png b/wbce/templates/argos_theme/images/background.png similarity index 100% rename from wb/templates/argos_theme/images/background.png rename to wbce/templates/argos_theme/images/background.png diff --git a/wb/templates/argos_theme/images/bgtitle.png b/wbce/templates/argos_theme/images/bgtitle.png similarity index 100% rename from wb/templates/argos_theme/images/bgtitle.png rename to wbce/templates/argos_theme/images/bgtitle.png diff --git a/wb/templates/argos_theme/images/blank.gif b/wbce/templates/argos_theme/images/blank.gif similarity index 100% rename from wb/templates/argos_theme/images/blank.gif rename to wbce/templates/argos_theme/images/blank.gif diff --git a/wb/templates/argos_theme/images/blank_16.gif b/wbce/templates/argos_theme/images/blank_16.gif similarity index 100% rename from wb/templates/argos_theme/images/blank_16.gif rename to wbce/templates/argos_theme/images/blank_16.gif diff --git a/wb/templates/argos_theme/images/calendar_16.png b/wbce/templates/argos_theme/images/calendar_16.png similarity index 100% rename from wb/templates/argos_theme/images/calendar_16.png rename to wbce/templates/argos_theme/images/calendar_16.png diff --git a/wb/templates/argos_theme/images/clock_16.png b/wbce/templates/argos_theme/images/clock_16.png similarity index 100% rename from wb/templates/argos_theme/images/clock_16.png rename to wbce/templates/argos_theme/images/clock_16.png diff --git a/wb/templates/argos_theme/images/clock_del_16.png b/wbce/templates/argos_theme/images/clock_del_16.png similarity index 100% rename from wb/templates/argos_theme/images/clock_del_16.png rename to wbce/templates/argos_theme/images/clock_del_16.png diff --git a/wb/templates/argos_theme/images/clock_red_16.png b/wbce/templates/argos_theme/images/clock_red_16.png similarity index 100% rename from wb/templates/argos_theme/images/clock_red_16.png rename to wbce/templates/argos_theme/images/clock_red_16.png diff --git a/wb/templates/argos_theme/images/delete_16.png b/wbce/templates/argos_theme/images/delete_16.png similarity index 100% rename from wb/templates/argos_theme/images/delete_16.png rename to wbce/templates/argos_theme/images/delete_16.png diff --git a/wb/templates/argos_theme/images/deleted_16.png b/wbce/templates/argos_theme/images/deleted_16.png similarity index 100% rename from wb/templates/argos_theme/images/deleted_16.png rename to wbce/templates/argos_theme/images/deleted_16.png diff --git a/wb/templates/argos_theme/images/down_16.png b/wbce/templates/argos_theme/images/down_16.png similarity index 100% rename from wb/templates/argos_theme/images/down_16.png rename to wbce/templates/argos_theme/images/down_16.png diff --git a/wb/templates/argos_theme/images/edit_16.png b/wbce/templates/argos_theme/images/edit_16.png similarity index 100% rename from wb/templates/argos_theme/images/edit_16.png rename to wbce/templates/argos_theme/images/edit_16.png diff --git a/wb/templates/argos_theme/images/file.gif b/wbce/templates/argos_theme/images/file.gif similarity index 100% rename from wb/templates/argos_theme/images/file.gif rename to wbce/templates/argos_theme/images/file.gif diff --git a/wb/templates/argos_theme/images/files/aif.png b/wbce/templates/argos_theme/images/files/aif.png similarity index 100% rename from wb/templates/argos_theme/images/files/aif.png rename to wbce/templates/argos_theme/images/files/aif.png diff --git a/wb/templates/argos_theme/images/files/asf.png b/wbce/templates/argos_theme/images/files/asf.png similarity index 100% rename from wb/templates/argos_theme/images/files/asf.png rename to wbce/templates/argos_theme/images/files/asf.png diff --git a/wb/templates/argos_theme/images/files/avi.png b/wbce/templates/argos_theme/images/files/avi.png similarity index 100% rename from wb/templates/argos_theme/images/files/avi.png rename to wbce/templates/argos_theme/images/files/avi.png diff --git a/wb/templates/argos_theme/images/files/blank_16.gif b/wbce/templates/argos_theme/images/files/blank_16.gif similarity index 100% rename from wb/templates/argos_theme/images/files/blank_16.gif rename to wbce/templates/argos_theme/images/files/blank_16.gif diff --git a/wb/templates/argos_theme/images/files/blank_16.png b/wbce/templates/argos_theme/images/files/blank_16.png similarity index 100% rename from wb/templates/argos_theme/images/files/blank_16.png rename to wbce/templates/argos_theme/images/files/blank_16.png diff --git a/wb/templates/argos_theme/images/files/cda.png b/wbce/templates/argos_theme/images/files/cda.png similarity index 100% rename from wb/templates/argos_theme/images/files/cda.png rename to wbce/templates/argos_theme/images/files/cda.png diff --git a/wb/templates/argos_theme/images/files/css.png b/wbce/templates/argos_theme/images/files/css.png similarity index 100% rename from wb/templates/argos_theme/images/files/css.png rename to wbce/templates/argos_theme/images/files/css.png diff --git a/wb/templates/argos_theme/images/files/csv.png b/wbce/templates/argos_theme/images/files/csv.png similarity index 100% rename from wb/templates/argos_theme/images/files/csv.png rename to wbce/templates/argos_theme/images/files/csv.png diff --git a/wb/templates/argos_theme/images/files/doc.png b/wbce/templates/argos_theme/images/files/doc.png similarity index 100% rename from wb/templates/argos_theme/images/files/doc.png rename to wbce/templates/argos_theme/images/files/doc.png diff --git a/wb/templates/argos_theme/images/files/fh.png b/wbce/templates/argos_theme/images/files/fh.png similarity index 100% rename from wb/templates/argos_theme/images/files/fh.png rename to wbce/templates/argos_theme/images/files/fh.png diff --git a/wb/templates/argos_theme/images/files/fh10.png b/wbce/templates/argos_theme/images/files/fh10.png similarity index 100% rename from wb/templates/argos_theme/images/files/fh10.png rename to wbce/templates/argos_theme/images/files/fh10.png diff --git a/wb/templates/argos_theme/images/files/fla.png b/wbce/templates/argos_theme/images/files/fla.png similarity index 100% rename from wb/templates/argos_theme/images/files/fla.png rename to wbce/templates/argos_theme/images/files/fla.png diff --git a/wb/templates/argos_theme/images/files/gif.png b/wbce/templates/argos_theme/images/files/gif.png similarity index 100% rename from wb/templates/argos_theme/images/files/gif.png rename to wbce/templates/argos_theme/images/files/gif.png diff --git a/wb/templates/argos_theme/images/files/gz.png b/wbce/templates/argos_theme/images/files/gz.png similarity index 100% rename from wb/templates/argos_theme/images/files/gz.png rename to wbce/templates/argos_theme/images/files/gz.png diff --git a/wb/templates/argos_theme/images/files/html.png b/wbce/templates/argos_theme/images/files/html.png similarity index 100% rename from wb/templates/argos_theme/images/files/html.png rename to wbce/templates/argos_theme/images/files/html.png diff --git a/wb/templates/argos_theme/images/files/index.php b/wbce/templates/argos_theme/images/files/index.php similarity index 100% rename from wb/templates/argos_theme/images/files/index.php rename to wbce/templates/argos_theme/images/files/index.php diff --git a/wb/templates/argos_theme/images/files/jpeg.png b/wbce/templates/argos_theme/images/files/jpeg.png similarity index 100% rename from wb/templates/argos_theme/images/files/jpeg.png rename to wbce/templates/argos_theme/images/files/jpeg.png diff --git a/wb/templates/argos_theme/images/files/jpg.png b/wbce/templates/argos_theme/images/files/jpg.png similarity index 100% rename from wb/templates/argos_theme/images/files/jpg.png rename to wbce/templates/argos_theme/images/files/jpg.png diff --git a/wb/templates/argos_theme/images/files/mp3.png b/wbce/templates/argos_theme/images/files/mp3.png similarity index 100% rename from wb/templates/argos_theme/images/files/mp3.png rename to wbce/templates/argos_theme/images/files/mp3.png diff --git a/wb/templates/argos_theme/images/files/mpg.png b/wbce/templates/argos_theme/images/files/mpg.png similarity index 100% rename from wb/templates/argos_theme/images/files/mpg.png rename to wbce/templates/argos_theme/images/files/mpg.png diff --git a/wb/templates/argos_theme/images/files/ogg.png b/wbce/templates/argos_theme/images/files/ogg.png similarity index 100% rename from wb/templates/argos_theme/images/files/ogg.png rename to wbce/templates/argos_theme/images/files/ogg.png diff --git a/wb/templates/argos_theme/images/files/pdf.png b/wbce/templates/argos_theme/images/files/pdf.png similarity index 100% rename from wb/templates/argos_theme/images/files/pdf.png rename to wbce/templates/argos_theme/images/files/pdf.png diff --git a/wb/templates/argos_theme/images/files/php.png b/wbce/templates/argos_theme/images/files/php.png similarity index 100% rename from wb/templates/argos_theme/images/files/php.png rename to wbce/templates/argos_theme/images/files/php.png diff --git a/wb/templates/argos_theme/images/files/png.png b/wbce/templates/argos_theme/images/files/png.png similarity index 100% rename from wb/templates/argos_theme/images/files/png.png rename to wbce/templates/argos_theme/images/files/png.png diff --git a/wb/templates/argos_theme/images/files/ppt.png b/wbce/templates/argos_theme/images/files/ppt.png similarity index 100% rename from wb/templates/argos_theme/images/files/ppt.png rename to wbce/templates/argos_theme/images/files/ppt.png diff --git a/wb/templates/argos_theme/images/files/rar.png b/wbce/templates/argos_theme/images/files/rar.png similarity index 100% rename from wb/templates/argos_theme/images/files/rar.png rename to wbce/templates/argos_theme/images/files/rar.png diff --git a/wb/templates/argos_theme/images/files/swf.png b/wbce/templates/argos_theme/images/files/swf.png similarity index 100% rename from wb/templates/argos_theme/images/files/swf.png rename to wbce/templates/argos_theme/images/files/swf.png diff --git a/wb/templates/argos_theme/images/files/tgz.png b/wbce/templates/argos_theme/images/files/tgz.png similarity index 100% rename from wb/templates/argos_theme/images/files/tgz.png rename to wbce/templates/argos_theme/images/files/tgz.png diff --git a/wb/templates/argos_theme/images/files/tif.png b/wbce/templates/argos_theme/images/files/tif.png similarity index 100% rename from wb/templates/argos_theme/images/files/tif.png rename to wbce/templates/argos_theme/images/files/tif.png diff --git a/wb/templates/argos_theme/images/files/tiff.png b/wbce/templates/argos_theme/images/files/tiff.png similarity index 100% rename from wb/templates/argos_theme/images/files/tiff.png rename to wbce/templates/argos_theme/images/files/tiff.png diff --git a/wb/templates/argos_theme/images/files/txt.png b/wbce/templates/argos_theme/images/files/txt.png similarity index 100% rename from wb/templates/argos_theme/images/files/txt.png rename to wbce/templates/argos_theme/images/files/txt.png diff --git a/wb/templates/argos_theme/images/files/unknown.png b/wbce/templates/argos_theme/images/files/unknown.png similarity index 100% rename from wb/templates/argos_theme/images/files/unknown.png rename to wbce/templates/argos_theme/images/files/unknown.png diff --git a/wb/templates/argos_theme/images/files/vcd.png b/wbce/templates/argos_theme/images/files/vcd.png similarity index 100% rename from wb/templates/argos_theme/images/files/vcd.png rename to wbce/templates/argos_theme/images/files/vcd.png diff --git a/wb/templates/argos_theme/images/files/wav.png b/wbce/templates/argos_theme/images/files/wav.png similarity index 100% rename from wb/templates/argos_theme/images/files/wav.png rename to wbce/templates/argos_theme/images/files/wav.png diff --git a/wb/templates/argos_theme/images/files/wmv.png b/wbce/templates/argos_theme/images/files/wmv.png similarity index 100% rename from wb/templates/argos_theme/images/files/wmv.png rename to wbce/templates/argos_theme/images/files/wmv.png diff --git a/wb/templates/argos_theme/images/files/xls.png b/wbce/templates/argos_theme/images/files/xls.png similarity index 100% rename from wb/templates/argos_theme/images/files/xls.png rename to wbce/templates/argos_theme/images/files/xls.png diff --git a/wb/templates/argos_theme/images/files/zip.png b/wbce/templates/argos_theme/images/files/zip.png similarity index 100% rename from wb/templates/argos_theme/images/files/zip.png rename to wbce/templates/argos_theme/images/files/zip.png diff --git a/wb/templates/argos_theme/images/flags/bg.png b/wbce/templates/argos_theme/images/flags/bg.png similarity index 100% rename from wb/templates/argos_theme/images/flags/bg.png rename to wbce/templates/argos_theme/images/flags/bg.png diff --git a/wb/templates/argos_theme/images/flags/ca.png b/wbce/templates/argos_theme/images/flags/ca.png similarity index 100% rename from wb/templates/argos_theme/images/flags/ca.png rename to wbce/templates/argos_theme/images/flags/ca.png diff --git a/wb/templates/argos_theme/images/flags/cs.png b/wbce/templates/argos_theme/images/flags/cs.png similarity index 100% rename from wb/templates/argos_theme/images/flags/cs.png rename to wbce/templates/argos_theme/images/flags/cs.png diff --git a/wb/templates/argos_theme/images/flags/da.png b/wbce/templates/argos_theme/images/flags/da.png similarity index 100% rename from wb/templates/argos_theme/images/flags/da.png rename to wbce/templates/argos_theme/images/flags/da.png diff --git a/wb/templates/argos_theme/images/flags/de.png b/wbce/templates/argos_theme/images/flags/de.png similarity index 100% rename from wb/templates/argos_theme/images/flags/de.png rename to wbce/templates/argos_theme/images/flags/de.png diff --git a/wb/templates/argos_theme/images/flags/en.png b/wbce/templates/argos_theme/images/flags/en.png similarity index 100% rename from wb/templates/argos_theme/images/flags/en.png rename to wbce/templates/argos_theme/images/flags/en.png diff --git a/wb/templates/argos_theme/images/flags/es.png b/wbce/templates/argos_theme/images/flags/es.png similarity index 100% rename from wb/templates/argos_theme/images/flags/es.png rename to wbce/templates/argos_theme/images/flags/es.png diff --git a/wb/templates/argos_theme/images/flags/et.png b/wbce/templates/argos_theme/images/flags/et.png similarity index 100% rename from wb/templates/argos_theme/images/flags/et.png rename to wbce/templates/argos_theme/images/flags/et.png diff --git a/wb/templates/argos_theme/images/flags/fi.png b/wbce/templates/argos_theme/images/flags/fi.png similarity index 100% rename from wb/templates/argos_theme/images/flags/fi.png rename to wbce/templates/argos_theme/images/flags/fi.png diff --git a/wb/templates/argos_theme/images/flags/fr.png b/wbce/templates/argos_theme/images/flags/fr.png similarity index 100% rename from wb/templates/argos_theme/images/flags/fr.png rename to wbce/templates/argos_theme/images/flags/fr.png diff --git a/wb/templates/argos_theme/images/flags/hr.png b/wbce/templates/argos_theme/images/flags/hr.png similarity index 100% rename from wb/templates/argos_theme/images/flags/hr.png rename to wbce/templates/argos_theme/images/flags/hr.png diff --git a/wb/templates/argos_theme/images/flags/hu.png b/wbce/templates/argos_theme/images/flags/hu.png similarity index 100% rename from wb/templates/argos_theme/images/flags/hu.png rename to wbce/templates/argos_theme/images/flags/hu.png diff --git a/wb/templates/argos_theme/images/flags/index.php b/wbce/templates/argos_theme/images/flags/index.php similarity index 100% rename from wb/templates/argos_theme/images/flags/index.php rename to wbce/templates/argos_theme/images/flags/index.php diff --git a/wb/templates/argos_theme/images/flags/it.png b/wbce/templates/argos_theme/images/flags/it.png similarity index 100% rename from wb/templates/argos_theme/images/flags/it.png rename to wbce/templates/argos_theme/images/flags/it.png diff --git a/wb/templates/argos_theme/images/flags/lv.png b/wbce/templates/argos_theme/images/flags/lv.png similarity index 100% rename from wb/templates/argos_theme/images/flags/lv.png rename to wbce/templates/argos_theme/images/flags/lv.png diff --git a/wb/templates/argos_theme/images/flags/nl.png b/wbce/templates/argos_theme/images/flags/nl.png similarity index 100% rename from wb/templates/argos_theme/images/flags/nl.png rename to wbce/templates/argos_theme/images/flags/nl.png diff --git a/wb/templates/argos_theme/images/flags/no.png b/wbce/templates/argos_theme/images/flags/no.png similarity index 100% rename from wb/templates/argos_theme/images/flags/no.png rename to wbce/templates/argos_theme/images/flags/no.png diff --git a/wb/templates/argos_theme/images/flags/none.png b/wbce/templates/argos_theme/images/flags/none.png similarity index 100% rename from wb/templates/argos_theme/images/flags/none.png rename to wbce/templates/argos_theme/images/flags/none.png diff --git a/wb/templates/argos_theme/images/flags/pl.png b/wbce/templates/argos_theme/images/flags/pl.png similarity index 100% rename from wb/templates/argos_theme/images/flags/pl.png rename to wbce/templates/argos_theme/images/flags/pl.png diff --git a/wb/templates/argos_theme/images/flags/pt.png b/wbce/templates/argos_theme/images/flags/pt.png similarity index 100% rename from wb/templates/argos_theme/images/flags/pt.png rename to wbce/templates/argos_theme/images/flags/pt.png diff --git a/wb/templates/argos_theme/images/flags/ru.png b/wbce/templates/argos_theme/images/flags/ru.png similarity index 100% rename from wb/templates/argos_theme/images/flags/ru.png rename to wbce/templates/argos_theme/images/flags/ru.png diff --git a/wb/templates/argos_theme/images/flags/se.png b/wbce/templates/argos_theme/images/flags/se.png similarity index 100% rename from wb/templates/argos_theme/images/flags/se.png rename to wbce/templates/argos_theme/images/flags/se.png diff --git a/wb/templates/argos_theme/images/flags/sk.png b/wbce/templates/argos_theme/images/flags/sk.png similarity index 100% rename from wb/templates/argos_theme/images/flags/sk.png rename to wbce/templates/argos_theme/images/flags/sk.png diff --git a/wb/templates/argos_theme/images/flags/tr.png b/wbce/templates/argos_theme/images/flags/tr.png similarity index 100% rename from wb/templates/argos_theme/images/flags/tr.png rename to wbce/templates/argos_theme/images/flags/tr.png diff --git a/wb/templates/argos_theme/images/folder_16.png b/wbce/templates/argos_theme/images/folder_16.png similarity index 100% rename from wb/templates/argos_theme/images/folder_16.png rename to wbce/templates/argos_theme/images/folder_16.png diff --git a/wb/templates/argos_theme/images/hidden_16.png b/wbce/templates/argos_theme/images/hidden_16.png similarity index 100% rename from wb/templates/argos_theme/images/hidden_16.png rename to wbce/templates/argos_theme/images/hidden_16.png diff --git a/wb/templates/argos_theme/images/image.gif b/wbce/templates/argos_theme/images/image.gif similarity index 100% rename from wb/templates/argos_theme/images/image.gif rename to wbce/templates/argos_theme/images/image.gif diff --git a/wb/templates/argos_theme/images/index.php b/wbce/templates/argos_theme/images/index.php similarity index 100% rename from wb/templates/argos_theme/images/index.php rename to wbce/templates/argos_theme/images/index.php diff --git a/wb/templates/argos_theme/images/keys_16.png b/wbce/templates/argos_theme/images/keys_16.png similarity index 100% rename from wb/templates/argos_theme/images/keys_16.png rename to wbce/templates/argos_theme/images/keys_16.png diff --git a/wb/templates/argos_theme/images/logo.png b/wbce/templates/argos_theme/images/logo.png similarity index 100% rename from wb/templates/argos_theme/images/logo.png rename to wbce/templates/argos_theme/images/logo.png diff --git a/wb/templates/argos_theme/images/minus_16.png b/wbce/templates/argos_theme/images/minus_16.png similarity index 100% rename from wb/templates/argos_theme/images/minus_16.png rename to wbce/templates/argos_theme/images/minus_16.png diff --git a/wb/templates/argos_theme/images/modify_16.png b/wbce/templates/argos_theme/images/modify_16.png similarity index 100% rename from wb/templates/argos_theme/images/modify_16.png rename to wbce/templates/argos_theme/images/modify_16.png diff --git a/wb/templates/argos_theme/images/newfolder.gif b/wbce/templates/argos_theme/images/newfolder.gif similarity index 100% rename from wb/templates/argos_theme/images/newfolder.gif rename to wbce/templates/argos_theme/images/newfolder.gif diff --git a/wb/templates/argos_theme/images/noclock_16.png b/wbce/templates/argos_theme/images/noclock_16.png similarity index 100% rename from wb/templates/argos_theme/images/noclock_16.png rename to wbce/templates/argos_theme/images/noclock_16.png diff --git a/wb/templates/argos_theme/images/none_16.png b/wbce/templates/argos_theme/images/none_16.png similarity index 100% rename from wb/templates/argos_theme/images/none_16.png rename to wbce/templates/argos_theme/images/none_16.png diff --git a/wb/templates/argos_theme/images/pic_16.png b/wbce/templates/argos_theme/images/pic_16.png similarity index 100% rename from wb/templates/argos_theme/images/pic_16.png rename to wbce/templates/argos_theme/images/pic_16.png diff --git a/wb/templates/argos_theme/images/pic_exist_16.png b/wbce/templates/argos_theme/images/pic_exist_16.png similarity index 100% rename from wb/templates/argos_theme/images/pic_exist_16.png rename to wbce/templates/argos_theme/images/pic_exist_16.png diff --git a/wb/templates/argos_theme/images/plus_16.png b/wbce/templates/argos_theme/images/plus_16.png similarity index 100% rename from wb/templates/argos_theme/images/plus_16.png rename to wbce/templates/argos_theme/images/plus_16.png diff --git a/wb/templates/argos_theme/images/private_16.png b/wbce/templates/argos_theme/images/private_16.png similarity index 100% rename from wb/templates/argos_theme/images/private_16.png rename to wbce/templates/argos_theme/images/private_16.png diff --git a/wb/templates/argos_theme/images/reload_16.png b/wbce/templates/argos_theme/images/reload_16.png similarity index 100% rename from wb/templates/argos_theme/images/reload_16.png rename to wbce/templates/argos_theme/images/reload_16.png diff --git a/wb/templates/argos_theme/images/resize_16.png b/wbce/templates/argos_theme/images/resize_16.png similarity index 100% rename from wb/templates/argos_theme/images/resize_16.png rename to wbce/templates/argos_theme/images/resize_16.png diff --git a/wb/templates/argos_theme/images/restore_16.png b/wbce/templates/argos_theme/images/restore_16.png similarity index 100% rename from wb/templates/argos_theme/images/restore_16.png rename to wbce/templates/argos_theme/images/restore_16.png diff --git a/wb/templates/argos_theme/images/sections_16.png b/wbce/templates/argos_theme/images/sections_16.png similarity index 100% rename from wb/templates/argos_theme/images/sections_16.png rename to wbce/templates/argos_theme/images/sections_16.png diff --git a/wb/templates/argos_theme/images/siteadd.png b/wbce/templates/argos_theme/images/siteadd.png similarity index 100% rename from wb/templates/argos_theme/images/siteadd.png rename to wbce/templates/argos_theme/images/siteadd.png diff --git a/wb/templates/argos_theme/images/tabl.jpg b/wbce/templates/argos_theme/images/tabl.jpg similarity index 100% rename from wb/templates/argos_theme/images/tabl.jpg rename to wbce/templates/argos_theme/images/tabl.jpg diff --git a/wb/templates/argos_theme/images/tabr.jpg b/wbce/templates/argos_theme/images/tabr.jpg similarity index 100% rename from wb/templates/argos_theme/images/tabr.jpg rename to wbce/templates/argos_theme/images/tabr.jpg diff --git a/wb/templates/argos_theme/images/unzip.gif b/wbce/templates/argos_theme/images/unzip.gif similarity index 100% rename from wb/templates/argos_theme/images/unzip.gif rename to wbce/templates/argos_theme/images/unzip.gif diff --git a/wb/templates/argos_theme/images/up_16.png b/wbce/templates/argos_theme/images/up_16.png similarity index 100% rename from wb/templates/argos_theme/images/up_16.png rename to wbce/templates/argos_theme/images/up_16.png diff --git a/wb/templates/argos_theme/images/up_folder_16.png b/wbce/templates/argos_theme/images/up_folder_16.png similarity index 100% rename from wb/templates/argos_theme/images/up_folder_16.png rename to wbce/templates/argos_theme/images/up_folder_16.png diff --git a/wb/templates/argos_theme/images/user.png b/wbce/templates/argos_theme/images/user.png similarity index 100% rename from wb/templates/argos_theme/images/user.png rename to wbce/templates/argos_theme/images/user.png diff --git a/wb/templates/argos_theme/images/user_delete.png b/wbce/templates/argos_theme/images/user_delete.png similarity index 100% rename from wb/templates/argos_theme/images/user_delete.png rename to wbce/templates/argos_theme/images/user_delete.png diff --git a/wb/templates/argos_theme/images/user_red.png b/wbce/templates/argos_theme/images/user_red.png similarity index 100% rename from wb/templates/argos_theme/images/user_red.png rename to wbce/templates/argos_theme/images/user_red.png diff --git a/wb/templates/argos_theme/images/view.png b/wbce/templates/argos_theme/images/view.png similarity index 100% rename from wb/templates/argos_theme/images/view.png rename to wbce/templates/argos_theme/images/view.png diff --git a/wb/templates/argos_theme/images/view_16.png b/wbce/templates/argos_theme/images/view_16.png similarity index 100% rename from wb/templates/argos_theme/images/view_16.png rename to wbce/templates/argos_theme/images/view_16.png diff --git a/wb/templates/argos_theme/images/visible_16.png b/wbce/templates/argos_theme/images/visible_16.png similarity index 100% rename from wb/templates/argos_theme/images/visible_16.png rename to wbce/templates/argos_theme/images/visible_16.png diff --git a/wb/templates/argos_theme/images/visible_16_1.png b/wbce/templates/argos_theme/images/visible_16_1.png similarity index 100% rename from wb/templates/argos_theme/images/visible_16_1.png rename to wbce/templates/argos_theme/images/visible_16_1.png diff --git a/wb/templates/argos_theme/index.php b/wbce/templates/argos_theme/index.php similarity index 100% rename from wb/templates/argos_theme/index.php rename to wbce/templates/argos_theme/index.php diff --git a/wb/templates/argos_theme/info.php b/wbce/templates/argos_theme/info.php similarity index 100% rename from wb/templates/argos_theme/info.php rename to wbce/templates/argos_theme/info.php diff --git a/wb/templates/argos_theme/install.php b/wbce/templates/argos_theme/install.php similarity index 100% rename from wb/templates/argos_theme/install.php rename to wbce/templates/argos_theme/install.php diff --git a/wb/templates/argos_theme/jquery/jquery-fixedheader.js b/wbce/templates/argos_theme/jquery/jquery-fixedheader.js similarity index 100% rename from wb/templates/argos_theme/jquery/jquery-fixedheader.js rename to wbce/templates/argos_theme/jquery/jquery-fixedheader.js diff --git a/wb/templates/argos_theme/jquery/jquery-metadata.js b/wbce/templates/argos_theme/jquery/jquery-metadata.js similarity index 100% rename from wb/templates/argos_theme/jquery/jquery-metadata.js rename to wbce/templates/argos_theme/jquery/jquery-metadata.js diff --git a/wb/templates/argos_theme/jquery/jquery-plugins.js b/wbce/templates/argos_theme/jquery/jquery-plugins.js similarity index 100% rename from wb/templates/argos_theme/jquery/jquery-plugins.js rename to wbce/templates/argos_theme/jquery/jquery-plugins.js diff --git a/wb/templates/argos_theme/jquery/toggle_zip.js b/wbce/templates/argos_theme/jquery/toggle_zip.js similarity index 100% rename from wb/templates/argos_theme/jquery/toggle_zip.js rename to wbce/templates/argos_theme/jquery/toggle_zip.js diff --git a/wb/templates/argos_theme/jquery/webkit-focusfix.js b/wbce/templates/argos_theme/jquery/webkit-focusfix.js similarity index 100% rename from wb/templates/argos_theme/jquery/webkit-focusfix.js rename to wbce/templates/argos_theme/jquery/webkit-focusfix.js diff --git a/wb/templates/argos_theme/languages/DE.php b/wbce/templates/argos_theme/languages/DE.php similarity index 100% rename from wb/templates/argos_theme/languages/DE.php rename to wbce/templates/argos_theme/languages/DE.php diff --git a/wb/templates/argos_theme/languages/EN.php b/wbce/templates/argos_theme/languages/EN.php similarity index 100% rename from wb/templates/argos_theme/languages/EN.php rename to wbce/templates/argos_theme/languages/EN.php diff --git a/wb/templates/argos_theme/languages/FR.php b/wbce/templates/argos_theme/languages/FR.php similarity index 100% rename from wb/templates/argos_theme/languages/FR.php rename to wbce/templates/argos_theme/languages/FR.php diff --git a/wb/templates/argos_theme/languages/NL.php b/wbce/templates/argos_theme/languages/NL.php similarity index 100% rename from wb/templates/argos_theme/languages/NL.php rename to wbce/templates/argos_theme/languages/NL.php diff --git a/wb/templates/argos_theme/languages/index.php b/wbce/templates/argos_theme/languages/index.php similarity index 100% rename from wb/templates/argos_theme/languages/index.php rename to wbce/templates/argos_theme/languages/index.php diff --git a/wb/templates/argos_theme/media.css b/wbce/templates/argos_theme/media.css similarity index 100% rename from wb/templates/argos_theme/media.css rename to wbce/templates/argos_theme/media.css diff --git a/wb/templates/argos_theme/templates/footer.htt b/wbce/templates/argos_theme/templates/footer.htt similarity index 100% rename from wb/templates/argos_theme/templates/footer.htt rename to wbce/templates/argos_theme/templates/footer.htt diff --git a/wb/templates/argos_theme/templates/header.htt b/wbce/templates/argos_theme/templates/header.htt similarity index 100% rename from wb/templates/argos_theme/templates/header.htt rename to wbce/templates/argos_theme/templates/header.htt diff --git a/wb/templates/argos_theme/templates/index.php b/wbce/templates/argos_theme/templates/index.php similarity index 100% rename from wb/templates/argos_theme/templates/index.php rename to wbce/templates/argos_theme/templates/index.php diff --git a/wb/templates/argos_theme/templates/login.htt b/wbce/templates/argos_theme/templates/login.htt similarity index 100% rename from wb/templates/argos_theme/templates/login.htt rename to wbce/templates/argos_theme/templates/login.htt diff --git a/wb/templates/argos_theme/templates/login_forgot.htt b/wbce/templates/argos_theme/templates/login_forgot.htt similarity index 100% rename from wb/templates/argos_theme/templates/login_forgot.htt rename to wbce/templates/argos_theme/templates/login_forgot.htt diff --git a/wb/templates/argos_theme/templates/warning.html b/wbce/templates/argos_theme/templates/warning.html similarity index 100% rename from wb/templates/argos_theme/templates/warning.html rename to wbce/templates/argos_theme/templates/warning.html diff --git a/wb/templates/argos_theme/theme.css b/wbce/templates/argos_theme/theme.css similarity index 100% rename from wb/templates/argos_theme/theme.css rename to wbce/templates/argos_theme/theme.css diff --git a/wb/templates/argos_theme/uninstall.php b/wbce/templates/argos_theme/uninstall.php similarity index 100% rename from wb/templates/argos_theme/uninstall.php rename to wbce/templates/argos_theme/uninstall.php diff --git a/wb/templates/argos_theme/upgrade.php b/wbce/templates/argos_theme/upgrade.php similarity index 100% rename from wb/templates/argos_theme/upgrade.php rename to wbce/templates/argos_theme/upgrade.php diff --git a/wb/templates/blank/index.php b/wbce/templates/blank/index.php similarity index 100% rename from wb/templates/blank/index.php rename to wbce/templates/blank/index.php diff --git a/wb/templates/blank/info.php b/wbce/templates/blank/info.php similarity index 100% rename from wb/templates/blank/info.php rename to wbce/templates/blank/info.php diff --git a/wb/templates/blank/preview.jpg b/wbce/templates/blank/preview.jpg similarity index 100% rename from wb/templates/blank/preview.jpg rename to wbce/templates/blank/preview.jpg diff --git a/wb/templates/index.php b/wbce/templates/index.php similarity index 100% rename from wb/templates/index.php rename to wbce/templates/index.php diff --git a/wb/templates/simple_responsive/LICENSE.pdf b/wbce/templates/simple_responsive/LICENSE.pdf similarity index 100% rename from wb/templates/simple_responsive/LICENSE.pdf rename to wbce/templates/simple_responsive/LICENSE.pdf diff --git a/wb/templates/simple_responsive/README b/wbce/templates/simple_responsive/README similarity index 100% rename from wb/templates/simple_responsive/README rename to wbce/templates/simple_responsive/README diff --git a/wb/templates/simple_responsive/css/basic-style.css b/wbce/templates/simple_responsive/css/basic-style.css similarity index 100% rename from wb/templates/simple_responsive/css/basic-style.css rename to wbce/templates/simple_responsive/css/basic-style.css diff --git a/wb/templates/simple_responsive/css/normalize.css b/wbce/templates/simple_responsive/css/normalize.css similarity index 100% rename from wb/templates/simple_responsive/css/normalize.css rename to wbce/templates/simple_responsive/css/normalize.css diff --git a/wb/templates/simple_responsive/images/basic-logo.png b/wbce/templates/simple_responsive/images/basic-logo.png similarity index 100% rename from wb/templates/simple_responsive/images/basic-logo.png rename to wbce/templates/simple_responsive/images/basic-logo.png diff --git a/wb/templates/simple_responsive/images/basic-pic1.jpg b/wbce/templates/simple_responsive/images/basic-pic1.jpg similarity index 100% rename from wb/templates/simple_responsive/images/basic-pic1.jpg rename to wbce/templates/simple_responsive/images/basic-pic1.jpg diff --git a/wb/templates/simple_responsive/images/basic-pic2.jpg b/wbce/templates/simple_responsive/images/basic-pic2.jpg similarity index 100% rename from wb/templates/simple_responsive/images/basic-pic2.jpg rename to wbce/templates/simple_responsive/images/basic-pic2.jpg diff --git a/wb/templates/simple_responsive/images/basic-pic3.jpg b/wbce/templates/simple_responsive/images/basic-pic3.jpg similarity index 100% rename from wb/templates/simple_responsive/images/basic-pic3.jpg rename to wbce/templates/simple_responsive/images/basic-pic3.jpg diff --git a/wb/templates/simple_responsive/images/basic-pic4.jpg b/wbce/templates/simple_responsive/images/basic-pic4.jpg similarity index 100% rename from wb/templates/simple_responsive/images/basic-pic4.jpg rename to wbce/templates/simple_responsive/images/basic-pic4.jpg diff --git a/wb/templates/simple_responsive/images/loader.gif b/wbce/templates/simple_responsive/images/loader.gif similarity index 100% rename from wb/templates/simple_responsive/images/loader.gif rename to wbce/templates/simple_responsive/images/loader.gif diff --git a/wb/templates/simple_responsive/index.php b/wbce/templates/simple_responsive/index.php similarity index 100% rename from wb/templates/simple_responsive/index.php rename to wbce/templates/simple_responsive/index.php diff --git a/wb/templates/simple_responsive/info.php b/wbce/templates/simple_responsive/info.php similarity index 100% rename from wb/templates/simple_responsive/info.php rename to wbce/templates/simple_responsive/info.php diff --git a/wb/templates/simple_responsive/js/flexslider/flexslider.css b/wbce/templates/simple_responsive/js/flexslider/flexslider.css similarity index 100% rename from wb/templates/simple_responsive/js/flexslider/flexslider.css rename to wbce/templates/simple_responsive/js/flexslider/flexslider.css diff --git a/wb/templates/simple_responsive/js/flexslider/images/bg_direction_nav.png b/wbce/templates/simple_responsive/js/flexslider/images/bg_direction_nav.png similarity index 100% rename from wb/templates/simple_responsive/js/flexslider/images/bg_direction_nav.png rename to wbce/templates/simple_responsive/js/flexslider/images/bg_direction_nav.png diff --git a/wb/templates/simple_responsive/js/flexslider/images/loader.gif b/wbce/templates/simple_responsive/js/flexslider/images/loader.gif similarity index 100% rename from wb/templates/simple_responsive/js/flexslider/images/loader.gif rename to wbce/templates/simple_responsive/js/flexslider/images/loader.gif diff --git a/wb/templates/simple_responsive/js/flexslider/jquery.flexslider-min.js b/wbce/templates/simple_responsive/js/flexslider/jquery.flexslider-min.js similarity index 100% rename from wb/templates/simple_responsive/js/flexslider/jquery.flexslider-min.js rename to wbce/templates/simple_responsive/js/flexslider/jquery.flexslider-min.js diff --git a/wb/templates/simple_responsive/js/libs/jquery-1.9.0.min.js b/wbce/templates/simple_responsive/js/libs/jquery-1.9.0.min.js similarity index 100% rename from wb/templates/simple_responsive/js/libs/jquery-1.9.0.min.js rename to wbce/templates/simple_responsive/js/libs/jquery-1.9.0.min.js diff --git a/wb/templates/simple_responsive/js/libs/modernizr-2.6.2.min.js b/wbce/templates/simple_responsive/js/libs/modernizr-2.6.2.min.js similarity index 100% rename from wb/templates/simple_responsive/js/libs/modernizr-2.6.2.min.js rename to wbce/templates/simple_responsive/js/libs/modernizr-2.6.2.min.js diff --git a/wb/templates/simple_responsive/js/main.js b/wbce/templates/simple_responsive/js/main.js similarity index 100% rename from wb/templates/simple_responsive/js/main.js rename to wbce/templates/simple_responsive/js/main.js diff --git a/wb/templates/wbce/apple-touch-icon-114x114.png b/wbce/templates/wbce/apple-touch-icon-114x114.png similarity index 100% rename from wb/templates/wbce/apple-touch-icon-114x114.png rename to wbce/templates/wbce/apple-touch-icon-114x114.png diff --git a/wb/templates/wbce/apple-touch-icon-120x120.png b/wbce/templates/wbce/apple-touch-icon-120x120.png similarity index 100% rename from wb/templates/wbce/apple-touch-icon-120x120.png rename to wbce/templates/wbce/apple-touch-icon-120x120.png diff --git a/wb/templates/wbce/apple-touch-icon-144x144.png b/wbce/templates/wbce/apple-touch-icon-144x144.png similarity index 100% rename from wb/templates/wbce/apple-touch-icon-144x144.png rename to wbce/templates/wbce/apple-touch-icon-144x144.png diff --git a/wb/templates/wbce/apple-touch-icon-152x152.png b/wbce/templates/wbce/apple-touch-icon-152x152.png similarity index 100% rename from wb/templates/wbce/apple-touch-icon-152x152.png rename to wbce/templates/wbce/apple-touch-icon-152x152.png diff --git a/wb/templates/wbce/apple-touch-icon-57x57.png b/wbce/templates/wbce/apple-touch-icon-57x57.png similarity index 100% rename from wb/templates/wbce/apple-touch-icon-57x57.png rename to wbce/templates/wbce/apple-touch-icon-57x57.png diff --git a/wb/templates/wbce/apple-touch-icon-72x72.png b/wbce/templates/wbce/apple-touch-icon-72x72.png similarity index 100% rename from wb/templates/wbce/apple-touch-icon-72x72.png rename to wbce/templates/wbce/apple-touch-icon-72x72.png diff --git a/wb/templates/wbce/apple-touch-icon-76x76.png b/wbce/templates/wbce/apple-touch-icon-76x76.png similarity index 100% rename from wb/templates/wbce/apple-touch-icon-76x76.png rename to wbce/templates/wbce/apple-touch-icon-76x76.png diff --git a/wb/templates/wbce/apple-touch-icon.png b/wbce/templates/wbce/apple-touch-icon.png similarity index 100% rename from wb/templates/wbce/apple-touch-icon.png rename to wbce/templates/wbce/apple-touch-icon.png diff --git a/wb/templates/wbce/editor.css b/wbce/templates/wbce/editor.css similarity index 100% rename from wb/templates/wbce/editor.css rename to wbce/templates/wbce/editor.css diff --git a/wb/templates/wbce/favicon.ico b/wbce/templates/wbce/favicon.ico similarity index 100% rename from wb/templates/wbce/favicon.ico rename to wbce/templates/wbce/favicon.ico diff --git a/wb/templates/wbce/fitgrid.css b/wbce/templates/wbce/fitgrid.css similarity index 100% rename from wb/templates/wbce/fitgrid.css rename to wbce/templates/wbce/fitgrid.css diff --git a/wb/templates/wbce/hero_brezel.jpg b/wbce/templates/wbce/hero_brezel.jpg similarity index 100% rename from wb/templates/wbce/hero_brezel.jpg rename to wbce/templates/wbce/hero_brezel.jpg diff --git a/wb/templates/wbce/index.php b/wbce/templates/wbce/index.php similarity index 100% rename from wb/templates/wbce/index.php rename to wbce/templates/wbce/index.php diff --git a/wb/templates/wbce/info.php b/wbce/templates/wbce/info.php similarity index 100% rename from wb/templates/wbce/info.php rename to wbce/templates/wbce/info.php diff --git a/wb/templates/wbce/jquery.smartmenus.js b/wbce/templates/wbce/jquery.smartmenus.js similarity index 100% rename from wb/templates/wbce/jquery.smartmenus.js rename to wbce/templates/wbce/jquery.smartmenus.js diff --git a/wb/templates/wbce/menu.png b/wbce/templates/wbce/menu.png similarity index 100% rename from wb/templates/wbce/menu.png rename to wbce/templates/wbce/menu.png diff --git a/wb/templates/wbce/navbg.png b/wbce/templates/wbce/navbg.png similarity index 100% rename from wb/templates/wbce/navbg.png rename to wbce/templates/wbce/navbg.png diff --git a/wb/templates/wbce/sm-clean.css b/wbce/templates/wbce/sm-clean.css similarity index 100% rename from wb/templates/wbce/sm-clean.css rename to wbce/templates/wbce/sm-clean.css diff --git a/wb/templates/wbce/sm-core-css.css b/wbce/templates/wbce/sm-core-css.css similarity index 100% rename from wb/templates/wbce/sm-core-css.css rename to wbce/templates/wbce/sm-core-css.css diff --git a/wb/templates/wbce/wb_ckconfig.js b/wbce/templates/wbce/wb_ckconfig.js similarity index 100% rename from wb/templates/wbce/wb_ckconfig.js rename to wbce/templates/wbce/wb_ckconfig.js diff --git a/wb/templates/wbce/wbce.css b/wbce/templates/wbce/wbce.css similarity index 100% rename from wb/templates/wbce/wbce.css rename to wbce/templates/wbce/wbce.css diff --git a/wb/upgrade-script.php b/wbce/upgrade-script.php similarity index 100% rename from wb/upgrade-script.php rename to wbce/upgrade-script.php