View Single Post
  #3  
Old 10-06-2003, 04:42 PM
 
stryker898 stryker898 is offline
 

Senior Member
  
Join Date: Jan 2003
Posts: 113
 

Default

Actually if you look in your customer/home.php you'll see this code:

{ include file="news.tpl" }
{if $active_modules.Interneka ne ""}
{ include file="modules/Interneka/menu_interneka.tpl" }
{/if}


{ include file="poweredby.tpl" }


</td>
</tr>
</table>
{ include file="rectangle_bottom.tpl" }
</body>
</html>

Remove the
Quote:
{ include file="poweredby.tpl" }
and that should take if from you home page. To remove it from admin panel take the same file out of single/home.php
__________________
Never take life too seriously, cause none of us are getting out of here alive!
Reply With Quote