<?php
$page_id = 2;
$section_id = 2;
$post_id = 4;
define("POST_ID", $post_id);
require("../../config.php");
require(WB_PATH."/index.php");
?>