HTML Code:
<?php bfa_get_template_part( 'name-of-sub-template' ); ?>
1) download the attached file
2) unzip it
3) move '650_sub_templates.php' to the 'montezuma/admin/options' folder
4) move 'get_template_part.php' to the 'montezuma/includes' folder
5) move 'get_whitelist.php' to the 'montezuma/includes' folder
the new format of the command will be
HTML Code:
<?php bfa_get_template_part( 'name-of-sub-template', '' ); ?>