freddzor11
Member
- Joined
- May 25, 2009
- Messages
- 695
- Reaction score
- 5
As the topic says
here is my script
here is my script
Code:
<?php
if(!defined('INITIALIZED'))
exit;
if($subtopic == "contact")
{
$main_content .= '<B>'.htmlspecialchars($config['server_name']).' Contact</B><BR>';
}
$main_content .= '
<h1>E-mail: email</h1>
<br>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTHd9yXHLbCUxufBloGe7Yy5G4aaMw77miYGM_-wC2t0MK-kOci"
';
if($subtopic == "contact")
{
$main_content .= '<';
}
?>