* * -------------------------------------------- * * 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["currentapp"] = "admin"; include("../header.inc.php"); echo "
" . lang_admin("Site") . " | " . "" . lang_common("Edit") . " | " . lang_common("Delete") . " | " . lang_common("View") . " |
$display | " . "link("editheadline.php", "con=".$phpgw->db->f("con"))."\"> ".lang_common("Edit")." | "; echo "link("deleteheadline.php", "con=".$phpgw->db->f("con"))."\"> ".lang_common("Delete")." | "; echo "link("viewheadline.php", "con=".$phpgw->db->f("con"))."\"> ".lang_common("View")." |