Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
06/03/2003 17:19:16
|
JaeSun
Newbie
Joined: 06/03/2003 17:16:36
Messages: 4
Offline
|
i have a quick question ... how do you make each poll use a different template?
like, i would have 3-4 polls running at various places on my site...
i use this code:
is there a way for me to add another line of code to make it use a certain template??
|
|
06/03/2003 23:10:57
|
Anonymous
|
<?php
include_once ......../public_html/poll/booth.php";
$php_poll->set_template_set("set_name");
echo $php_poll->poll_process(;
?>
|
|
|
|
|
|
Based on the open source JForum
|