Protected: Customer spotlight: Bruce Carlsmith

Customer spotlight: Bruce Carlsmith
December 28, 2018
3 strategies for sidestepping property management burnout
January 10, 2019

Protected: Customer spotlight: Bruce Carlsmith

Tony Maiella

Tony Maiella

Tony Maiella is the Sr. Content Marketing Manager at Buildium. With a deep appreciation of storycraft, Tony leads Buildium’s content marketing strategy to connect and educate property managers with the latest insights to grow their businesses. In addition to being a creative writer of content, he also has an affinity for Brazilian culture and will pick up a guitar any chance he gets.

/** * The template for displaying the footer. * * @package Betheme * @author Muffin group * @link https://muffingroup.com */ // footer classes $footer_options = mfn_opts_get('footer-options'); $footer_classes = []; if( ! empty( $footer_options['full-width'] ) ){ $footer_classes[] = 'full-width'; } $footer_classes = implode( ' ', $footer_classes ); // back_to_top classes $back_to_top_class = mfn_opts_get('back-top-top'); if ($back_to_top_class == 'hide') { $back_to_top_position = false; } elseif ( $back_to_top_class && strpos($back_to_top_class, 'sticky') !== false ) { $back_to_top_position = 'body'; } elseif (mfn_opts_get('footer-hide') == 1) { $back_to_top_position = 'footer'; } else { $back_to_top_position = 'copyright'; } ?>