This commit is contained in:
theomemin
2018-11-26 14:22:39 +01:00
parent 49d539ee72
commit d20469daa1
3 changed files with 40 additions and 3 deletions

View File

@ -145,7 +145,9 @@ class includes extends tag {
$t = $doc->createDocumentFragment();
$p = file_get_contents("../html/includes/".$attr.".html");
$t->appendXML($p);
$el->parentNode->appendChild($t);
}
}