Recommend this page to a friend! |
Classes of Eugene Panin | > | OCFLib | > | index.php | > | 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> |