/home/wpollock1/public_html/PHP/poll/template/results.php
<?php
/*
* You may customize this page with your own results message.
*/
?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Current Poll Results</title>
<link href="template/styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>Current Poll Results</h1>
<?php the_current_poll_results(); ?>
<p><a href="<?php the_return_to_url(); ?>">Go back</a></p>
<?php
/* DO NOT ALTER OR REMOVE THE CREDIT BELOW, PER LICENSE! */
the_credits();
/* END CREDIT */
?>
</body>
</html>