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 |
19/02/2003 22:33:31
|
Anonymous
|
Have looked in the forum but didn't find any answer.
What do I have to do if I want to use Graphics as template?
|
|
24/02/2003 17:55:29
|
Anonymous
|
After the <?php
include_once statement ending in /booth.php";, and BEFORE you call the poll_process insert the line that names the template you want to use, in this example "graphic"
$php_poll->set_template_set("graphic");
THEN add your call to the poll
echo $php_poll->poll_process(4);
?>
That should do it.
|
|
|
|
|
|
Based on the open source JForum
|