paramecio2fm/paramecio2/modules/admin/templates/users.phtml

9 lines
231 B
PHTML

<%inherit file="dashboard.phtml"/>
<%block name="content">
<div class="title">
${_('Welcome to Paramecio Admin')}
</div>
<div class="cont">
${_('From here you can admin your site')}
</div>
</%block>