mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-06-22 22:39:19 +00:00
html add
This commit is contained in:
@ -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);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user