Using standard options in custom.js, direct the staff client to
use the "tadl-legacy" opac skin.
Signed-off-by: Jeff Godin <jgodin@tadl.org>
-urls['opac'] = '/opac/' + LOCALE + '/skin/tadl/xml/advanced.xml?nps=1';
-urls['opac_rdetail'] = '/opac/' + LOCALE + '/skin/tadl/xml/rdetail.xml';
-urls['opac_rresult'] = '/opac/' + LOCALE + '/skin/tadl/xml/rresult.xml';
-urls['browser'] = '/opac/' + LOCALE + '/skin/tadl/xml/advanced.xml?nps=1';
+urls['opac'] = '/opac/' + LOCALE + '/skin/tadl-legacy/xml/advanced.xml?nps=1';
+urls['opac_rdetail'] = '/opac/' + LOCALE + '/skin/tadl-legacy/xml/rdetail.xml';
+urls['opac_rresult'] = '/opac/' + LOCALE + '/skin/tadl-legacy/xml/rresult.xml';
+urls['browser'] = '/opac/' + LOCALE + '/skin/tadl-legacy/xml/advanced.xml?nps=1';