Add what is in bold to the rest of image path.
old
Code:
<td class="headerlogo"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="images/logo/mpc_01.jpg" style="border:none;" width="199" height="119" alt="$vboptions[bbtitle]" /></td>
<td class="headerlogo2"> </td>
New
Code:
<td class="headerlogo"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="http://www.myparentconnection.com/forums/images/logo/mpc_01.jpg" style="border:none;" width="199" height="119" alt="$vboptions[bbtitle]" /></td>
<td class="headerlogo2"> </td>