add cust_main-custom_content config item for Globelink's custom customer view, RT...
[freeside.git] / httemplate / view / cust_main / custom_content / small_custview.html
diff --git a/httemplate/view/cust_main/custom_content/small_custview.html b/httemplate/view/cust_main/custom_content/small_custview.html
new file mode 100644 (file)
index 0000000..b325f2a
--- /dev/null
@@ -0,0 +1,8 @@
+<& /elements/small_custview.html, $cust_main &>
+<%init>
+
+my($cust_main) = @_;
+
+my $conf = new FS::Conf;
+
+</%init>