Use title from clone, if any

This commit is contained in:
Jamie Cameron
2016-08-24 21:01:01 -07:00
parent 700afdb0cc
commit 7e6982a0cf

View File

@@ -3,7 +3,7 @@
# Display commands available for execution
require './custom-lib.pl';
&ui_print_header(undef, $text{'index_title'}, "", "intro", 1, 1);
&ui_print_header(undef, $module_info{'desc'}, "", "intro", 1, 1);
@cust = grep { &can_run_command($_) } &list_commands();
@cust = &sort_commands(@cust);