"fixing" hidden stat panel notice
This commit is contained in:
parent
eccfec41ee
commit
d99a4e4f43
@ -27,6 +27,12 @@
|
||||
|
||||
}
|
||||
|
||||
function setup() {
|
||||
global $lang;
|
||||
$lang['admin']['entry']['stats'] = array();
|
||||
$this->smarty->assign('warnings', '[Dev Notice] Panel lang strings are currently hardcoded.');
|
||||
}
|
||||
|
||||
function main() {
|
||||
|
||||
global $fpdb;
|
||||
|
@ -1,5 +1,7 @@
|
||||
<h2>{"Statistics"}</h2>
|
||||
|
||||
{include file='shared:errorlist.tpl'}
|
||||
|
||||
<h3>{"Entries"}</h3>
|
||||
{"<p>You have <strong>%s</strong>
|
||||
entries using <strong>%s</strong> characters
|
||||
|
Loading…
x
Reference in New Issue
Block a user