dcda8f5951a8ef9b256ec490d3845d46247dc24c
Fenris Wolf advanced

Fenris Wolf authored 8 years ago

1) <section class="chapter" id="grammar">
2) 	<header>Grammar</header>
fenris advanced

fenris authored 8 years ago

3) <?php
4) 	array_map(
5) 		function ($name)
6) 		{
7) 			include("source/structure/" . $name . ".html.php");
8) 		},
9) 		[
10) 			"conjugation",
11) 			"declension",
12) 			"attributes",
13) 			"sentence_structure",
14) 		]
15) 	);
16)  ?>