added parent_page link on footer

This commit is contained in:
skeeter 2000-11-24 13:54:49 +00:00
parent 3b53390cc6
commit accfba6353
2 changed files with 4 additions and 2 deletions

View File

@ -13,7 +13,8 @@
/* $Id$ */
$phpgw_info["flags"] = array("currentapp" => "calendar", "enable_calendar_class" => True, "enable_nextmatchs_class" => True);
$phpgw_info["flags"] = array("currentapp" => "calendar", "enable_calendar_class" => True, "enable_nextmatchs_class" => True, "parent_page" => "index.php");
include("../header.inc.php");
if(isset($friendly) && $friendly) {

View File

@ -13,7 +13,8 @@
/* $Id$ */
$phpgw_info["flags"] = array("currentapp" => "calendar", "enable_calendar_class" => True, "enable_nextmatchs_class" => True);
$phpgw_info["flags"] = array("currentapp" => "calendar", "enable_calendar_class" => True, "enable_nextmatchs_class" => True, "parent_page" => "matrixselect.php");
include("../header.inc.php");
if (isset($date) && strlen($date) > 0) {