admin page untranslated strings, remove empty list element for update
This commit is contained in:
parent
dd001e32f4
commit
3b49035636
2 changed files with 8 additions and 3 deletions
|
@ -117,6 +117,9 @@ function admin_content(&$a) {
|
|||
$t = get_markup_template("admin_aside.tpl");
|
||||
$a->page['aside'] .= replace_macros( $t, array(
|
||||
'$admin' => $aside,
|
||||
'$admtxt' => t('Admin'),
|
||||
'$plugadmtxt' => t('Plugin Features'),
|
||||
'$logtxt' => t('Logs'),
|
||||
'$h_pending' => t('User registrations waiting for confirmation'),
|
||||
'$admurl'=> $a->get_baseurl(true)."/admin/"
|
||||
));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue