Česky
Kamil Dudka

Web components

File detail

Name:DownloadpageNotFound.tpl [Download]
Location: src > templates
Size:486 B
Last modification:2007-12-11 16:09

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>