Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Eugene Panin | > | OCFLib | > | index.php | > | Download | ||
|
Download |
<? error_reporting(0); require 'Menulib.php'; require 'OCFLib.php'; ?> <html> <body bgcolor=white> <? $ocf = new OCFParser('./cat.xml'); $root =& $ocf->getMenu(); $menuid = ($menuid)?$menuid:''; echo $root->display($menuid,"$PHP_SELF?menuid="); ?> </body> </html> |