| View previous topic :: View next topic |
| Author |
Message |
amator
Joined: 01 Dec 2010 Posts: 49
|
Posted: Dec 02, 2010 11:51 am Post subject: Template: How to move the latest news over the statistics? |
|
|
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 |
|
| Back to top |
|
 |
admin Site Admin

Joined: 22 Mar 2006 Posts: 1287
|
Posted: Dec 02, 2010 1:14 pm Post subject: |
|
|
This code is responsible for news:
| Code: | <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>
|
|
|
| Back to top |
|
 |
amator
Joined: 01 Dec 2010 Posts: 49
|
Posted: Dec 02, 2010 1:32 pm Post subject: |
|
|
| OK, but which code is responsible for the statistics? When I try to move the news-code, they are under the statistics (not over). |
|
| Back to top |
|
 |
|