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

Parašė ramon· 2008 Vas. 18 20:02:58
#13

Tikrai noobas.. Nemanau kad tu ta theme kuriai jei net negali paprasto includo funkcijoj atlikt pritom html nemoki..

Darik taip :

theme.php :
<?
..
...
function render_footer($license=false) {
require_once "footer.php";
}
...
..
?>




footer.php :
<?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>
";

?>