[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] tiki-wizard_admin: Too late to modify headers. Headers already sent by output_headers()

Benoit Grégoire (@benoitg) via TikiWiki-cvs <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <68e017e8a000c_2cdf2505001d@gitlab-sidekiq-low-urgency-cpu-bound-v2-6c84c47dff-vmg4z.mail>

Benoit Grégoire pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
0e51e270 by ushindi bienvenu at 2025-10-03T18:29:09+00:00
[FIX] tiki-wizard_admin: Too late to modify headers. Headers already sent by output_headers()
---
* [FIX] tiki-wizard_admin: Too late to modify headers. Headers already sent by output_headers()

See merge request tikiwiki/tiki!8711

- - - - -


1 changed file:

- templates/layouts/layout_plain.tpl


Changes:

=====================================
templates/layouts/layout_plain.tpl
=====================================
@@ -1,3 +1,12 @@
+{capture assign=modzonetop}
+    {modulelist zone=top class='top_modules d-flex justify-content-between'}
+{/capture}
+{capture assign=modzonetopbar}
+    {modulelist zone=topbar}
+{/capture}
+{capture assign=modzonebottom}
+    {modulelist zone=bottom}
+{/capture}
 <!DOCTYPE html>
 <html lang="{if !empty($pageLang)}{$pageLang}{else}{$prefs.language}{/if}"{if !empty($page_id)} id="page_{$page_id}"{/if}{if Language::isRTL()} dir="rtl"{/if}>
     <head>
@@ -17,13 +26,13 @@
 {if !isset($smarty.session.fullscreen) || $smarty.session.fullscreen ne 'y'}
             <div class="row">
                 <header class="page-header w-100" id="page-header">
-                    {modulelist zone=top class='top_modules d-flex justify-content-between'}
+                    {$modzonetop}
                 </header>
             </div>
 {/if}
             <div class="row">
                 <div class="col-md-12">
-                    {modulelist zone=topbar}
+                    {$modzonetopbar}
                 </div>
             </div>
 
@@ -38,7 +47,7 @@
 
             <div class="row">
                 <div class="col-md-12 well">
-                    {modulelist zone=bottom}
+                    {$modzonebottom}
                 </div>
             </div>
         </div>



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/0e51e27079c77d74439492875bd0bd84e572b3b5

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/0e51e27079c77d74439492875bd0bd84e572b3b5
You're receiving this email because of your account on gitlab.com.

_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.