Skip to content

Instantly share code, notes, and snippets.

@djfm
Created March 13, 2014 09:15
Show Gist options
  • Save djfm/9524908 to your computer and use it in GitHub Desktop.
Save djfm/9524908 to your computer and use it in GitHub Desktop.
<?php
$translations = require 'install.php';
echo "<meta charset='utf8'>";
echo implode('', array_map(function ($value) {
return "<p>$value</p>";
}, $translations['translations']));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment