item delete

This commit is contained in:
Mike Macgirvin
2010-07-26 04:22:19 -07:00
parent 557ebe4700
commit 17808daf5e
2 changed files with 34 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ function network_content(&$a, $update = false) {
if($a->argc > 1)
$group = intval($a->argv[1]);
$_SESSION['return_url'] = $a->cmd;
$tpl = file_get_contents('view/jot-header.tpl');
$a->page['htmlhead'] .= replace_macros($tpl, array('$baseurl' => $a->get_baseurl()));