This repository has been archived on 2024-07-18. You can view files and clone it, but cannot push or open issues or pull requests.
lwb5/scripts/site/beta5/output/manual.en.inc

14 lines
352 B
PHP

<table cellspacing="0" cellpadding="0" style="width:97%;margin:0% 0% 0% 1%">
<tr>
<td style="border-style:solid;border-color:white;border-width:0px 1px 0px 0px;width:300px">
<?php
include('manual/en/header.inc');
?>
</td>
<td style="padding:0px 0px 0px 20px">
<?
include("manual/en/" . handler::$h->subPage . ".inc");
?>
</td>
</tr>
</table>