Subversion Repositories taios

Compare Revisions

Ignore whitespace Rev 176 → Rev 177

/_taios.php
131,8 → 131,8
echo '<p class="bold"><a href="add-post.php?id=' . $id . '">Add Comment</a>';
if ($this->isUserAdmin($this->getLoggedInUser()) || $this->getLoggedInUser() == $post->author->ID)
{
echo ' &middot <a href="del-post.php?id=' . $id . '">Delete Post</a>';
echo ' &middot <a href="edit-post.php?id=' . $id . '">Edit Post</a>';
echo ' &nbsp;&nbsp; &middot &nbsp;&nbsp; <a href="del-post.php?id=' . $id . '">Delete Post</a>';
}
write('</p><br />');
}