Author Topic: Toplist inclusion code  (Read 8202 times)

0 Members and 1 Guest are viewing this topic.

Offline larry doyle

  • Newbie
  • *
  • Posts: 7
    • View Profile
Toplist inclusion code
« 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
« Last Edit: February 09, 2010, 08:00:17 PM by larry doyle »

Offline larry doyle

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: Toplist inclusion code
« Reply #1 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.

Offline ip0li

  • mgSearkGD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1959
    • View Profile
    • Pretty Girls from your city for night
Re: Toplist inclusion code
« Reply #2 on: February 10, 2010, 04:31:16 AM »
Code: [Select]
<?php virtual('/tp/tops/list1');?>
That should do tha trick for includes :P