get_render_path(); $styling = $this->main->get_styling(); $dark_mode = (isset($styling['dark_mode']) ? $styling['dark_mode'] : ''); if($dark_mode == 1) $set_dark = 'mec-dark-mode'; else $set_dark = ''; ob_start(); include $render_path; $items_html = ob_get_clean(); // Inclue OWL Assets $this->main->load_owl_assets(); // Generating javascript code tpl $javascript = ''; // Include javascript code into the page if($this->main->is_ajax() or $this->main->preview()) echo $javascript; else $this->factory->params('footer', $javascript); do_action('mec_start_skin', $this->id); do_action('mec_slider_skin_head'); ?>
found): ?>