initial commit

This commit is contained in:
Leon Stafford 2016-12-27 14:30:54 +13:00
commit 1a9fcace0f
47 changed files with 4113 additions and 0 deletions

10
views/message.phtml Normal file
View file

@ -0,0 +1,10 @@
<?php
/**
* @package WP Static HTML Output
*
* Copyright (c) 2011 Leon Stafford
*/
?>
<div class="updated fade">
<p><strong><?php echo $this->message ?></strong></p>
</div>