ascvh@#%(^-^)V ?host,ip,port,protocol,title,domain,country,city,link,org ???à JFIF x x ?? C ?? C ?à " ?? ?? μ } !1AQa "q2?‘?#B±áR?e$3br? %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz??…???‰?’“”?–—???¢£¤¥|§¨?a23′μ?·?1o??????èéêòó???×?ùúáa?????èéê?òó???÷?ùú?? ?? μ w !1AQ aq"2?B‘?±á #3Rebr?{
File "addl_css.php"
Full Path: /home/zcziejy/ryadselyen/plugins/child-theme-configurator/includes/forms/addl_css.php
File size: 1.12 KB
MIME-type: text/x-php
Charset: utf-8
<?php
if ( !defined( 'ABSPATH' ) ) exit;
// Additional stylesheets
$stylesheets = $this->get_files( $this->get_current_parent(), 'stylesheet' );
if ( count( $stylesheets ) ):?>
<div class="ctc-input-cell ctc-section-toggle" id="ctc_additional_css_files"> <strong>
<?php _e( 'Parse additional stylesheets:', 'child-theme-configurator' ); ?>
</strong> </div>
<div class="ctc-input-cell-wide ctc-section-toggle-content" id="ctc_additional_css_files_content">
<p style="margin-top:0">
<?php _e( 'Stylesheets that are currently being loaded by the parent theme are automatically selected below (except for Bootstrap stylesheets which add a large amount data to the configuration). To further reduce overhead, select only the additional stylesheets you wish to customize.', 'child-theme-configurator' ); ?>
</p>
<ul>
<?php foreach ( $stylesheets as $stylesheet ): ?>
<li>
<label>
<input class="ctc_checkbox" name="ctc_additional_css[]" type="checkbox"
value="<?php echo $stylesheet; ?>" />
<?php echo esc_attr( $stylesheet ); ?></label>
</li>
<?php endforeach; ?>
</ul>
</div>
<?php endif; ?>