in common.inc link_page() function adds "submit" link, but it does not check whether the uses has right to post content:
It should be like
if user_access("post content") {
$links[] = ...
}
(I can't post the real code, cause all HTML is stripped here :()
Comments
Comment #1
Kjartan commentedFixed.
Comment #2
kika commented