Files
sterivein/templates/admin/default/home.html

18 lines
457 B
HTML
Executable File

{extends file="admin-layout.tpl"}
{block name="page-title"}{intl l='Back-office home'}{/block}
{block name="main-content"}
<div class="homepage">
<div id="wrapper" class="container">
{module_include location='home_top'}
<div class="col-md-12">
This is the administration home page. Put some interesting statistics here, and display useful information :)
</div>
{module_include location='home_bottom'}
</div>
</div>
{/block}