1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 12:51:52 +02:00

Forum language-file cleanup.

This commit is contained in:
Cameron
2015-01-30 18:14:06 -08:00
parent 552d113ce0
commit 05637a4422
34 changed files with 243 additions and 224 deletions

View File

@@ -17,7 +17,7 @@ class forum_dashboard // include plugin-folder in the name.
$forum_posts = $sql->count('forum_post');
$var[0]['icon'] = E_16_FORUM;
$var[0]['title'] = ADLAN_113;
$var[0]['title'] = LAN_PLUGIN_FORUM_POSTS;
$var[0]['url'] = e_PLUGIN."forum/forum_admin.php";
$var[0]['total'] = $forum_posts;