View Single Post
  #2  
Old 4th May 2009, 16:52
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
add this in theme footer.php
PHP Code:
<tr> 
          <td><div align="center"  class="rowEnd"><?=license(); generated(); ?></div></td> 
        </tr>
almost the end of footer ....
looks like this

PHP Code:
<!-- END RIGHT COLUMN --> 
<?}?> 
  </tr> 
</table> 
</td> 
  </tr> 
</table> 
 
 
</td> 
  </tr> 
</table>
<tr> 
          <td><div align="center"  class="rowEnd"><?=license(); generated(); ?></div></td> 
        </tr> 
</BODY> 
</HTML>
Reply With Quote