PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
httpdocs
/
solca
/
wp-content
/
themes
/
enfold
<?php /* Template Name: Blank - No Header, no Footer */ /* * A blank Template that allows you to build landing pages, coming soon pages etc */ global $avia_config; $avia_config['template'] = "avia-blank"; //important part. this var is checked in header and footer php and if set prevents them from rendering. also an additional class is applied to the body if(!empty($avia_config['conditionals']['is_builder'])) { $avia_config['conditionals']['is_builder_template'] = true; get_template_part('template-builder'); exit(); } else { get_template_part('page'); exit(); }
[+]
framework
[-] functions-enfold.php
[open]
[-] template-builder.php
[open]
[+]
images
[-] author.php
[open]
[+]
includes
[+]
css
[-] functions.php
[open]
[-] 404.php
[open]
[+]
lang
[-] .DS_Store
[open]
[+]
config-templatebuilder
[-] template-blank.php
[open]
[+]
config-wpml
[+]
config-layerslider
[-] sidebar.php
[open]
[-] wpml-config.xml
[open]
[+]
..
[-] searchform.php
[open]
[+]
config-wordpress-seo
[-] single.php
[open]
[-] taxonomy-portfolio_entries.php
[open]
[+]
js
[-] template-archives.php
[open]
[+]
config-woocommerce
[-] page.php
[open]
[-] footer.php
[open]
[-] search.php
[open]
[+]
config-gravityforms
[-] single-portfolio.php
[open]
[-] archive.php
[open]
[-] header.php
[open]
[-] forum.php
[open]
[-] screenshot.png
[open]
[+]
config-bbpress
[-] index.php
[open]
[-] tag.php
[open]
[-] style.css
[open]