Listing 4.16. | |
| ROZDZIAŁ: | 4. Zmienne i widoki |
| TXT: | listing-04-16.txt |
<!DOCTYPE...>
<html>
<head>
<title>
{if $autor}
{$autor} / {$tytul}
{else}
Błąd! Strona o podanym adresie nie istnieje!
{/if}
</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="{$path_prefix}css/style.css" />
</head>
<body>
<div>
{include file="../modules/$module/$action.html"}
</div>
</body>
</html>