In this instance, the code is specifying a CSS class for the paragraph, specifically 'buttonBar.right'. In the function, one of the arguments is the variable
$pos
, which is set to a default of 'right'.
So in theory, if you had different CSS classes set up for left, right and center, you could call the function in this manner:
echo topicReplyBar(13,7,'center')
Where 13 is the topic id, 7 is the forum id, and 'center' is the class for the element.