18080c63cada1df8fd6e8eda7bb06c367e016975
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",
fenris foo

fenris authored 8 years ago

16) 			"word_functions",
fenris advanced

fenris authored 8 years ago

17) 		]
18) 	);
19)  ?>