Source of: /manual/pl/eio.setup.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.eio.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'pl',
),
'this' =>
array (
0 => 'eio.setup.php',
1 => 'Instalacja/Konfiguracja',
),
'up' =>
array (
0 => 'book.eio.php',
1 => 'Eio',
),
'prev' =>
array (
0 => 'intro.eio.php',
1 => 'Wstęp',
),
'next' =>
array (
0 => 'eio.requirements.php',
1 => 'Wymagania',
),
'alternatives' =>
array (
),
'extra_header_links' =>
array (
'rel' => 'alternate',
'href' => '/manual/en/feeds/eio.setup.atom',
'type' => 'application/atom+xml',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="eio.setup" class="chapter">
<h1>Instalacja/Konfiguracja</h1>
<h2>Spis treści</h2><ul class="chunklist chunklist_chapter"><li><a href="eio.requirements.php">Wymagania</a></li><li><a href="eio.installation.php">Instalacja</a></li><li><a href="eio.configuration.php">Konfiguracja wykonawcza</a></li><li><a href="eio.resources.php">Typy zasobów</a></li></ul>
</div>
<?php manual_footer(); ?>