Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.

articleopts

Renders the options available for the article, and is placed depending of the theme.
This function is used inside the render_article() and is not supposed to be used outside it.

articleopts

Quote

articleopts ( array $info , string $sep )


Parameters
info
The information for the article as an array

sep
Separator for the different options can be chosen as you want

Return Values
This function will return the options for an article.

Example
Code
<?php
articleopts($info,"·")
?>

Will return the options for the article with the information given in the $info variable.

Changelog
7.01.00 - Comments link now says "1 comment" in stead of "1 comments" when there are only one comment posted to the article item.