<?php
/*
// OPDS basic gestion (only add entities and relations, not modify)
// Version: 0.1
// Pierre FAUQUE, <pierre@fauque.net>
// Script: 2014, Script->Class: 2019, Gestion: may 2020
// Encoding: UTF-8
// Text editor: GNU/Linux Debian Vi
// File: menu_help.php (v0.1)
// Role: Display a submenu in the help pages
*/
echo "<a href=\"doc_help1.php\">Principle</a> | <a href=\"doc_help2.php\">Tree</a> | <a href=\"doc_help3.php\">Fill the database</a> | <a href=\"doc_help4.php\">active or not</a> | <a href=\"doc_help5.php\">HOWTO create an ebook</a> | <a href=\"doc_help6.php\">Using it</a> | <a href=\"doc_help7.php\">Documentation, links</a>";
?>
|