forked from kevinowino869/mitrobill
11 lines
366 B
Smarty
11 lines
366 B
Smarty
{include file="sections/user-header.tpl"}
|
|
|
|
<div class="page page-err clearfix">
|
|
<div class="err-container">
|
|
<h1 class="m404 mb0">404 <a href="{$_url}home" class="ion ion-forward" title="Go to Dashboard"></a></h1>
|
|
<p class="text-desc mb20">{Lang::T('Coming Soon! Next Version...')}</p>
|
|
</div>
|
|
</div>
|
|
|
|
{include file="sections/user-footer.tpl"}
|