As Kev said you need a config file. You could do it all in the one file, as long as the .png files are in the same folder:
<record>
<!-- dont preload anything in this folder -->
<boolean id="preload" value="false"/>
<!-- turn off auto mapping -->
<boolean id="amap" value="false"/>
<list id="maps">
<record from="iconimgname" to="graphics/pictures/club/clubid/icon"/>
<record from="normalimgname" to="graphics/pictures/club/clubid/logo"/>
<record from="largeimgname" to="graphics/pictures/club/clubid/logo/huge"/>
</list>
</record>
Where iconimgname ect. are the file names (without the .png extension), and clubid is your club ID number.