File: //tmp/creator-studio-publish-switcher.patch
*** Begin Patch
*** Update File: /home/kiwerkzeuge.de/public_html/creator-studio/_lib/redesign.php
@@
<section class="cs-page-hero">
<h1><?= cs_h($copy['publish_title']) ?></h1>
<p><?= cs_h($copy['publish_text']) ?></p>
<div class="cs-actions"><a class="cs-button" href="/creator-studio/auth/tiktok/start.php"><?= cs_h($copy['cta_tiktok']) ?></a><a class="cs-button secondary" href="<?= cs_h(cs_r_url($lang, 'status')) ?>"><?= cs_h($copy['nav_status']) ?></a></div>
</section>
+ <section class="cs-section cs-account-section">
+ <?php cs_r_account_switcher($lang, $copy); ?>
+ </section>
<section class="cs-section">
*** End Patch