d42abfa2ef200df78b2da82912e5cadb6f4f7dd8
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) 			"phonology_and_orthography",
11) 			"pronouns",
12) 			"conjugation",
13) 			"declension",
14) 			"attributes",
15) 			"sentence_structure",
16) 		]
17) 	);
18)  ?>