iwa-panda2

Manage Weather Data by International Weather Agency (Version 2)
Log | Files | Refs | README

add_get.php (132B)


      1   <?php
      2   $templater = new Lollipop\Template();
      3 $template["msg"] = "";
      4 echo $templater->template("views/add_user.html", $template);