popup_register.php 84 B

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