"Credits", "version" => "0.5", "author" => "Starbeamrainbowlabs", "description" => "Adds the credits page. You *must* have this module :D", "id" => "page-credits", "code" => function() { add_action("credits", function() { global $settings, $version; $title = "Credits - $settings->sitename"; $content = "

$settings->sitename credits

$settings->sitename is powered by Pepperminty Wiki - an entire wiki packed inside a single file, which was built by Starbeamrainbowlabs, and can be found on github (contributors will ablso be listed here in the future).

A slightly modified version of slimdown is used to parse text source into HTML. Slimdown is by Johnny Broadway, which can be found on github.

The default favicon is from Open Clipart by bluefrog23, and can be found here.

Administrators can update $settings->sitename here: Update $settings->sitename.

$settings->sitename is currently running on Pepperminty Wiki $version

"; exit(page_renderer::render_main($title, $content)); }); } ]); ?>