mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 11:38:02 +02:00
Added $phpgw->common->phpgw_footer() function, and changed all
places that were including the footer.inc.php to use the function. Re-arrange phpgw.inc.php to include optional classes after reading the DB config misc bugfixes.
This commit is contained in:
@ -45,6 +45,15 @@ Example:
|
||||
</H2>
|
||||
|
||||
<P>
|
||||
<H3>$phpgw->common->phpgw_header</H3>
|
||||
|
||||
<P><CODE>$phpgw->phpgw_header()</CODE><BR>
|
||||
Print out the start of the HTML page, including the navigation bar
|
||||
and includes <CODE>appname/inc/header.php</CODE>
|
||||
<H3>$phpgw->common->phpgw_footer</H3>
|
||||
|
||||
<P><CODE>$phpgw->phpgw_footer()</CODE><BR>
|
||||
Prints the system footer, and includes <CODE>appname/inc/footer.php</CODE>
|
||||
<H3>$phpgw->common->appsession</H3>
|
||||
|
||||
<P><CODE>$phpgw->common->appsession($data)</CODE><BR>
|
||||
|
Reference in New Issue
Block a user