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

Parašė ramon· 2008 Vas. 18 19:02:38
#11

Tai tu gali apsisprest kokio tau kodo reike blt..

Sito:
echo "<table cellpadding='0' cellspacing='0' width='100%' height='91'>
<tr>
<td align='center' class='footer'><br>\n";
echo showcounter()."
</td>
</tr>
</table>\n";



ar sito :
<?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>
";

?>