<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
manual_setup(array(
'head' => array('windows-1251', 'ru'),
'home' => array('index.php', 'Руководство по PHP'),
'this' => array('faq.html.php', 'PHP and HTML'),
'prev' => array('faq.using.php', 'Using PHP'),
'next' => array('faq.com.php', 'PHP and COM'),
'up' => array('faq.php', 'ЧАВО'),
'toc' => array(
array('faq.general.php', 'General Information'),
array('faq.mailinglist.php', 'Mailing lists'),
array('faq.obtaining.php', 'Obtaining PHP'),
array('faq.databases.php', 'Database issues'),
array('faq.installation.php', 'Installation'),
array('faq.build.php', 'Build Problems'),
array('faq.using.php', 'Using PHP'),
array('faq.html.php', 'PHP and HTML'),
array('faq.com.php', 'PHP and COM'),
array('faq.languages.php', 'PHP and other languages'),
array('faq.migration.php', 'Migrating from PHP 2 to PHP 3'),
array('faq.migration4.php', 'Migrating from PHP 3 to PHP 4'),
array('faq.misc.php', 'Miscellaneous Questions'),
)));
manual_header();
....
php manual_footer();
?>