newpoll.php 77 B

12345678
  1. <?php
  2. require_once("./common.php");
  3. $smarty->display ("newpoll.html");
  4. ?>