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:
@@ -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
|
||||
// ------------------------
|
||||
|
Reference in New Issue
Block a user