Exemplo n.º 1
0
<?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";
Exemplo n.º 2
0
<?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";