' . $note['parent_title'] . ''; } if ($can_edit) $t[] = 'edit'; $t[] = 'view source'; if ($can_move) $t[] = 'move'; if ($can_delete) $t[] = 'delete'; echo '
' . implode(' | ', $t) . '
'; echo $note['html']; require("tpl/notes/inc_relativestree.php"); require("tpl/general/bottom.php");