1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Fixes #4283 Blog Calendar archive page title.

This commit is contained in:
Cameron
2020-12-29 10:42:36 -08:00
parent 15488f1c7e
commit 7f6e1444a4

View File

@@ -23,6 +23,7 @@ require_once(e_HANDLER."userclass_class.php");
e107::includeLan(e_PLUGIN."blogcalendar_menu/languages/".e_LANGUAGE.".php");
require_once("calendar.php");
require_once("functions.php");
e107::title(BLOGCAL_L1." - ".BLOGCAL_L2);
require_once(HEADERF);
// ---------------------