<?php if ($action == "news") { include("news.php"); } elseif ($action == "wars") { include("wars.php"); } ?>