this link explains how to do it,ull need to do it manualy >>
http://community.sigames.com/showthread.php/210196-Guide-How-to-add-a-Manager-Picture-in-FM2010
btw: it says for fm10 but works for fm11 as i needed to do it aswell when my pic dissapeared while bk
basicly u need to create a file called manager in documents/SI/FM11/graphics then put ur chosen manager pic in there and make a config file using notepad,copy and paste the config below into notepad and
change the bit highlighted in red below to ur name and birthdate tht u 1st started ur save game with ie:joe blogs 25-3 then save the file as config.xml and put it into the manager file u created wid ya pic should work then click reload skin when in game
<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">
<record from="manager" to="graphics/pictures/person/
your name + birth date here/portrait"/>
</list>
</record>
as an example the bottom part should read something like:
<list id="maps">
<record from="manager" to="graphics/pictures/person/
joe blogs 25-3/portrait"/>
</list>
</record>