Added press. Added tracking.

This commit is contained in:
2018-06-04 01:54:32 +02:00
committed by Stefan Rohde-Enslin
parent 94757eecc3
commit f15684f85e
10 changed files with 231 additions and 25 deletions

View File

@ -155,12 +155,14 @@ $content
};
$concordanceIDFile = [
"introduction" => "contentsIntroduction.tex",
"frontend" => "contentsFrontend.tex",
"musdb" => "contentsMusdb.tex",
"themator" => "contentsThemator.tex",
"learnMore" => "contentsTail.tex",
"contact" => "contentsContact.tex",
"introduction" => "contentsIntroduction.tex",
"frontend" => "contentsFrontend.tex",
"musdb" => "contentsMusdb.tex",
"themator" => "contentsThemator.tex",
"learnMore" => "contentsTail.tex",
"contact" => "contentsContact.tex",
"introductionPress" => "contentsIntroductionPress.tex",
"germanTexts" => "contentsPressGerman.tex",
];
$chapterID = $inputs->getAttribute("id");