Files
PrestaShop/admin-dev/themes/template/not_found/content.tpl
T
2011-10-31 10:36:17 +00:00

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>