mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Add moderator symbol to update link in credits.
This commit is contained in:
parent
271ff20d9f
commit
312a3040af
3 changed files with 3 additions and 3 deletions
|
@ -2641,7 +2641,7 @@ register_module([
|
||||||
$credits_html
|
$credits_html
|
||||||
<h2>Site status</h2>
|
<h2>Site status</h2>
|
||||||
<table>
|
<table>
|
||||||
<tr><th>Site name:</th><td>$settings->sitename (<a href='?action=update'>Update - Administrators only</a>, <a href='?action=export'>Export as zip - Check for permission first</a>)</td></tr>
|
<tr><th>Site name:</th><td>$settings->sitename (<a href='?action=update'>$settings->admindisplaychar Update</a>, <a href='?action=export'>Export as zip - Check for permission first</a>)</td></tr>
|
||||||
<tr><th>Pepperminty Wiki version:</th><td>$version</td></tr>
|
<tr><th>Pepperminty Wiki version:</th><td>$version</td></tr>
|
||||||
<tr><th>Number of pages:</th><td>" . count(get_object_vars($pageindex)) . "</td></tr>
|
<tr><th>Number of pages:</th><td>" . count(get_object_vars($pageindex)) . "</td></tr>
|
||||||
<tr><th>Number of modules:</th><td>" . count($modules) . "</td></tr>
|
<tr><th>Number of modules:</th><td>" . count($modules) . "</td></tr>
|
||||||
|
|
|
@ -77,7 +77,7 @@
|
||||||
"author": "Starbeamrainbowlabs",
|
"author": "Starbeamrainbowlabs",
|
||||||
"description": "Adds the credits page. You *must* have this module :D",
|
"description": "Adds the credits page. You *must* have this module :D",
|
||||||
"id": "page-credits",
|
"id": "page-credits",
|
||||||
"lastupdate": 1451133924,
|
"lastupdate": 1458586856,
|
||||||
"optional": false
|
"optional": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -79,7 +79,7 @@ register_module([
|
||||||
$credits_html
|
$credits_html
|
||||||
<h2>Site status</h2>
|
<h2>Site status</h2>
|
||||||
<table>
|
<table>
|
||||||
<tr><th>Site name:</th><td>$settings->sitename (<a href='?action=update'>Update - Administrators only</a>, <a href='?action=export'>Export as zip - Check for permission first</a>)</td></tr>
|
<tr><th>Site name:</th><td>$settings->sitename (<a href='?action=update'>$settings->admindisplaychar Update</a>, <a href='?action=export'>Export as zip - Check for permission first</a>)</td></tr>
|
||||||
<tr><th>Pepperminty Wiki version:</th><td>$version</td></tr>
|
<tr><th>Pepperminty Wiki version:</th><td>$version</td></tr>
|
||||||
<tr><th>Number of pages:</th><td>" . count(get_object_vars($pageindex)) . "</td></tr>
|
<tr><th>Number of pages:</th><td>" . count(get_object_vars($pageindex)) . "</td></tr>
|
||||||
<tr><th>Number of modules:</th><td>" . count($modules) . "</td></tr>
|
<tr><th>Number of modules:</th><td>" . count($modules) . "</td></tr>
|
||||||
|
|
Loading…
Reference in a new issue