{php} global $site; if ($site->in_editor) { include('../market_abuse.php'); } else { include('market_abuse.php'); } {/php}