Corrected XSL prev / next

Added complete toc contents
This commit is contained in:
Lukas Eder 2011-09-17 11:44:17 +00:00
parent a98a39e6a3
commit ed2a0cceb4

View File

@ -1,21 +0,0 @@
<?php
// The following content has been XSL transformed from manual.xml using html-pages.xsl
// Please do not edit this content manually
require '../../frame.php';
function printH1() {
print 'Advanced topics';
}
function printSlogan() {}
function printContent() {
global $root;
?>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td class="right"><a href="<?=$root?>/manual/">Manual</a> : <a href="<?=$root?>/manual/Advanced/">Advanced topics</a></td><td class="left"><a href="<?=$root?>/manual/Advanced/">previous</a></td>
</tr>
</table>
<?php
}
?>