Changeset 1293473
- Timestamp:
- 11/24/2015 02:06:35 PM (10 years ago)
- Location:
- l7-login-customizer
- Files:
-
- 35 added
- 3 edited
-
tags/2.2.6 (added)
-
tags/2.2.6/LICENSE (added)
-
tags/2.2.6/assets (added)
-
tags/2.2.6/assets/css (added)
-
tags/2.2.6/assets/css/bootstrap-colorpicker.css (added)
-
tags/2.2.6/assets/css/bootstrap.css (added)
-
tags/2.2.6/assets/css/bootstrap.min.css (added)
-
tags/2.2.6/assets/css/custom-login.css (added)
-
tags/2.2.6/assets/css/custom-login.css.map (added)
-
tags/2.2.6/assets/fonts (added)
-
tags/2.2.6/assets/images (added)
-
tags/2.2.6/assets/images/bootstrap-colorpicker (added)
-
tags/2.2.6/assets/images/bootstrap-colorpicker/alpha-horizontal.png (added)
-
tags/2.2.6/assets/images/bootstrap-colorpicker/alpha.png (added)
-
tags/2.2.6/assets/images/bootstrap-colorpicker/hue-horizontal.png (added)
-
tags/2.2.6/assets/images/bootstrap-colorpicker/hue.png (added)
-
tags/2.2.6/assets/images/bootstrap-colorpicker/saturation.png (added)
-
tags/2.2.6/assets/js (added)
-
tags/2.2.6/assets/js/custom-login.js (added)
-
tags/2.2.6/assets/js/custom-login.min.js (added)
-
tags/2.2.6/includes (added)
-
tags/2.2.6/includes/addons-register.php (added)
-
tags/2.2.6/includes/admin-functions.php (added)
-
tags/2.2.6/includes/options-page.php (added)
-
tags/2.2.6/l7-login-customizer.php (added)
-
tags/2.2.6/lang (added)
-
tags/2.2.6/lang/l7-login-customizer-fr_FR.mo (added)
-
tags/2.2.6/lang/l7-login-customizer-fr_FR.po (added)
-
tags/2.2.6/lang/l7-login-customizer-nl_NL.mo (added)
-
tags/2.2.6/lang/l7-login-customizer-nl_NL.po (added)
-
tags/2.2.6/partials (added)
-
tags/2.2.6/readme.txt (added)
-
tags/2.2.6/templates (added)
-
tags/2.2.6/templates/feedback.inc (added)
-
tags/2.2.6/uninstall.php (added)
-
trunk/includes/options-page.php (modified) (2 diffs)
-
trunk/l7-login-customizer.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
l7-login-customizer/trunk/includes/options-page.php
r1293178 r1293473 70 70 } 71 71 } 72 72 73 73 /** 74 74 * Displays the settings fields by calling settings_fields() and do_settings_sections(). Contains the … … 94 94 95 95 // If there is an addon activated. Don't show these options. 96 if ( false == =$this->jsm_is_addon_activated( $l7w_510_addon_theme_array ) ){96 if ( false == $this->jsm_is_addon_activated( $l7w_510_addon_theme_array ) ){ 97 97 do_settings_sections( 'simple-login-customizer' ); 98 98 do_settings_sections( 'text-settings-customizer' ); -
l7-login-customizer/trunk/l7-login-customizer.php
r1293184 r1293473 5 5 * Plugin URI: https://layer7web.com 6 6 * Description: For customizing the login, logout, and register pages. Add a custom logo and background image easily. 7 * Version: 2.2. 57 * Version: 2.2.6 8 8 * Author: Jeffrey S. Mattson 9 9 * Author URI: https://layer7web.com … … 37 37 define( 'L7W_CUSTOM_TEMP_ROUND_LOGIN', 'l7-pool-login-temp/l7-pool-login-temp.php' ); 38 38 define( 'L7W_CUSTOM_TEMP_STEALTH_LOGIN', 'l7-stealth-login-temp/l7-stealth-login-temp.php' ); 39 define( 'L7W_CUSTOM_TEMP_BEACH_LOGIN', 'l7-beach-cabin/l7-beach-cabin.php' ); 40 41 // Addons Array 42 global $l7w_510_addon_theme_array; 43 $l7w_510_addon_theme_array = array( 44 L7W_CUSTOM_TEMP_GREEN, 45 L7W_CUSTOM_TEMP_MOUNT_SNOW, 46 L7W_CUSTOM_TEMP_ROUND_LOGIN, 47 L7W_CUSTOM_TEMP_STEALTH_LOGIN, 48 L7W_CUSTOM_TEMP_BEACH_LOGIN, 49 ); 39 50 40 51 /** -
l7-login-customizer/trunk/readme.txt
r1293178 r1293473 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.3 7 Stable tag: 2.2. 57 Stable tag: 2.2.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.