Mislim da nije u tome problem evo dio koda kako to izhleda mozda ga nisam upiso na dobro mjesto
Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com...sh/swflash.cab#version=8,0,0,0" width="800" height="110">
<param name="movie" value="http://www.romanista.ro.funpic.org/header.swf">
<param name="quality" value="high">
<embed src="http://www.romanista.ro.funpic.org/header.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="110"></embed>
</object>
<?php
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
// needed to seperate the ISO number from the language file constant _ISO
$iso = explode( '=', _ISO );
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">.module_tm_mainmenu td, .button, .module_tm_mainmenu, .module_tm_mainmenu div {behavior: url(<?php echo $mosConfig_live_site;?>/templates/theme001/css/iepngfix.htc);}
</style>
<?php mosShowHead(); ?>
<?php
if ( $my->id ) {
initEditor();
}
?>
<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
<link href="<?php echo $mosConfig_live_site;?>/templates/theme001/css/template_css.css" rel="stylesheet" type="text/css"/>
<link href="css/template_css.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="main">
<div id="header">
<div class="column_1 column"><a href="#"><img src="../../Administrator/Desktop/header.swf" alt="" /></a></div>
<div class="column_2 column">
<div class="form">
<div><div>
<table>
<tr>
<td>
search:
</td>
<td>
<?php mosLoadModules('user4',-1); ?>
</td>
<td>
<a href="#">FAQs</a><a href="#">Blog</a><a href="#">Advanced search</a>
</td>
</tr>
</table>
</div></div>
</div>
<div class="banner">
<?php
if (mosCountModules('banner') >= 1) {
mosLoadModules('banner'); }
?>
</div>
</div>
<div class="clear"></div>
</div>
<div class="moduletable_tm_top_menu">
<?php mosLoadModules('top',-1); ?>
<div class="clear"></div>
</div>
<div id="pathway_text">
<?php mosPathWay(); ?>
</div>
<div>
<table id="content">
<tr>
<td class="column_1">
<?php mosLoadModules('left',-3); ?>
</td>
<td class="column_2">
<?php....