indextemplate.php 186 B

1234567
  1. <?
  2. include("config/conn.php");
  3. include("config/function.php");
  4. $mb=$rowcontrol[nowmb];
  5. if(empty($mb)){$mb="default";}
  6. echo htmlget(weburl."tem/moban/".$mb."/indextemplate.php");
  7. ?>