$docx = new CreateDocx();
$docx->addtemplate('image.docx');
$docx->addTemplateVariable('WEIGHT1', '20');
$docx->addTemplateImage('IMAGE1', '../files/img/image.png');
$docx->createDocx('a.docx');
TemplateVariable gets inserted, but Template Image does not. I've tried all different permutations, but am coming to the conclusion that this library is half baked. At best....