Move xml_encode() from IRSpy to Utils
[irspy-moved-to-github.git] / web / htdocs / chrome / layout.mc
index 00db5f2..ce8e739 100644 (file)
@@ -1,13 +1,13 @@
-%# $Id: layout.mc,v 1.8 2006-09-26 09:30:28 mike Exp $
+%# $Id: layout.mc,v 1.13 2006-10-30 16:13:49 mike Exp $
 <%args>
 $debug => undef
 $title
 $component
 </%args>
 <%once>
-use lib "/usr/local/src/cvs/irspy/lib";
+use URI::Escape;
 use ZOOM::IRSpy::Web;
-use ZOOM::IRSpy::Record qw(xml_encode);
+use ZOOM::IRSpy::Utils qw(irspy_xpath_context xml_encode);
 </%once>
 <& /chrome/head.mc, title => $title &>
   <table border="0" cellpadding="0" cellspacing="0" width="100%">