Example #1
0
<?php

include $_SERVER['DOCUMENT_ROOT'] . "/includes/layout.top.php";
include $_SERVER['DOCUMENT_ROOT'] . "/includes/walk.functions.main.php";
?>

<meta name="Search" content="Walkthrough index">

<?php 
walk_main($GLOBAL['walk']['game'], $GLOBAL['walk']['game_name']);
include $_SERVER['DOCUMENT_ROOT'] . "/includes/layout.bottom.php";
Example #2
0
<?php

include $_SERVER['DOCUMENT_ROOT'] . "/includes/layout.top.php";
include $_SERVER['DOCUMENT_ROOT'] . "/includes/walk.functions.main.php";
$walk_game = "Link";
$walk_game_name = "A link to the past";
?>
<meta name="Search" content="Walkthrough index">

<?php 
walk_main($walk_game, $walk_game_name);
?>

<?php 
include $_SERVER['DOCUMENT_ROOT'] . "/includes/layout.bottom.php";