// 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("دی وی دی ویدیو (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"))