?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/themes/quadric/assets/css/



?? Go up: /home/webdevt/www/wdp/wp-content/themes/quadric/assets

?? Viewing: style_dynamic.php

<?php

$root = dirname(dirname(dirname(dirname(dirname(__FILE__)))));

if ( file_exists( $root.'/wp-load.php' ) ) {
    require_once( $root.'/wp-load.php' );
} else {
    $root = dirname(dirname(dirname(dirname(dirname(dirname(__FILE__))))));
    if ( file_exists( $root.'/wp-load.php' ) ) {
        require_once( $root.'/wp-load.php' );
    }
}

header("Content-type: text/css; charset=utf-8");

do_action('edgtf_quadric_style_dynamic');


??

??