* * -------------------------------------------- * * This program is free software; you can redistribute it and/or modify it * * under the terms of the GNU General Public License as published by the * * Free Software Foundation; either version 2 of the License, or (at your * * option) any later version. * \**************************************************************************/ /* $Id$ */ $phpgw_info['flags']['currentapp'] = 'preferences'; include('../header.inc.php'); // This func called by the includes to dump a row header function section_start($name='',$icon='') { global $phpgw,$phpgw_info; //echo "\n"; echo '
'; //echo ""; echo ''; if ($icon) { echo ''; echo ''; } else { echo ''; } echo ''; echo '
[Icon]' . lang($name) . '' . $name . '
'; } function section_end() { echo '
'; echo "\n\n"; } $phpgw->common->hook(); $phpgw->common->phpgw_footer(); ?>