===========================================================
    IPB
-----------------------------------------------------------
 [IPB 2.3.6 + DLE9]  [IPB 3.1 + DLE9]
===========================================================
===========================================================
  :
===========================================================
1.   lasttopicipb.php  /engine/modules/
----------------------------------------------------------------------------------------------------------------------
2.    "/engine/modules/lasttopicipb.php"      .
----------------------------------------------------------------------------------------------------------------------
3.    index.php
----------------------------------------------------------------------------------------------------------------------
:
require_once ROOT_DIR.'/engine/init.php';
 :
include_once ROOT_DIR.'/engine/modules/lasttopicipb.php';

:
$tpl->set('{login}',$login_panel);
 :
$tpl->set('{lasttopicipb}',$lasttopicipb);
----------------------------------------------------------------------------------------------------------------------
 5.   main.tpl     
----------------------------------------------------------------------------------------------------------------------

<table width="100%" class="forum_table" cellspadding="20" cellspacing="0">
<tr>
<td style="background-color: #FFFFE5; font-size: 15px; font-family: Tahoma; " colspan="5">&rarr;    </td>
</tr>
<tr>
<td style="background-color: #FFFFE5;"><strong></strong></td>
<td style="background-color: #FFFFE5;"><strong></strong></td>
<td style="background-color: #FFFFE5;"><strong></strong></td>
<td align="center" style="background-color: #FFFFE5;"><strong></strong></td>
<td align="center" style="background-color: #FFFFE5;"><strong></strong></td>
</tr>
{lasttopicipb}

</table>
===========================================================
///////////////////////////////////// !///////////////////////////////////////////////////////
===========================================================
