// You can find instructions for this file here: // Decide if the names are links or just the icons USETEXTLINKS = 1 //replace 0 with 1 for hyperlinks // Decide if the tree is to start all open or just showing the root folders STARTALLOPEN = 0 //replace 0 with 1 to show the whole tree ICONPATH = 'images/' //change if the gif's folder is a subfolder, for example: 'images/' foldersTree = gFld("") aux1 = insFld(foldersTree, gFld("دی وی دی (DVD)", "group.php?id=4")) aux2=insFld(aux1, gFld("کارتون(CARTOON)", "cat.php?id=8")) aux2=insFld(aux1, gFld("دی وی دی ویدیو (DVD VIDEO)", "cat.php?id=6")) aux3 = insDoc(aux2, gLnk("S","زبان اصلی(SUB-EN)", "zcat.php?id=3")) aux3 = insDoc(aux2, gLnk("S","زیرنویس(SUB-FA)", "zcat.php?id=4")) aux2=insFld(aux1, gFld("دی وی دی پی سی (DVD PC)", "cat.php?id=7")) aux3 = insDoc(aux2, gLnk("S","زبان اصلی (SUB-EN)", "zcat.php?id=5")) aux3 = insDoc(aux2, gLnk("S","زیرنویس (SUB-FA)", "zcat.php?id=6")) aux2=insFld(aux1, gFld("سریال(SERIAL)", "cat.php?id=9")) aux2=insFld(aux1, gFld("موزیک(MUSIC)", "cat.php?id=10")) aux2=insFld(aux1, gFld("بازی (GAME)", "cat.php?id=11")) aux2=insFld(aux1, gFld("غیره...(OTHER)", "cat.php?id=12")) aux2=insFld(aux1, gFld("دیواکس (DIVX)", "cat.php?id=13")) aux2=insFld(aux1, gFld("سی دی (CD)", "cat.php?id=14"))