blob: 5294c4a643479544df606ea8e011ec55ec981e3e (
plain)
1
2
3
4
5
6
7
8
|
{if $gBitSystem->isFeatureActive( 'feature_comm' )}
{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}
|