XFileSharing Pro - Template: How to move the latest news over the statistics?

Message
Author
amator
Posts: 72
Joined: Dec 01, 2010 6:51 pm

Template: How to move the latest news over the statistics?

#1 Postby amator » Dec 02, 2010 11:51 am

Hi,

How can I move last news just before statistics (only on index)? I've checkd maint.html, but with no result. I want move it here: http://imagehost.pl/images/news.jpg

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#2 Postby admin » Dec 02, 2010 1:14 pm

This code is responsible for news:

Code: Select all

<TMPL_IF news_list>
<TMPL_LOOP news_list>
<div id='news_last'><a href="<TMPL_VAR site_url>/n<TMPL_VAR news_id>-<TMPL_VAR news_title2>.html"><TMPL_VAR news_title></a></div><br>
</TMPL_LOOP>
</TMPL_IF>

amator
Posts: 72
Joined: Dec 01, 2010 6:51 pm

#3 Postby amator » Dec 02, 2010 1:32 pm

OK, but which code is responsible for the statistics? When I try to move the news-code, they are under the statistics (not over).