1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Some language-file cleanup and title/breadcrumb corrections.

This commit is contained in:
Cameron
2013-02-22 21:34:06 -08:00
parent 2a536d2bbb
commit 5bcd54f179
16 changed files with 135 additions and 130 deletions

View File

@@ -56,7 +56,7 @@ class cron_admin extends e_admin_dispatcher
'main/edit' => 'main/list'
);
protected $menuTitle = 'Comments';
protected $menuTitle = PAGE_NAME;
}
class cron_admin_ui extends e_admin_ui