1
0
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:
Cameron
2013-02-21 17:46:12 -08:00
parent e8d877bb53
commit c9e5252041

View 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);