public module SiteMapEngine
PHP4 TreeMenu
by Bjorge Dijkstra <bjorge@gmx.net> (1999)._Adapted by Richard Vrijhof <R.J.Vrijhof@bigfoot.com> (2002)._The engine of the site map, which expects its data as an array, describing_the tree (the whole tree, not just the visible items). It then figures out_how the site map must be built (what are collapsed nodes, what are expanded_nodes, what are leaves, which items are visible) and outputs the site map in_XHTML 1.0. Gets included by sitemap.php. Uses config/config.inc.php,_include/admin.inc.php, include/auth.inc.php, include/diesmiling.inc.php and_include/mysql.inc.php, but these were already included by sitemap.php.
| Version | $Revision: 1.1.1.1 $ |
| Copyright | (c)1999 Bjorge Dijkstra, (c)2002 R.J. Vrijhof
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option)
any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| Magic | $Id: sitemap.inc.php,v 1.1.1.1 2002/01/19 16:46:58 richy Exp $ |
|