From c9ce396c9d0f26da94caddc1fa9eaaac7d8d49aa Mon Sep 17 00:00:00 2001 From: Shish Date: Fri, 20 May 2022 13:06:29 +0100 Subject: [PATCH] remove ancient irrelevant comments --- themes/danbooru/page.class.php | 4 ++-- themes/danbooru2/page.class.php | 4 ++-- themes/futaba/page.class.php | 2 +- themes/material/page.class.php | 2 +- themes/warm/page.class.php | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/themes/danbooru/page.class.php b/themes/danbooru/page.class.php index db61f7d1..682920c0 100644 --- a/themes/danbooru/page.class.php +++ b/themes/danbooru/page.class.php @@ -69,10 +69,10 @@ class Page extends BasePage $left_block_html .= $block->get_html(true); break; case "user": - $user_block_html .= $block->body; // $this->block_to_html($block, true); + $user_block_html .= $block->body; break; case "subheading": - $sub_block_html .= $block->body; // $this->block_to_html($block, true); + $sub_block_html .= $block->body; break; case "main": if ($block->header == "Posts") { diff --git a/themes/danbooru2/page.class.php b/themes/danbooru2/page.class.php index 0999423d..f59c2ab7 100644 --- a/themes/danbooru2/page.class.php +++ b/themes/danbooru2/page.class.php @@ -69,10 +69,10 @@ class Page extends BasePage $left_block_html .= $block->get_html(true); break; case "user": - $user_block_html .= $block->body; // $this->block_to_html($block, true); + $user_block_html .= $block->body; break; case "subheading": - $sub_block_html .= $block->body; // $this->block_to_html($block, true); + $sub_block_html .= $block->body; break; case "main": if ($block->header == "Posts") { diff --git a/themes/futaba/page.class.php b/themes/futaba/page.class.php index 9e7f0334..178a9a7e 100644 --- a/themes/futaba/page.class.php +++ b/themes/futaba/page.class.php @@ -25,7 +25,7 @@ class Page extends BasePage $main_block_html .= $block->get_html(false); break; case "subheading": - $sub_block_html .= $block->body; // $this->block_to_html($block, true); + $sub_block_html .= $block->body; break; default: print "

error: {$block->header} using an unknown section ({$block->section})"; diff --git a/themes/material/page.class.php b/themes/material/page.class.php index b06a1f93..558e77a0 100644 --- a/themes/material/page.class.php +++ b/themes/material/page.class.php @@ -69,7 +69,7 @@ class Page extends BasePage $main_block_html .= $this->get_html($block, "main", true, ""); break; case "subheading": - // $sub_block_html .= $block->body; // $this->block_to_html($block, true); + // $sub_block_html .= $block->body; $sub_block_html .= $this->get_html($block, "third", true, "nav-card"); break; default: diff --git a/themes/warm/page.class.php b/themes/warm/page.class.php index 1e085016..40c168d4 100644 --- a/themes/warm/page.class.php +++ b/themes/warm/page.class.php @@ -28,7 +28,7 @@ class Page extends BasePage $main_block_html .= $block->get_html(false); break; case "subheading": - $sub_block_html .= $block->body; // $this->block_to_html($block, true); + $sub_block_html .= $block->body; break; default: print "

error: {$block->header} using an unknown section ({$block->section})";