Script Pulse

Trade Pulse => Trade Pulse Support => Topic started by: larry doyle on February 09, 2010, 07:57:29 PM

Title: Toplist inclusion code
Post by: larry doyle on February 09, 2010, 07:57:29 PM
At the risk of sounding like a newb I'd like to know the code to put my toplist on my main page. For the life of me I don't see anything in the manual about this. The toplist is working fine on http://www.mydomain.com/tp/tops/list1 but I need to display this on my main page. My main page is index.php by the way. Thanks
Title: Re: Toplist inclusion code
Post by: larry doyle on February 09, 2010, 08:41:10 PM
Nevermind. My toplist is only text and no html. So I don't think that is even working. Arrgh.
Title: Re: Toplist inclusion code
Post by: ip0li on February 10, 2010, 04:31:16 AM
Code: [Select]
<?php virtual('/tp/tops/list1');?>
That should do tha trick for includes :P