Ovo dole mi je index.php iz template ali mi neide gde treba da stavim ovaj kod u body?<!--IE 7 quirks mode please-->
<?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>
<?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/waterandstone/css/template_css.css" rel="stylesheet" type="text/css"/>
<script src="<?php echo $mosConfig_live_site;?>/templates/waterandstone/Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body class="waterbody">
<div align="center">
<div id="container">
<div id="containerbg">
<div id="outerleft">
<!-- start logo -->
<div id="logo">
<a href="index.php"><img src="<?php echo $mosConfig_live_site; ?>/templates/waterandstone/images/logo.gif" alt="logo image" border="0" align="top" />[/url]
</div>
<!-- end logo -->
<!-- start top menu -->
<div id="topmenu">
<?php mosLoadModules('top',-1); ?>
</div>
<!-- end top menu. -->
<!-- start image header -->
<div id="imgheader">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','730','height','99','src','<?php echo $mosConfig_live_site;?>/templates/waterandstone/api','quality','high','pluginspage','
http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','<?php echo $mosConfig_live_site;?>/templates/waterandstone/api' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="730" height="99">
<param name="movie" value="<?php echo $mosConfig_live_site;?>/templates/waterandstone/api.swf" />
<param name="quality" value="high" />
<embed src="<?php echo $mosConfig_live_site;?>/templates/waterandstone/api.swf" width="730" height="99" quality="high" pluginspage="
http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed>
</object></noscript>
</div>
<!-- end image header -->
<div id="container_inner">
<!-- start left column. -->
<div id="leftcol">
<?php mosLoadModules('left'); ?>
</div>
<div id="leftcolmenu">
<?php mosLoadModules('user1'); ?>
</div>
<!-- end left column. -->
<!-- start content top wrapper -->
<?php
if (mosCountModules('user2') >= 1 OR mosCountModules('user3') >= 1 ) {
?>
<div id="content_top_wrapper">
<!-- start content top 1. -->
<div id="content_top1">
<?php mosLoadModules('user2'); ?>
</div>
<!-- end content top 1 -->
<!-- start content top 2. -->
<div id="content_top2">
<?php mosLoadModules('user3'); ?>
</div>
<!-- end content top 2 -->
</div>
<?php
}
?>
<!-- end content top wrapper -->
<!-- start main body -->
<div id="content_main">
<?php mosPathWay(); ?>
<table width="519" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<?php mosMainBody(); ?>
</td>
</tr>
</table>
</div>
<!-- end main body -->
</div>
</div>
<div id="outerright">
<!-- start right top header. -->
<div id="rightcol_top">
<?php mosLoadModules('header'); ?>
</div>
<!-- end right top header.-->
<!-- start right column. -->
<div id="rightcol">
<?php mosLoadModules('newsflash'); ?>
<?php mosLoadModules('right'); ?>
<?php mosLoadModules('user4'); ?>
</div>
<!-- end right column. -->
</div>
<div class="clear">
</div>
<?php
if (mosCountModules('banner') >= 1) {
?>
<!-- start banner. -->
<div id="banner">
<?php mosLoadModules('banner'); ?>
</div>
<!-- end banner. -->
<?php
}
?>
<div id="blackline">
</div>
<div class="clear">
</div>
<div id="bottompadding"></div>
</div>
<!-- copyright notice -->
<div id="copyright">
<?php include_once( $GLOBALS['mosConfig_absolute_path'] . '/includes/footer.php' ); ?>
</div>
</div>
</div>
<?php mosLoadModules('debug', -1);?>
</body>
</html>