1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-28 00:30:09 +02:00

Blog calendar fixes (urls etc.)

This commit is contained in:
Cameron
2013-07-23 07:14:18 -07:00
parent 500ad596bc
commit ee6626ff94
3 changed files with 22 additions and 17 deletions

View File

@@ -33,7 +33,7 @@ if(false === $cached)
// ------------------------------
// initialization + fetch options
// ------------------------------
$prefix = e_PLUGIN."blogcalendar_menu";
$prefix = e_PLUGIN_ABS."blogcalendar_menu";
$marray = array(BLOGCAL_M1, BLOGCAL_M2, BLOGCAL_M3, BLOGCAL_M4, BLOGCAL_M5, BLOGCAL_M6, BLOGCAL_M7, BLOGCAL_M8, BLOGCAL_M9, BLOGCAL_M10, BLOGCAL_M11, BLOGCAL_M12);
$pref['blogcal_ws'] = "monday";
@@ -147,9 +147,7 @@ if(false === $cached)
$months[$cur_year][$cur_month] = 1;
}
// ------------------------
// create and show calendar
// ------------------------