mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Admin infopanel help added
This commit is contained in:
15
e107_languages/English/admin/help/admin.php
Normal file
15
e107_languages/English/admin/help/admin.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/*
|
||||
* e107 website system
|
||||
*
|
||||
* Copyright (C) 2008-2013 e107 Inc (e107.org)
|
||||
* Released under the terms and conditions of the
|
||||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$caption = "Dashboard";
|
||||
$text = "This page provides you with an overview of site activity";
|
||||
$ns -> tablerender($caption, $text);
|
Reference in New Issue
Block a user