In assets/templates/manager/welcome.html
We have this code
<!-- home tab -->
<div class="tab-page" id="tabhome" style="padding-left:0; padding-right:0;">
[+OnManagerWelcomePrerender+]
<h2 class="tab">[+site_name+]</h2>
<script type="text/javascript">tpPane.addTabPage( document.getElementById( "tabhome" ) );</script>
I wanted to insert a new tab before the home tab. And to do that I still need to transfer [+OnManagerWelcomePrerender+] outside of the home-tab, which breaks if I’ll update Modx in the future.
I wonder why [+OnManagerWelcomePrerender+] is inside the home tab?
This should be outside of the home tab right?