Hello,
I have a few question about customizing jetspeed interface, First, i m trying to make my own interface and I have some question : I have two menu bar, first one how list the root folder (/pages) and second one how list the folders in the parentfolder (the folder selected in the main menu). #includeTabsNavigation($site.siblingFolders $LEFT_TO_RIGHT) How can I say to list only the root directory (pages/) ? How can I say to list only the parent folders and not the current folder for my second menu (pages/OneButtonOfMyMainMenu/)? (i hope you see what i mean) Second, I have a Left menu who list any .psml in my selected folder How can I say to dont create this menu if i have only one .psml in the folder. Something like #if(( $site.documentSetName() && $site.documentSetName.isEmpty()) > 1) Then, I m using jetspeed2 M2, should I move to M3? :) thanks for help!
