<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
do 'grub-lib.pl';

sub cgi_args
{
my ($cgi) = @_;
if ($cgi eq 'edit_title.cgi') {
	my $conf = &amp;get_menu_config();
	my @titles = &amp;find("title", $conf);
	return @titles ? 'idx='.$titles[0]-&gt;{'index'} : 'new=1';
	}
return undef;
}
</pre></body></html>