summaryrefslogtreecommitdiff
path: root/httemplate/elements/dashboard-install_welcome.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/dashboard-install_welcome.html')
-rw-r--r--httemplate/elements/dashboard-install_welcome.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/httemplate/elements/dashboard-install_welcome.html b/httemplate/elements/dashboard-install_welcome.html
new file mode 100644
index 0000000..c8e2ded
--- /dev/null
+++ b/httemplate/elements/dashboard-install_welcome.html
@@ -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>