/ Published in: PHP
Expand |
Embed | Plain Text
require("tpl/" . $filename . ".php"); if($filename == "index"){ $filename_r = $filename . ".xhtm"; //mb_ereg_replace("php", ".xhtm", $filename); }else{ $filename_r = $filename . ".html"; //mb_ereg_replace("php", ".html", $filename); } //echo $html;
You need to login to post a comment.
