<?php } else if ($addOnConflicts) { ?>
<div class="blockMessage blockMessage--error">
Conflicts with the following third-party add-ons have been detected:
<ul>
<?php foreach ($addOnConflicts AS $conflict) { ?>
<li><?php echo $conflict; ?></li>
<?php } ?>
</ul>
Upgrading XenForo is not possible until these conflicts have been resolved. Resolving these errors will generally
require you to restore the XenForo files from your previous version and uninstall the conflicting add-on or upgrade
it to a non-conflicting version. The add-on author may have more specific advice as to the steps you can take.
</div>
<?php } else { ?>