\n"; $imgfile = $phpgw->common->get_image_dir("admin")."/" . $appname .".gif"; if (file_exists($imgfile)) { $imgpath = $phpgw->common->get_image_path("admin")."/" . $appname .".gif"; } else { $imgfile = $phpgw->common->get_image_dir("admin")."/navbar.gif"; if (file_exists($imgfile)) { $imgpath = $phpgw->common->get_image_path("admin")."/navbar.gif"; } else { $imgpath = ""; } } // Show the header for the section section_start("Administration",$imgpath); // actual items in this section echo ""; echo lang("User accounts")."
\n"; echo ""; echo lang("User groups")."
\n"; echo "

\n"; echo ""; echo lang("Applications")."
\n"; echo "

\n"; echo ""; echo lang("Change main screen message")."
\n"; echo "

\n"; echo ""; echo lang("View sessions")."
\n"; echo ""; echo lang("View Access Log")."
\n"; section_end(); } ?>