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

9 lines
215 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>