Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
themes
/
buildbench
:
footer.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php if ( !defined( 'FW' ) ) { get_template_part( 'template-parts/footer/footer', 'style-1' ); } else { $style = buildbench_option("footer_style","style-1"); if(is_array($style)){ if(array_key_exists("style",$style)){ $style = $style["style"]==''?'style-1':$style["style"]; } } else { $style = "style-1"; } get_template_part( 'template-parts/footer/footer', $style ); } ?> <?php wp_footer(); ?> </div> </body> </html>