<?php include $_SERVER['DOCUMENT_ROOT'] . "/includes/layout.top.php"; include $_SERVER['DOCUMENT_ROOT'] . "/includes/walk.functions.part.php"; $walk_game = "Link"; $walk_game_name = "A link to the past"; ?> <meta name="Search" content="Part of walkthrough"> <?php walk_part($walk_game, $walk_game_name); ?> <?php include $_SERVER['DOCUMENT_ROOT'] . "/includes/layout.bottom.php";
<?php include $_SERVER['DOCUMENT_ROOT'] . "/includes/layout.top.php"; include $_SERVER['DOCUMENT_ROOT'] . "/includes/walk.functions.part.php"; ?> <meta name="Search" content="Part of walkthrough"> <?php walk_part($GLOBAL['walk']['game'], $GLOBAL['walk']['game_name']); include $_SERVER['DOCUMENT_ROOT'] . "/includes/layout.bottom.php";