Example #1
0
/**
 * Simply Poll Client
 * Handles Simply Poll on the client side of the site
 * 
 * @param array $args
 * @return string HTML output of the poll
 */
function spClient($args)
{
    $simplyPoll = new SimplyPoll();
    return $simplyPoll->displayPoll($args);
}