adding, though unused
authorivan <ivan>
Tue, 25 May 2010 12:42:28 +0000 (12:42 +0000)
committerivan <ivan>
Tue, 25 May 2010 12:42:28 +0000 (12:42 +0000)
httemplate/elements/dashboard-install_welcome.html [new file with mode: 0644]

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>