disabled<?php } ?> > <option value=1<?php if (TBGSettings::isHeaderHtmlFormattingAllowed()) { ?> selected<?php } ?> ><?php echo __('Yes'); ?> </option> <option value=0<?php if (!TBGSettings::isHeaderHtmlFormattingAllowed()) { ?> selected<?php } ?> ><?php echo __('No'); ?> </option> </select> </td> </tr> <tr> <td class="config_explanation" colspan="2"><?php echo __('Enabling this setting allows a malicious admin user to potentially insert harmful code'); ?>