View Single Post
  #4  
Old 20th July 2018, 00:12
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
I dont use ether!
Code:
$template->assign_vars(array(
                        'P_QUESTION' => $poll['question'],
                        'P_OPTIONA'  => $poll['option0'],
                        'P_OPTIONB'  => $poll['option1'],
                        'P_OPTIONC'  => $poll['option2'],
                        'P_OPTIOND'  => $poll['option3'],
                        'P_OPTIONE'  => $poll['option4'],
                        'P_OPTIONF'  => $poll['option5'],
                        'P_OPTIONG'  => $poll['option6'],
                        'P_OPTIONH'  => $poll['option7'],
                        'P_OPTIONI'  => $poll['option8'],
                        'P_SORT'     => $poll["sort"] == "no" ? false : true,
                        'P_SUBMIT'   => $user->lang['SUBMIT'],
));

echo $template->fetch('managepolls.html');
close_out();
?>
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
The Following User Says Thank You to joeroberts For This Useful Post:
BamBam0077 (20th July 2018)