Skip navigation.

How it works

The figure below shows the files that are used to create a web page on this site.
   folder/index.php --> ../template.php ----> HTML page
                         |  |  |  |  |    |     | | |
            config.php --+  |  |  |  |    |     | | +-- {$styles}/print.css
            ./page.php -----+  |  |  |    |     | +---- {$styles}/common.css
         ./content.php --------+  |  |    |     +------ ./page.css    |
    {$libphp}/date.php -----------+  |    |                           |
    ../sidebarmenu.php --------------+    |                           /
           \__ sitemap/content.php        |     {$styles}/toc.css ]__/
                                          |     {$styles}/nav.css ]
                         navigation.js ---+

When a directory of the website is requested by a client, the file index.php in that directory is served. The file index.php includes the file template. php that contains the structure of each page of this site. The template creates the HTML page using the following files.

The presentation of the HTML page is determined by the following PHP, JavaScript and CSS files