Remove "use lib" hack, now that the Apache configuration is correct.
[irspy-moved-to-github.git] / web / htdocs / chrome / layout.mc
index 600b9f0..07690b3 100644 (file)
@@ -1,15 +1,11 @@
-%# $Id: layout.mc,v 1.10 2006-10-20 16:56:07 mike Exp $
+%# $Id: layout.mc,v 1.12 2006-10-30 14:58:15 mike Exp $
 <%args>
 $debug => undef
 $title
 $component
 </%args>
 <%once>
-BEGIN {
-    use vars qw($LIBDIR);
-    $LIBDIR = $r->dir_config("IRSpyLibDir");
-}
-use lib $LIBDIR;
+use URI::Escape;
 use ZOOM::IRSpy::Web;
 use ZOOM::IRSpy qw(irspy_xpath_context xml_encode);
 </%once>