index.html 344 B

1234567
  1. {include="header"}
  2. <div class="row">{if="!isset($_['module']) || $_['module']=='home'"}{function="Plugin::callHook("dashboard_pre", array($_))"}{/if}{function="Plugin::callHook("home", array($_))"}{if="!isset($_['module']) || $_['module']=='home'"}{function="Plugin::callHook("dashboard_post", array($_))"}{/if}</div>
  3. {include="footer"}