Removal of active.html

This commit is contained in:
Ice
2008-08-09 13:12:08 +00:00
parent c546d17b4b
commit 399ba4e5f5
4 changed files with 0 additions and 46 deletions

View File

@@ -1,18 +0,0 @@
<!--version $Id$ //-->
<div class="panel">
<div class="inner">
<span class="corners-top"><span></span></span>
<h3>{L_ACTIVE_TOPIC}</h3>
<!-- BEGIN active_topics -->
<a href="{active_topics.U_VIEW_TOPIC}" title="{active_topics.FULL_TITLE}"><strong>{active_topics.TITLE}</strong></a><br />
{active_topics.DATE}<br />
{L_POSTED_BY}: {active_topics.POSTER}<br />
<!-- END lactive_topics -->
<hr />
<a href="search.php?search_id=active_topics">{ALL_ACTIVE_TOPIC}</a>
<span class="corners-bottom"><span></span></span>
</div>
</div>
<br style="clear:both" />

View File

@@ -162,10 +162,6 @@
<!-- INCLUDE portal/block/statistics.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_ACTIVE_TOPIC -->
<!--INCLUDE portal/block/active.html-->
<!-- ENDIF -->
<!-- IF S_DISPLAY_MINICAL -->
<!-- INCLUDE portal/block/mini_calendar.html -->
<!-- ENDIF -->

View File

@@ -1,20 +0,0 @@
<!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th>{L_ACTIVE_TOPIC}</th>
</tr>
<tr class="row1">
<td>
<!-- BEGIN active_topics -->
<a href="{active_topics.U_VIEW_TOPIC}" title="{active_topics.FULL_TITLE}"><strong>{active_topics.TITLE}</strong></a><br />
{active_topics.DATE}<br />
{L_POSTED_BY}: {active_topics.POSTER}<br />
<!-- END lactive_topics -->
<hr />
<a href="search.php?search_id=active_topics">{ALL_ACTIVE_TOPIC}</a>
</td>
</tr>
</table>
<br />

View File

@@ -200,10 +200,6 @@ small, .small {
<!-- INCLUDE portal/block/statistics.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_ACTIVE_TOPIC -->
<!--INCLUDE portal/block/active.html-->
<!-- ENDIF -->
<!-- IF S_DISPLAY_MINICAL -->
<!-- INCLUDE portal/block/mini_calendar.html -->
<!-- ENDIF -->