blob: ee4431fbf850709c2e1f67178a8a7e2d162865dc (
plain)
1
2
3
4
5
6
7
8
9
|
{* $Header: /cvsroot/bitweaver/_bit_wiki/modules/mod_comm_received_objects.tpl,v 1.1 2005/06/19 06:12:45 bitweaver Exp $ *}
{if $gBitSystemPrefs.feature_comm eq 'y'}
{bitmodule title="$moduleTitle" name="comm_received_objects"}
<table class="module box"><tr>
<td valign="top">{tr}Pages:{/tr}</td>
<td> {$modReceivedPages}</td>
</tr></table>
{/bitmodule}
{/if}
|