OK i have been editing the ToG and i have come across something in the template that i think maybe could be improved.

In the template for images i have,
[file.jpg]
<tr class=off onmouseover="this.className='on'" onmouseout="this.className='off'">
<td class=rw style="padding:0px;border-left:0px;">
<a href="%item-url%" target=_blank>
<div style="position:absolute;z-index:20;" onmouseout="popUp(event,'t10')" onmouseover="popUp(event,'t10')"><img src="/thumb/%item-name%" alt=""></div>
<div style="z-index:10;"><img src="/thumb/nt.gif" alt="" align=absmiddle> %item-name%%new%</div>
</a>
%comment%</td>
<td class=rw align=center>%item-size%</td>
<td class=rw align=center>%item-modified%</td>
<td class=rw align=center>%item-dl-count%</td>
</tr>Now, this same code is used for .bmp/.gif/.png, i was wondering... if maybe it would be possible to allow a section of the template to be used for different or multiple specified file extensions, this would reduce redundant code in the template, and ease the editing process of the template. Something like this maybe [file.jpg/.png/.bmp/.gif] and the code piece in that section will be used for all of those file types... i know this wouldnt reduce the page load times or anything like that, but it would make the editing of the template easier. Similiar process could be used for ppl that use video streaming [file.flv/.mpg/.wmv/.swf] or music [file.mp3/.m4a/.wma/.wav/.aiff/.midi] or something like that....
