This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Base structure | |
| */ | |
| /* Move down content because we have a fixed navbar that is 50px tall */ | |
| body { | |
| padding-top: 80px; | |
| } | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // Admin Panel Translations | |
| $lang['ctn_1'] = "Admin Panel"; | |
| $lang['ctn_2'] = "Home"; | |
| $lang['ctn_3'] = "Email Templates"; | |
| $lang['ctn_4'] = "Edit Email Template"; | |
| $lang['ctn_5'] = "Email templates allow you to manage how your emails are sent to your users. These templates are set to specific functions on the site. Feel free to change the text to suit your needs."; | |
| $lang['ctn_6'] = "Legend"; | |
| $lang['ctn_7'] = "User's name."; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Webcraft Plugins Ltd. | |
| // Author: Nikolay Dyankov | |
| /* | |
| Class hierarchy and descriptions: | |
| - WCPEditor | |
| The main class. | |
| - WCPEditorForm |
OlderNewer