Remove page title from WHM plugin header

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
shuki
2026-03-04 05:39:20 +02:00
parent 58748b3df8
commit 83942e6b12

View File

@@ -630,8 +630,7 @@ sub page_header {
# (background, color, overflow, scrollbar) don't leak into WHM.
$css = _scope_to_container($css);
return qq{<style>$css</style>\n}
. qq{<div data-theme="gniza" class="font-sans text-[2.3rem]">\n}
. qq{<h1 class="text-xl font-bold mb-4">$title</h1>\n};
. qq{<div data-theme="gniza" class="font-sans text-[2.3rem]">\n};
}
sub _unwrap_layers {