$value) { $placeholders['{{' . $key . '}}'] = $value; } $js = strtr(file_get_contents($path . 'pickr.js'), $placeholders); echo "window.pickrJs = (function() {\n" . $js . "\n return this;})();";