aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-01-31 23:49:17 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-12-03 14:20:28 +0100
commitc1035c98e455548fe14fbf5443bb98137d4e3d5d (patch)
treec867449b293d17115647ad4010c96dbbcc07e6fa /phpBB/includes/acp
parent6f315da9ab3eaa8e680414eeed6d763a9e2102b6 (diff)
downloadforums-c1035c98e455548fe14fbf5443bb98137d4e3d5d.tar
forums-c1035c98e455548fe14fbf5443bb98137d4e3d5d.tar.gz
forums-c1035c98e455548fe14fbf5443bb98137d4e3d5d.tar.bz2
forums-c1035c98e455548fe14fbf5443bb98137d4e3d5d.tar.xz
forums-c1035c98e455548fe14fbf5443bb98137d4e3d5d.zip
[ticket/14492] Rename files to help_phpbb and fix css tabbing
PHPBB3-14492
Diffstat (limited to 'phpBB/includes/acp')
-rw-r--r--phpBB/includes/acp/acp_help_phpbb.php (renamed from phpBB/includes/acp/acp_send_statistics.php)4
-rw-r--r--phpBB/includes/acp/info/acp_help_phpbb.php (renamed from phpBB/includes/acp/info/acp_send_statistics.php)6
2 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/includes/acp/acp_send_statistics.php b/phpBB/includes/acp/acp_help_phpbb.php
index 74da5996f1..cfe9619898 100644
--- a/phpBB/includes/acp/acp_send_statistics.php
+++ b/phpBB/includes/acp/acp_help_phpbb.php
@@ -19,7 +19,7 @@ if (!defined('IN_PHPBB'))
exit;
}
-class acp_send_statistics
+class acp_help_phpbb
{
var $u_action;
@@ -34,7 +34,7 @@ class acp_send_statistics
$collect_url = "https://www.phpbb.com/stats/receive_stats.php";
- $this->tpl_name = 'acp_send_statistics';
+ $this->tpl_name = 'acp_help_phpbb';
$this->page_title = 'ACP_SEND_STATISTICS';
// generate a unique id if necessary
diff --git a/phpBB/includes/acp/info/acp_send_statistics.php b/phpBB/includes/acp/info/acp_help_phpbb.php
index a0db1a48c4..17a07ec4f6 100644
--- a/phpBB/includes/acp/info/acp_send_statistics.php
+++ b/phpBB/includes/acp/info/acp_help_phpbb.php
@@ -11,15 +11,15 @@
*
*/
-class acp_send_statistics_info
+class acp_help_phpbb_info
{
function module()
{
return array(
- 'filename' => 'acp_send_statistics',
+ 'filename' => 'acp_help_phpbb',
'title' => 'ACP_SEND_STATISTICS',
'modes' => array(
- 'send_statistics' => array('title' => 'ACP_SEND_STATISTICS', 'auth' => 'acl_a_server', 'cat' => array('ACP_SERVER_CONFIGURATION')),
+ 'help_phpbb' => array('title' => 'ACP_SEND_STATISTICS', 'auth' => 'acl_a_server', 'cat' => array('ACP_SERVER_CONFIGURATION')),
),
);
}