dee63d95d77bdfd6303f94d06d48a13a845c69d1
fenris advanced

fenris authored 8 years ago

source/structure/conjugation.html.php  1) <?php
source/structure/conjugation.html.php  2) 	global $configuration;
fenris foo

fenris authored 8 years ago

source/structure/conjugation.html.php  3) 	include_once("source/logic/server/table.php");
source/structure/conjugation.html.php  4) 	include_once("source/logic/server/data.php");
source/structure/conjugation.html.php  5) 	include_once("source/logic/server/misc.php");
fenris advanced

fenris authored 8 years ago

source/structure/conjugation.html.php  6)  ?>
bfadmin-master advanced

bfadmin-master authored 8 years ago

source/structure/conjugation.html.php  7) <section class="section" id="conjugation">
bfadmin-master advanced

bfadmin-master authored 8 years ago

source/structure/conjugation.html.php  8) 	<header>Conjugation</header>
Christian Fraß save

Christian Fraß authored 5 years ago

source/content/conjugation.html.php    9) 	<p>In Folksprak verbs are not conjugated for different participants (<span class="grammarterm">personae</span>), number of actors (<span class="grammarterm">numeri</span>) or grammatical genders (<span class="grammarterm">genera</span>).</p>
fenris foo

fenris authored 8 years ago

source/structure/conjugation.html.php 10) <?php
bfadmin-master advanced

bfadmin-master authored 8 years ago

source/structure/conjugation.html.php 11) 	compose
fenris foo

fenris authored 8 years ago

source/structure/conjugation.html.php 12) 	(
source/structure/conjugation.html.php 13) 		[
bfadmin-master advanced

bfadmin-master authored 8 years ago

source/structure/conjugation.html.php 14) 			"infinite_verbforms",
Christian Fraß personal pronouns and infin...

Christian Fraß authored 7 years ago

source/content/conjugation.html.php   15) 			"modal_verbs",
bfadmin-master advanced

bfadmin-master authored 8 years ago

source/structure/conjugation.html.php 16) 			"tempora_and_modi",
Christian Fraß personal pronouns and infin...

Christian Fraß authored 7 years ago

source/content/conjugation.html.php   17) 			"negation",
bfadmin-master advanced

bfadmin-master authored 8 years ago

source/structure/conjugation.html.php 18) 		]
fenris foo

fenris authored 8 years ago

source/structure/conjugation.html.php 19) 	);
source/structure/conjugation.html.php 20)  ?>