On Tue, 01 Feb 2005 22:13:02 +0100, Jonathan Ernst Jonathan@ErnstFamily.ch wrote:
Changelog:
- remove non-existant screenshots
- remove link to 404 Not Found page
Files changed:
- templates/en/screenshots.template
-<tr valign=top align=center> - <td width="33%"> - {$im_6}<br /> - <span class=small>{$ds_6}</span> - </td> - <td width="34%"> - {$im_7}<br /> - <span class=small>{$ds_7}</span> - </td> - <td width="33%"> - {$im_8}<br /> - <span class=small>{$ds_8}</span> - </td> -</tr>
:-)
Thats not the way it works :)
There are 16 screen shots in toatle.. 9 are on the first page correct? now go to more screen shots.... there are 6 on this page humm 15 shots .. shot 10 is missing if you notice. $im_ starts with 0 so there are 9 slots in toatle. You want to remove three and that would leave 6 slots.
The first page would have 6 screen shots, second page would also have 6 shots but it would skip shot 7 so where on screen shot 13 now. Third page would have 2 shots as it would skip a shot as well. Now you have 4 non- existant screenshots... What need to is make it work with 16 shots and not skip a shot...
To remove the 404 is correct ofcourse.
Tom