Listing 5.10. | |
| ROZDZIAŁ: | 5. Pre i post przetwarzanie |
| TXT: | listing-05-10.txt |
<body>
<ol>
{foreach from=$menu item=opcja}
<li>
<a href="index.php?module=fraszka&action=show&slug={$opcja.slug}">
{$opcja.tytul}
</a>
</li>
{/foreach}
</ol>
<div id="tresc">
{include file="../modules/$module/$action.html"}
</div>
</body>