mypolls.html 288 B

1234567891011
  1. {include file = "header.html"}
  2. <div id = "content">
  3. {section name=poll loop=$polls}
  4. <h3><a href="poll.php?poll_id={$polls[poll].id}"> {$polls[poll].title} </a> </h3>
  5. <p>{$polls[poll].description}</p>
  6. {/section}
  7. </div>
  8. {include file = "footer.html"}