you have to have that 'config.xml' file.
THIS IS AN EXAMPLE:
<record>
<!-- resource manager options -->
<!-- dont preload anything in this folder -->
<boolean id="preload" value="false"/>
<!-- turn off auto mapping -->
<boolean id="amap" value="false"/>
<!-- logo mappings -->
<!-- the following XML maps pictures inside this folder into other positions
in the resource system, which allows this folder to be dropped into any
place in the graphics folder and still have the game pick up the graphics
files from the correct places
-->
<list id="maps">
<!-- Auto generated by fmXML -->
<record from="arsenal_away" to="graphics/pictures/team/602/kits/away"/>
<record from="arsenal_home" to="graphics/pictures/team/602/kits/home"/>
<record from="arsenal_third" to="graphics/pictures/team/602/kits/third"/>
<record from="birgmingham_away" to="graphics/pictures/team/609/kits/away"/>
<record from="birgmingham_home" to="graphics/pictures/team/609/kits/home"/>
<record from="birgmingham_third" to="graphics/pictures/team/609/kits/third"/>
<record from="blackburn_away" to="graphics/pictures/team/612/kits/away"/>
<record from="blackburn_home" to="graphics/pictures/team/612/kits/home"/>
<record from="bolton_away" to="graphics/pictures/team/614/kits/away"/>
<record from="bolton_home" to="graphics/pictures/team/614/kits/home"/>
<record from="chelsea_away" to="graphics/pictures/team/630/kits/away"/>
<record from="chelsea_home" to="graphics/pictures/team/630/kits/home"/>
<record from="chelsea_third" to="graphics/pictures/team/630/kits/third"/>
<record from="derby_away" to="graphics/pictures/team/645/kits/away"/>
<record from="derby_home" to="graphics/pictures/team/645/kits/home"/>
<record from="derby_third" to="graphics/pictures/team/645/kits/third"/>
<record from="everton_away" to="graphics/pictures/team/650/kits/away"/>
<record from="everton_home" to="graphics/pictures/team/650/kits/home"/>
<record from="everton_third" to="graphics/pictures/team/650/kits/third"/>
<record from="fulham_away" to="graphics/pictures/team/654/kits/away"/>
<record from="fulham_home" to="graphics/pictures/team/654/kits/home"/>
<record from="fulham_third" to="graphics/pictures/team/654/kits/third"/>
<record from="liverpool_away" to="graphics/pictures/team/676/kits/away"/>
<record from="liverpool_home" to="graphics/pictures/team/676/kits/home"/>
<record from="liverpool_third" to="graphics/pictures/team/676/kits/third"/>
<record from="manc_away" to="graphics/pictures/team/679/kits/away"/>
<record from="manc_home" to="graphics/pictures/team/679/kits/home"/>
<record from="manc_third" to="graphics/pictures/team/679/kits/third"/>
<record from="manu_away" to="graphics/pictures/team/680/kits/away"/>
<record from="manu_home" to="graphics/pictures/team/680/kits/home"/>
<record from="manu_third" to="graphics/pictures/team/680/kits/third"/>
<record from="midlesbrough_away" to="graphics/pictures/team/685/kits/away"/>
<record from="midlesbrough_home" to="graphics/pictures/team/685/kits/home"/>
<record from="newcastle_away" to="graphics/pictures/team/688/kits/away"/>
<record from="newcastle_home" to="graphics/pictures/team/688/kits/home"/>
<record from="newcastle_third" to="graphics/pictures/team/688/kits/third"/>
<record from="pompey_away" to="graphics/pictures/team/699/kits/away"/>
<record from="pompey_home" to="graphics/pictures/team/699/kits/home"/>
<record from="pompey_third" to="graphics/pictures/team/699/kits/third"/>
<record from="reading_away" to="graphics/pictures/team/702/kits/away"/>
<record from="reading_home" to="graphics/pictures/team/702/kits/home"/>
<record from="reading_third" to="graphics/pictures/team/702/kits/third"/>
<record from="sunderland_away" to="graphics/pictures/team/722/kits/away"/>
<record from="sunderland_home" to="graphics/pictures/team/722/kits/home"/>
<record from="sunderland_third" to="graphics/pictures/team/722/kits/third"/>
<record from="tottenham_away" to="graphics/pictures/team/728/kits/away"/>
<record from="tottenham_home" to="graphics/pictures/team/728/kits/home"/>
<record from="tottenham_third" to="graphics/pictures/team/728/kits/third"/>
<record from="villa_away" to="graphics/pictures/team/603/kits/away"/>
<record from="villa_home" to="graphics/pictures/team/603/kits/home"/>
<record from="westham_away" to="graphics/pictures/team/735/kits/away"/>
<record from="westham_home" to="graphics/pictures/team/735/kits/home"/>
<record from="wigan_away" to="graphics/pictures/team/737/kits/away"/>
<record from="wigan_home" to="graphics/pictures/team/737/kits/home"/>
<record from="wigan_third" to="graphics/pictures/team/737/kits/third"/>
</list>
</record>
thats just the premiership teams.
If you can see, if it says 'wigan_away', thats the name of the picture. And you can see different teams have 'different numbers'. Like 737 etc, and every team has their own number which you have to put in there so it works in the game.