Source for file toolbar.poll.php
Documentation is available at toolbar.poll.php
* @copyright Refer to copyright.php
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @author Mambo Foundation Inc see README.php
/** ensure this file is being included by a parent file */
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
require_once( $mainframe->getPath( 'toolbar_html' ) );
$database->setQuery( "SELECT published FROM #__polls WHERE id='$cid[0]'" );
$published =
$database->loadResult();
$cur_template =
$mainframe->getTemplate();
$database->setQuery( "SELECT published FROM #__polls WHERE id='$id'" );
$published =
$database->loadResult();
$cur_template =
$mainframe->getTemplate();
Documentation generated on Mon, 05 May 2008 16:23:44 +0400 by phpDocumentor 1.4.0