• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

forum.php help

soba

I ♥ Deep House .
Joined
May 10, 2009
Messages
183
Reaction score
5
Location
Bełchatów
Hi I have a problem at home as I click on the tab forum is open to me in such a small window and I want to address the forum that opened on a new tab. So what do I write in forum.php I do not know? Currently I have such a thing

Code:
<?PHP
if(!empty($config['site']['']))
	$main_content .= '<iframe name="Forum" height="600" width="100%" border="0" frameborder="0" src="'.$config['site'][''].'"></iframe>';
else
	$main_content .= '';
?>
 
Code:
<?PHP if(!empty($config['site']['http://****'])) echo '<li><a href="'.$config['site']['http://*****'].'"><b><font size="1">Forum</font></b></a></li>'; ?>
 
Back
Top