registerFunction( 'onBeforeDisplayContent', 'botVoting' ); function botVoting( &$row, &$params, $page=0 ) { global $mosConfig_live_site, $mosConfig_absolute_path, $cur_template; global $Itemid; $id = $row->id; $option = 'com_content'; $task = mosGetParam( $_REQUEST, 'task', '' ); $html = ''; if ($params->get( 'rating' ) && !$params->get( 'popup' )){ $html .= '
\n"; } return $html; } ?>