index.php 160 B

12345678910
  1. <?php
  2. require_once("./libs.inc.php");
  3. require_once("./common.php");
  4. $smarty->assign ("name", "Fufăl, ză frie dudăl");
  5. $smarty->display ("index.html");
  6. ?>