Current Path: > home > transcarter > > www > wp-content > plugins > child-theme-configurator > > includes > forms >
Operation : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 Software : Apache Server IP : 198.54.126.42 | Your IP: 216.73.216.135 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
addl_css.php | File | 1150 bytes | July 17 2025 21:51:43. | |
addl_panels.php | File | 5587 bytes | July 17 2025 21:51:43. | |
addl_tabs.php | File | 369 bytes | July 17 2025 21:51:43. | |
backup.php | File | 531 bytes | July 17 2025 21:51:43. | |
backups.php | File | 514 bytes | July 17 2025 21:51:43. | |
current-theme.php | File | 290 bytes | July 17 2025 21:51:43. | |
debug-toggle.php | File | 394 bytes | July 17 2025 21:51:43. | |
errorstrings.php | File | 3154 bytes | July 17 2025 21:51:43. | |
file-form-buttons.php | File | 762 bytes | July 17 2025 21:51:43. | |
file.php | File | 586 bytes | July 17 2025 21:51:43. | |
fileform.php | File | 2381 bytes | July 17 2025 21:51:43. | |
files.php | File | 4885 bytes | July 17 2025 21:51:43. | |
image.php | File | 713 bytes | July 17 2025 21:51:43. | |
images.php | File | 1135 bytes | July 17 2025 21:51:43. | |
main.php | File | 2963 bytes | July 17 2025 21:51:43. | |
notices.php | File | 6028 bytes | July 17 2025 21:51:43. | |
parent-child.php | File | 27951 bytes | July 17 2025 21:51:43. | |
query-selector.php | File | 5582 bytes | July 17 2025 21:51:43. | |
related.php | File | 1545 bytes | July 17 2025 21:51:43. | |
rule-value.php | File | 1974 bytes | July 17 2025 21:51:43. | |
settings-errors.php | File | 3460 bytes | July 17 2025 21:51:43. | |
tabs.php | File | 2099 bytes | July 17 2025 21:51:43. | |
theme-menu.php | File | 869 bytes | July 17 2025 21:51:43. | |
themepreview.php | File | 1417 bytes | July 17 2025 21:51:43. | |
webfonts.php | File | 2073 bytes | July 17 2025 21:51:43. | |
zipform.php | File | 487 bytes | July 17 2025 21:51:43. |
<?php if ( !defined( 'ABSPATH' ) ) exit; // @imports Panel $ctcpage = apply_filters( 'chld_thm_cfg_admin_page', CHLD_THM_CFG_MENU ); ?> <div id="import_options_panel" class="ctc-option-panel<?php $this->maybe_disable(); echo 'import_options' == $active_tab ? ' ctc-option-panel-active' : ''; ?>"> <form id="ctc_import_form" method="post" action=""><!-- ?page=<?php echo $ctcpage; ?>" --> <?php wp_nonce_field( apply_filters( 'chld_thm_cfg_action', 'ctc_update' ) ); ?> <div class="ctc-input-row clearfix" id="ctc_child_imports_row"> <div class="ctc-input-cell"> <div class="ctc-textarea-button-cell" id="ctc_save_imports_cell"> <input type="button" class="button ctc-save-input" id="ctc_save_imports" name="ctc_save_imports" value="<?php _e( 'Save', 'child-theme-configurator' ); ?>" disabled /> </div> <strong> <?php _e( 'Additional Linked Stylesheets', 'child-theme-configurator' ); ?> </strong> <p><?php _e( 'Use <code>@import url( [path] );</code> to link additional stylesheets. Child Theme Configurator uses the <code>@import</code> keyword to identify them and convert them to <code><link></code> tags. <strong>Example:</strong>', 'child-theme-configurator' );?></p> <p><code>@import url(http://fonts.googleapis.com/css?family=Oswald);</code></p> <strong> <?php _e( 'Local Font Files', 'child-theme-configurator' ); ?> </strong> <p><?php _e( 'Use a relative path to link to webfont kit stylesheets you have uploaded to your Child Theme. <strong>Example:</strong>', 'child-theme-configurator');?></p> <p><code>@import url(my_web_fonts/stylesheet.css);</code></p> </div> <div class="ctc-input-cell-wide"> <textarea id="ctc_child_imports" name="ctc_child_imports" wrap="off"><?php foreach ( $this->css()->get_prop( 'imports' ) as $import ): echo esc_textarea( $import . ';' . LF ); endforeach; ?></textarea> </div> </div> </form> </div>
SILENT KILLER Tool