1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Language help file tests.

This commit is contained in:
Cameron 2021-01-14 11:10:21 -08:00
parent 7279e0273e
commit 3a166c253b
2 changed files with 2 additions and 25 deletions

View File

@ -1,23 +0,0 @@
<?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.<br /><br />";
if(e107::getPref('admincss')=='admin_dark.css' && deftrue('BOOTSTRAP') !== 3)
{
$text .= "<small>Theme too dark? <a class='btn btn-default btn-xs btn-mini btn-inverse' href='".e_ADMIN."theme.php?mode=admin'>Change it here</a></small>";
}
e107::getRender()->tablerender($caption, $text);
*/

View File

@ -10,6 +10,6 @@
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }
$text = WMLAN_13 ; $text = defset('WMLAN_13');
$ns -> tablerender( WMLAN_12, $text); $ns -> tablerender( defset('WMLAN_12'), $text);