|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/testregisgroup/js/menu/extras/php_based_menu/ |
Upload File : |
<?php /* This is the config file for setting up database driven menus The settings here are pretty much self explanitory and should be straight forward for somebody who has a little knowldge of PHP and MySQL */ $pathToCodeFiles="../../"; // The www root to where the menu code files are located // pathToCodeFiles is normally a directory from root, i.e. /menu/ for http://www.domain.com/menu/ // You can use relative or absolute paths /// The following is only changed if the name of the menu code files have been changed. $menuIncFiles=array(); $menuIncFiles[]="milonic_menu_code.js"; $menuVars=array(); $menuVars["menuCloseDelay"]=500; $menuVars["menuOpenDelay"]=150; $menuVars["subOffsetTop"]=0; $menuVars["subOffsetLeft"]=0; ?>