Anyone have any ideas?
# Additional library buttons can be added to the Library Browser (SetMaker.pm) # by adding the libraries you want to the following line. For each key=>value # in the list, if a directory (or link to a directory) with name 'key' appears # in the templates directory, then a button with name 'value' will be placed at # the top of the problem browser. (No button will appear if there is no # directory or link with the given name in the templates directory.) For # example, # # $courseFiles{problibs} = {rochester => "Rochester", asu => "ASU"}; # # would add two buttons, one for the Rochester library and one for the ASU # library, provided templates/rochester and templates/asu exists either as # subdirectories or links to other directories. The "NPL Directory" button # activated below gives access to all the sub directories in the National # Problem Library. # $courseFiles{problibs} = { Library => "NPL Directory", # rochesterLibrary => "Rochester", # asuLibrary => "Arizona State", # dcdsLibrary => "Detroit CDS", # dartmouthLibrary => "Dartmouth", # indianaLibrary => "Indiana", # osuLibrary => "Ohio State", # capaLibrary => "CAPA", # ucsbLibrary => "UCSB" };