* * -------------------------------------------- * * 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_flags = array("noheader" => True, "nonavbar" => True); $phpgw_flags["currentapp"] = "preferences"; include("../header.inc.php"); if ($phpgw_info["user"]["permissions"]["anonymous"]) { Header("Location: " . $phpgw->link($phpgw_info["server"]["webserver_url"] . "/")); exit; } echo "
link("changepassword.php") . "\">" . lang_pref("change your password") . ""; echo "
link("changetheme.php") . "\">" . lang_pref("select different theme") . ""; echo "
link("settings.php") . "\">" . lang_pref("change your settings") . ""; echo "
link("changeprofile.php") . "\">" . lang_pref("change your profile") . ""; if ($phpgw_info["user"]["permissions"]["nntp"]) echo "
link("nntp.php") . "\">" . lang_pref("monitor newsgroups") . ""; include($phpgw_info["server"]["api_dir"] . "/footer.inc.php");