6 lines
234 B
Smarty
6 lines
234 B
Smarty
<h1>{l s='The controller'} {$controller} {l s='is missing or invalid. '}</h1>
|
|
<ul>
|
|
<li><a href="index.php">{l s='Go to Dashboard'}</a></li>
|
|
<li><a href="#" onclick="window.history.back();">{l s='Back to previous page'}</a></li>
|
|
</ul>
|