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