Jump to content

Help editing something. Includes tpl files


mudi

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.