mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 12:48:24 +01:00
Language help file tests.
This commit is contained in:
parent
7279e0273e
commit
3a166c253b
@ -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);
|
||||
*/
|
@ -10,6 +10,6 @@
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = WMLAN_13 ;
|
||||
$ns -> tablerender( WMLAN_12, $text);
|
||||
$text = defset('WMLAN_13');
|
||||
$ns -> tablerender( defset('WMLAN_12'), $text);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user