View Single Post
Old 01-30-2009, 12:14 AM
Admin Admin is offline
Administrator
Join Date: Jul 2007
Posts: 120
  #3  
Default

In your udm-custom.js file change this

Code:
//path to images folder
um.baseSRC = "udm-resources/";
to this...

Code:
//path to images folder
um.baseSRC = "/menu1/udm-resources/";
The problem is a pathing issue. Using an absolute path (as opposed to a relative one) should solve the problem.
Reply With Quote