<?php include "./blocks/".$blog_blockfile ?>
include "./structure/theme.php";
<?php include "./modules.php"; ?>
case "editlink": include "./structure/editlink.php";
$linkInfo=getLinkInfo($_GET)
function getLinkInfo ($id) { $link = dbQuery("SELECT * FROM ".DBPREFIX."headlinks WHERE id=".$id); $link = mysql_fetch_array($link,MYSQL_ASSOC); return $link;