<?php
$page_id = 1;
$section_id = 10;
$post_id = 2;

define("POST_SECTION", $section_id);
define("POST_ID", $post_id);
require("../../config.php");
require(WB_PATH."/index.php");
?>