Current state

This commit is contained in:
2026-02-07 08:23:18 +01:00
commit 0a4372c40d
22479 changed files with 1553543 additions and 0 deletions

View File

@@ -0,0 +1,48 @@
/*
--- menu items ---
note that this structure has changed its format since previous version.
additional third parameter is added for item scope settings.
Now this structure is compatible with Tigra Menu GOLD.
Format description can be found in product documentation.
*/
var MENU_ITEMS = [
['Audio',null,null,
['Winamp',"link.php",null],
['Winamp',"link.php",null],
['Winamp',"link.php",null],
['Winamp',"link.php",null],
['Winamp',"link.php",null],
['Winamp',"link.php",null]
],
['Menu Compatibility', null, null,
['Supported Browsers', null, null,
['Win32 Browsers', null, null,
['Internet Explorer 5+'],
['Netscape 6.0+'],
['Mozilla 0.9+'],
['AOL 5+'],
['Opera 5+']
],
['Mac OS Browsers', null, null,
['Internet Explorer 5+'],
['Netscape 6.0+'],
['Mozilla 0.9+'],
['AOL 5+'],
['Safari 1.0+']
],
['KDE (Linux, FreeBSD)', null, null,
['Netscape 6.0+'],
['Mozilla 0.9+']
]
],
['Unsupported Browsers', null, null,
['Internet Explorer 4.x'],
['Netscape 4.x']
],
['Report test results', 'mailto:feedback@softcomplex.com?subject=Tigra Menu Test Results'],
]
];