diff options
author | ivan <ivan> | 2010-05-25 12:42:28 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-05-25 12:42:28 +0000 |
commit | c09d2e25c130aa4ced8a088c4812cb54f540aba4 (patch) | |
tree | d0066759bd8cd2b3b6effca2cbd3562b063fd67f | |
parent | 5ff9c3d0c052f84fb896838db512085657493a91 (diff) |
adding, though unused
-rw-r--r-- | httemplate/elements/dashboard-install_welcome.html | 10 |
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 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'); + +</%init> |