File: /var/www/clients/client0/web20/web/wp-content/themes/bridge/css/custom_css.php
<?php
$root = dirname(dirname(dirname(dirname(dirname(__FILE__)))));
if ( file_exists( $root.'/wp-load.php' ) ) {
require_once( $root.'/wp-load.php' );
// require_once( $root.'/wp-config.php' );
} else {
$root = dirname(dirname(dirname(dirname(dirname(dirname(__FILE__))))));
if ( file_exists( $root.'/wp-load.php' ) ) {
require_once( $root.'/wp-load.php' );
// require_once( $root.'/wp-config.php' );
}
}
header("Content-type: text/css; charset=utf-8");
?>
<?php echo $qode_options_proya['custom_css']; ?>
<?php echo $qode_options_proya['custom_svg_css']; ?>