forked from extern/egroupware
fixed some formatting
This commit is contained in:
parent
ee6e6860d8
commit
97f2607166
@ -1,6 +1,5 @@
|
||||
<!-- BEGIN footer -->
|
||||
<br>
|
||||
|
||||
<!-- BEGIN B_powered_bottom -->
|
||||
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
||||
<tr>
|
||||
@ -10,10 +9,8 @@
|
||||
</tr>
|
||||
</table>
|
||||
<!-- END B_powered_bottom -->
|
||||
|
||||
<p> </p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- END footer -->
|
||||
|
@ -116,7 +116,7 @@
|
||||
if (! function_exists('display_section'))
|
||||
{
|
||||
//echo 'function was not found<br>';
|
||||
|
||||
/*
|
||||
function display_section($appname,$title,$file)
|
||||
{
|
||||
$GLOBALS['prefs'][$appname]['title'] = $title;
|
||||
@ -125,6 +125,7 @@
|
||||
$temp_hooks = CreateObject('phpgwapi.hooks');
|
||||
|
||||
$temp_hooks->process('preferences',array('preferences'));
|
||||
*/
|
||||
//echo 'prefs<pre>';
|
||||
//print_r($GLOBALS['prefs']);
|
||||
//echo '</pre>';
|
||||
|
Loading…
Reference in New Issue
Block a user