Remove page title from WHM plugin header
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user