forked from Cavemanon/cavepaintings
remove ancient irrelevant comments
This commit is contained in:
@@ -69,10 +69,10 @@ class Page extends BasePage
|
|||||||
$left_block_html .= $block->get_html(true);
|
$left_block_html .= $block->get_html(true);
|
||||||
break;
|
break;
|
||||||
case "user":
|
case "user":
|
||||||
$user_block_html .= $block->body; // $this->block_to_html($block, true);
|
$user_block_html .= $block->body;
|
||||||
break;
|
break;
|
||||||
case "subheading":
|
case "subheading":
|
||||||
$sub_block_html .= $block->body; // $this->block_to_html($block, true);
|
$sub_block_html .= $block->body;
|
||||||
break;
|
break;
|
||||||
case "main":
|
case "main":
|
||||||
if ($block->header == "Posts") {
|
if ($block->header == "Posts") {
|
||||||
|
@@ -69,10 +69,10 @@ class Page extends BasePage
|
|||||||
$left_block_html .= $block->get_html(true);
|
$left_block_html .= $block->get_html(true);
|
||||||
break;
|
break;
|
||||||
case "user":
|
case "user":
|
||||||
$user_block_html .= $block->body; // $this->block_to_html($block, true);
|
$user_block_html .= $block->body;
|
||||||
break;
|
break;
|
||||||
case "subheading":
|
case "subheading":
|
||||||
$sub_block_html .= $block->body; // $this->block_to_html($block, true);
|
$sub_block_html .= $block->body;
|
||||||
break;
|
break;
|
||||||
case "main":
|
case "main":
|
||||||
if ($block->header == "Posts") {
|
if ($block->header == "Posts") {
|
||||||
|
@@ -25,7 +25,7 @@ class Page extends BasePage
|
|||||||
$main_block_html .= $block->get_html(false);
|
$main_block_html .= $block->get_html(false);
|
||||||
break;
|
break;
|
||||||
case "subheading":
|
case "subheading":
|
||||||
$sub_block_html .= $block->body; // $this->block_to_html($block, true);
|
$sub_block_html .= $block->body;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
print "<p>error: {$block->header} using an unknown section ({$block->section})";
|
print "<p>error: {$block->header} using an unknown section ({$block->section})";
|
||||||
|
@@ -69,7 +69,7 @@ class Page extends BasePage
|
|||||||
$main_block_html .= $this->get_html($block, "main", true, "");
|
$main_block_html .= $this->get_html($block, "main", true, "");
|
||||||
break;
|
break;
|
||||||
case "subheading":
|
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");
|
$sub_block_html .= $this->get_html($block, "third", true, "nav-card");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
@@ -28,7 +28,7 @@ class Page extends BasePage
|
|||||||
$main_block_html .= $block->get_html(false);
|
$main_block_html .= $block->get_html(false);
|
||||||
break;
|
break;
|
||||||
case "subheading":
|
case "subheading":
|
||||||
$sub_block_html .= $block->body; // $this->block_to_html($block, true);
|
$sub_block_html .= $block->body;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
print "<p>error: {$block->header} using an unknown section ({$block->section})";
|
print "<p>error: {$block->header} using an unknown section ({$block->section})";
|
||||||
|
Reference in New Issue
Block a user