<% my $main_img = $aset->{'main_image'}; %>
<% my ($destination,$asset) = &subs::file_device_renamer({ file => $main_img, app => $app, type => 'image' });
my $main_image = $destination . $asset; %>
<% if ($main_img && -e $main_image) { %>
<% } elsif ($ghome->{$app}->[-1]->{'type'} eq 'image') { %>
<% } else { %>
<% my $brother = &subs::random_string_creator(); %>
<% } %>
|