Seditio Source code viewer
Root | Root
./Seditio-Developer/Seditio.178/system/adminskin/simple/admin.pm.tpl
<!-- BEGIN: ADMIN_PM -->

<!-- BEGIN: PM_BUTTONS -->

<ul class="shortcut-buttons-set">

<!-- BEGIN: PM_BUTTONS_CONFIG -->
<li><a class="shortcut-button" href="{BUTTON_PM_CONFIG_URL}"><span>
<i class="ic-settings ic-3x"></i><br />
{PHP.L.Configuration}
</span></a></li>
<!-- END: PM_BUTTONS_CONFIG -->

</ul>

<div class="clear"></div>

<!-- END: PM_BUTTONS -->

<div class="content-box">
<div class="content-box-header">
<h3>{PHP.L.Private_Messages}</h3>
</div>

<div class="content-box-content">

<table class="cells striped">
<tr>
<td>{PHP.L.Statistics}</td>
<td></td>
</tr>
<tr>
<td>{PHP.L.adm_pm_totaldb}</td>
<td>{PM_TOTALMP_DB}</td>
</tr>
<tr>
<td>{PHP.L.adm_pm_totalsent}</td>
<td>{PM_TOTALMP_SEND}</td>
</tr>
</table>

</div>

</div>

<!-- END: ADMIN_PM -->
Presented with Sourceer