diff options
Diffstat (limited to 'httemplate/view/cust_main/custom_content/small_custview.html')
| -rw-r--r-- | httemplate/view/cust_main/custom_content/small_custview.html | 8 |
1 files changed, 8 insertions, 0 deletions
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 index 000000000..b325f2ac7 --- /dev/null +++ b/httemplate/view/cust_main/custom_content/small_custview.html @@ -0,0 +1,8 @@ +<& /elements/small_custview.html, $cust_main &> +<%init> + +my($cust_main) = @_; + +my $conf = new FS::Conf; + +</%init> |
