Big Bear wrote:
Hi Efra,
Can you post a link to your dev site so I can see what your after.
If you are using blackbear we have a new 3 column layout almost ready to go.
http://blackbear3column.joomlabear.com/
here you has....
<?php defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "www.w3.org/TR/xhtml1/DTD/xhtml1-transiti...td">
<?php $iso = split( '=', _ISO ); echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>'; ?>
<html xmlns="www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
<?php mosShowHead(); ?>
<?php if ( $my->id ) { initEditor(); } ?>
<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
<link href="<?php echo $GLOBALS[mosConfig_live_site]; ?>/templates/<?php echo $GLOBALS[cur_template]; ?>/NiftyLayout.css" rel="stylesheet" type="text/css" />
<link href="<?php echo $GLOBALS[mosConfig_live_site]; ?>/templates/<?php echo $GLOBALS[cur_template]; ?>/niftyCorners.css" rel="stylesheet" type="text/css" />
<script defer type="text/javascript" src="<?php echo $GLOBALS[mosConfig_live_site];?>/templates/<?php echo $GLOBALS[cur_template];?>/niftycube.js"></script>
<script defer type="text/javascript" src="<?php echo $GLOBALS[mosConfig_live_site];?>/templates/<?php echo $GLOBALS[cur_template];?>/niftyLayout.js"></script>
<!--[if lt IE 7.]>
<script defer type="text/javascript" src="<?php echo $GLOBALS[mosConfig_live_site];?>/templates/<?php echo $GLOBALS[cur_template];?>/pngfix.js"></script>
<![endif]-->
<?PHP if(file_exists($mosConfig_absolute_path."/components/com_tfsformambo/tfsformambo.php"
)
{
require_once($mosConfig_absolute_path."/components/com_tfsformambo/tfsformambo.php"
;
}?>
</head>
<body>
<div id="header">
<div id="logo"><img src="<?php echo $GLOBALS[mosConfig_live_site];?>/templates/<?php echo $GLOBALS[cur_template];?>/images/logo.png" alt="logo" width="384" height="73" border="0" class="floatlogo" />
</div>
<div id="menu">
<ul id="nav">
<?php mosLoadModules ( 'top', -1); ?>
</ul>
</div>
</div>
<div id="container">
<div id="content">
<?php if (mosCountModules('advert1'
) { ?>
<div id="ad" >
<?php mosLoadModules ( 'advert1',-2 ); ?>
</div>
<?php } ?>
<?php mosMainBody(); ?>
</div>
<div id="left">
<?php if (mosCountModules('user1',-2)) { ?>
<div id="first" >
<?php mosLoadModules ( 'user1' ); ?>
</div>
<?php } ?>
<?php if (mosCountModules('user2'
) { ?>
<div id="second" >
<?php mosLoadModules ( 'user2',-2 ); ?>
</div>
<?php } ?>
<?php if (mosCountModules('user3'
) { ?>
<div id="third" >
<?php mosLoadModules ( 'user3',-2 ); ?>
</div>
<?php } ?>
<?php if (mosCountModules('user4'
) { ?>
<div id="fourth" >
<?php mosLoadModules ( 'user4',-2 ); ?>
</div>
<?php } ?>
<?php if (mosCountModules('user5'
) { ?>
<div id="fith" >
<?php mosLoadModules ( 'user5',-2 ); ?>
</div>
<?php } ?>
<?php if (mosCountModules('user6'
) { ?>
<div id="sixth" >
<?php mosLoadModules ( 'user6',-2 ); ?>
</div>
<?php } ?>
<?php if (mosCountModules('user7'
) { ?>
<div id="seventh" >
<?php mosLoadModules ( 'user7',-2 ); ?>
</div>
<?php } ?>
<?php if (mosCountModules('user8'
) { ?>
<div id="eighth" >
<?php mosLoadModules ( 'user8',-2 ); ?>
</div>
<?php } ?>
<?php if (mosCountModules('user9'
) { ?>
<div id="ninth" >
<?php mosLoadModules ( 'user9',-2 ); ?>
</div>
<?php } ?><br><br>Post edited by: efra, at: 2008/03/02 15:03