adding, though unused
[freeside.git] / httemplate / elements / dashboard-install_welcome.html
diff --git a/httemplate/elements/dashboard-install_welcome.html b/httemplate/elements/dashboard-install_welcome.html
new file mode 100644 (file)
index 0000000..c8e2ded
--- /dev/null
@@ -0,0 +1,10 @@
+% if ( $which ) {
+<% include("dashboard-install_welcome-$which.html") %>
+% }
+<%init>
+
+my $conf = new FS::Conf;
+
+my $which = $conf->config('dashboard-install_welcome');
+
+</%init>