Source of: /manual/es/gettext.setup.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.gettext.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'es',
),
'this' =>
array (
0 => 'gettext.setup.php',
1 => 'Instalación/Configuración',
),
'up' =>
array (
0 => 'book.gettext.php',
1 => 'Gettext',
),
'prev' =>
array (
0 => 'intro.gettext.php',
1 => 'Introducción',
),
'next' =>
array (
0 => 'gettext.requirements.php',
1 => 'Requerimientos',
),
'alternatives' =>
array (
),
'extra_header_links' =>
array (
'rel' => 'alternate',
'href' => '/manual/en/feeds/gettext.setup.atom',
'type' => 'application/atom+xml',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="gettext.setup" class="chapter">
<h1>Instalación/Configuración</h1>
<h2>Tabla de contenidos</h2><ul class="chunklist chunklist_chapter"><li><a href="gettext.requirements.php">Requerimientos</a></li><li><a href="gettext.installation.php">Instalación</a></li><li><a href="gettext.configuration.php">Configuración en tiempo de ejecución</a></li><li><a href="gettext.resources.php">Tipos de recursos</a></li></ul>
</div>
<?php manual_footer(); ?>