stash('comment'); if ($cmt['comment_commenter_id']) { # load author related to this commenter. $auth = $ctx->mt->db->fetch_author($cmt['comment_commenter_id']); if (!$auth) return "?"; $link = $ctx->mt->config['IdentityURL']; $link = preg_replace('@/$@', '', $link); $link .= "/" . $auth['author_name']; $blog = $ctx->stash('blog'); $root_url = $blog['blog_site_url']; if (!preg_match('!/$!', $root_url)) $root_url .= '/'; return "[TypeKey Profile Page]"; } else { return ""; } } ?>