View file mod/gbk/index.php
<?php if (($_POST['pokas'] == "") and ($_GET['act_ch']) == "") { include ("mod/gbk/add_post.php"); } elseif ($_GET['act_ch'] == "") { include("mod/gbk/save_post.php"); } elseif ($_GET['act_ch'] == "del_post") { include("mod/gbk/del_post.php"); } elseif ($_GET['act_ch'] == "red_post") { include("mod/gbk/red_post.php"); } //Чтение постов echo '<br><hr><br>'; include("mod/gbk/read_post.php"); ?>