mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Remove special case for stocks and add hook_home file for stocks
This commit is contained in:
parent
8d7264120a
commit
1b977f6e28
@ -175,12 +175,6 @@
|
|||||||
//Uncomment the next line to enable the notify window. It will not work until a notifywindow app is added.
|
//Uncomment the next line to enable the notify window. It will not work until a notifywindow app is added.
|
||||||
//echo '<a href="javascript:opennotifywindow()">Open notify window</a>';
|
//echo '<a href="javascript:opennotifywindow()">Open notify window</a>';
|
||||||
|
|
||||||
if ($phpgw_info["user"]["apps"]["stocks"] && $phpgw_info["user"]["preferences"]["stocks"]["enabled"])
|
|
||||||
{
|
|
||||||
include(PHPGW_INCLUDE_ROOT . "/stocks/inc/functions.inc.php");
|
|
||||||
echo '<tr><td align="right">' . return_quotes($quotes) . '</td></tr>';
|
|
||||||
}
|
|
||||||
|
|
||||||
$phpgw->common->hook('',array('email','calendar','news','addressbook'));
|
$phpgw->common->hook('',array('email','calendar','news','addressbook'));
|
||||||
|
|
||||||
//$phpgw->common->debug_phpgw_info();
|
//$phpgw->common->debug_phpgw_info();
|
||||||
|
Loading…
Reference in New Issue
Block a user