Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
define body id
Hi.
how can i add an own body id for an extension?
how can i add an own body id for an extension?
0
This discussion has been closed.
Comments
if (($Context->SelfUrl == 'extension.php') && (ForceIncomingString('PostBackAction', '') == 'MyExtension') { $Head->BodyId = 'MyExtension'; }
The if simply makes sure that your extension doesn't change the body id when it shouldn't.