mudi Posted August 20, 2008 Share Posted August 20, 2008 Hello, I have a problem. I want to put something from tpl to php. That's located at myweb/chat <?php //Fix For flashchat.php To Secure From Direct Access To Script //Fix For flashchat.php To Secure From Direct Login Via URI // Fix Contribution By Ricky Huckle define("flashchat",true); require_once('flashchat_inc.php'); //End Fix For Secure flashchat.php ?> {include file='header.inc.tpl'} {include file='sidebar_right.inc.tpl'} {include file='sidebar_left.inc.tpl'} <div class="rightside"> <div class="adtop"> {php}am_adunit(1);{/php} </div><br /> Here goes the flashchat </div> </div> {include file='footer.inc.tpl'} Located in other folder.. Trying to embed my flashchat into my game script. mevsu.net Link to comment https://forums.phpfreaks.com/topic/120449-help-editing-something-includes-tpl-files/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.