From c09d2e25c130aa4ced8a088c4812cb54f540aba4 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 25 May 2010 12:42:28 +0000 Subject: [PATCH] adding, though unused --- httemplate/elements/dashboard-install_welcome.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 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 index 000000000..c8e2ded1f --- /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'); + + -- 2.11.0