Web components
File detail
Source code
<div id="content">
<h1>{$pageTitle}</h1>
{if $lang=='cz'}
<p>Vámi požadovaná stránka nebyla nalezena na serveru <a href="{$webRoot}">{$webName}</a>. Pokud si myslíte, že je to chyba serveru, kontaktujte <a href="mailto:{$webmasterMail}">webmastera</a>.</p>
{else}
<p>Page you are requested was not found on server <a href="{$webRoot}">{$webName}</a>. If you think this is a server error, feel free to contact <a href="mailto:{$webmasterMail}">webmaster</a>.</p>
{/if}
</div>