ok found the file. its not on my hard drive after the install

i found this code

<div>
{if $prevlinkstart}
<img style="vertical-align: middle" src="{$config.BASE_URL}/images/{$style_array.general}/previous.gif" alt="{$lang.PREV_THREAD}" border="0" {$images.previous} />
{$prevlinkstart}
{$lang.PREV_THREAD}
{$prevlinkstop}
 
{/if}

<img style="vertical-align: middle" src="{$config.BASE_URL}/images/{$style_array.general}/all.gif" alt="{$alttext}" border="0" {$images.all} />
{$currentlinkstart}
{$linktext}
{$currentlinkstop}
 

{if $nextlinkstart}
{$nextlinkstart}
{$lang.NEXT_THREAD}
{$nextlinkstop}
<img style="vertical-align: middle" src="{$config.BASE_URL}/images/{$style_array.general}/next.gif" alt="{$lang.NEXT_THREAD}" border="0" {$images.next} />
 
{/if}


</div>

should i make it like this?

<div><!--ZOOMSTOPFOLLOW-->
{if $prevlinkstart}
<img style="vertical-align: middle" src="{$config.BASE_URL}/images/{$style_array.general}/previous.gif" alt="{$lang.PREV_THREAD}" border="0" {$images.previous} />
{$prevlinkstart}
{$lang.PREV_THREAD}
{$prevlinkstop}
 
{/if}

<img style="vertical-align: middle" src="{$config.BASE_URL}/images/{$style_array.general}/all.gif" alt="{$alttext}" border="0" {$images.all} />
{$currentlinkstart}
{$linktext}
{$currentlinkstop}
 

{if $nextlinkstart}
{$nextlinkstart}
{$lang.NEXT_THREAD}
{$nextlinkstop}
<img style="vertical-align: middle" src="{$config.BASE_URL}/images/{$style_array.general}/next.gif" alt="{$lang.NEXT_THREAD}" border="0" {$images.next} />
 <!--ZOOMRESTARTFOLLOW-->
{/if}


</div>

and do i upload showflat.tpl in ascii format?