From 99d92cd9283a8f18c390d1105b77cd2ebb03d59f Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 18 Jul 2015 11:02:48 +0100 Subject: [PATCH] Added link to new export module in the credits page --- index.php | 4 ++-- module_index.json | 2 +- modules/page-credits.php | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.php b/index.php index 8a896f2..b8f9c21 100644 --- a/index.php +++ b/index.php @@ -842,12 +842,12 @@ register_module([ $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).

+

$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).

Main Credits

$credits_html

Site status

- + diff --git a/module_index.json b/module_index.json index 59cf573..7afac2b 100644 --- a/module_index.json +++ b/module_index.json @@ -13,7 +13,7 @@ "author": "Starbeamrainbowlabs", "description": "Adds the credits page. You *must* have this module :D", "id": "page-credits", - "lastupdate": 1436886734 + "lastupdate": 1437213743 }, { "name": "Page deleter", diff --git a/modules/page-credits.php b/modules/page-credits.php index 07980d8..5c1083e 100644 --- a/modules/page-credits.php +++ b/modules/page-credits.php @@ -43,12 +43,12 @@ register_module([ $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).

+

$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).

Main Credits

$credits_html

Site status

Site name:$settings->sitename (Update - Administrators only)
Site name:$settings->sitename (Update - Administrators only, Export as zip - Check for permission first)
Pepperminty Wiki version:$version
Number of pages:" . count(get_object_vars($pageindex)) . "
Number of modules:" . count($modules) . "
- +
Site name:$settings->sitename (Update - Administrators only)
Site name:$settings->sitename (Update - Administrators only, Export as zip - Check for permission first)
Pepperminty Wiki version:$version
Number of pages:" . count(get_object_vars($pageindex)) . "
Number of modules:" . count($modules) . "