my $width = int($frame_data->{'width'});
my $height = int($frame_data->{'height'});
+ my $frame_type = $frame_data->{'frametype'};
my $timer_color_h = (($timer_unlocked >= 1) || ($ong_state >= STATE->{'ready'})) ? 'br' : 'ni';
my $timer_color_m = (($timer_unlocked >= 2) || ($ong_state >= STATE->{'ready'})) ? 'br' : 'ni';
my $_frame_next_url = html_entity_encode_dec($frame_next_url , 1);
my $_frame_full_url = html_entity_encode_dec($frame_full_url , 1);
- my $_story = html_entity_encode_dec($story, 1);
- my $_title = html_entity_encode_dec($title, 1);
- my $_command = html_entity_encode_dec($command, 1);
+ my $_story = html_entity_encode_dec($story , 1);
+ my $_title = html_entity_encode_dec($title , 1);
+ my $_command = html_entity_encode_dec($command , 1);
+ my $_frame_type = html_entity_encode_dec($frame_type, 1);
my $_website_name = html_entity_encode_dec(WEBSITE_NAME(), 1);
print $fh ' </div>'."\n";
print $fh ' <div id="framespace">'."\n";
- print $fh ' <img src="'.$_frame_url.'" id="frame" alt="'.$frame.'" title="'.$_title.'" width="'.$width.'" height="'.$height.'">'."\n";
+ print $fh ' <img src="'.$_frame_url.'" id="frame" class="'.$_frame_type.'" alt="'.$frame.'" title="'.$_title.'" width="'.$width.'" height="'.$height.'">'."\n";
print $fh ' </div>'."\n";
print $fh ' <div id="insb" class="ins">'."\n";