Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Footer

Parašė Soo-2· 2008 Vas. 18 19:02:52
#3

Jokiu error nemeta.. gal klaida footer.php faile
<?php

echo "<table  width='731' height='75' border='0' cellpadding='0' cellspacing='0'>
   <tr>
      <td rowspan='3'>
         <img src='".THEME."foot/foot_01.png' width='568' height='75' alt=''></td>
      <td colspan='2'>
         <img src='".THEME."foot/foot_02.png' width='163' height='26' alt=''></td>
   </tr>
   <tr>
      <td>
         <img src='".THEME."foot/foot_03.png' width='88' height='31' alt=''></td>
      <td rowspan='2'>
         <img src='".THEME."foot/foot_04.png' width='75' height='49' alt=''></td>
   </tr>
   <tr>
      <td>
         <img src='".THEME."foot/foot_05.png' width='88' height='18' alt=''></td>
   </tr>
</table>
";

?>