<?php
/*----------------------------------------------------------------------
#Youjoomla Defaul Index -
# ----------------------------------------------------------------------
# Copyright (C) 2007 You Joomla. All Rights Reserved.
# Designed by: You Joomla
# License: GNU, GPL
# Website:
http://www.youjoomla.com------------------------------------------------------------------------*/
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
$iso = split( '=', _ISO );
// xml prolog - quirks mode
//echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
// TOP MENU SWITCH //
$menu_name = "mainmenu";// mainmenu by default, can be any Joomla! menu name
#DO NOT EDIT BELOW THIS LINE
$sitewidth = 'wide'; //width:1000px; /*change width on fly 800=764 1024=1000*/
// ENTER YOUR TAB NAMES//
$tab1 ='Featured';
$tab2 ='Entertainment';
$tab3 ='Sport';
$tab4 ='Marketplace';
// SEO SECTION //
$seo = 'site'; # JUST FOLOW THE TEXT
$tags = 'site'; # JUST FOLOW THE TEXT
// SITE TOOLS SWITCH //
$tolls =0; // 0 = hide site tools | 1 = SHOW ALL TOOLS | 2 = FONT RESIZER ONLY | 3 = COLOR CHANGER ONLY |
// DEFAULT COLOR //
$defaultcss = 'red'; // red | green | blue
include ($mosConfig_absolute_path."/templates/" . $mainframe->getTemplate() . "/settings.php");
require($mosConfig_absolute_path."/templates/" . $mainframe->getTemplate() . "/suckerfish2.php");
?>
<!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>
<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
<link rel="shortcut icon" href="<?php echo $mosConfig_live_site;?>/images/favicon.ico" />
<link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/<?php echo $defaultcss ?>.css" rel="stylesheet" title="" type="text/css" media="all"/>
<?php if($tolls == 1 || $tolls == 3) { ?>
<link rel="alternate stylesheet" type="text/css" href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/red.css" title="red"/>
<link rel="alternate stylesheet" type="text/css" href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/blue.css" title="blue" />
<link rel="alternate stylesheet" type="text/css" href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/green.css" title="green" />
<?php } ?>
<?php if ( $my->id ) { initEditor(); }?>
<?php mosShowHead(); ?>
<!--[if lte IE 6]>
<style type="text/css">
#logo,#headerr{
behavior: url(<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/iepngfix.htc);
}
</style>
<![endif]-->
<!--[if IE 6]>
<link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/iesucks.css" rel="stylesheet" title="" type="text/css" media="all"/>
<![endif]-->
<script type="text/javascript" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/src/mootools.js"></script>
<script type="text/javascript" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/src/sve.js"></script>
</head>
<body>
<div id="shades">
<div id="centar" style="width:<?php echo $site ?>;">
<!-- *********START MENU SHELF ********* -->
<div id="menuwrap"><div id="menushelf"><div id="menushelfr">
</div></div></div>
<!-- *********END MENU SHELF********* -->
<!-- *********START HEADER ********* -->
<div id="headerbg"><div id="headerr"></div>
<div id="logo"><h1><a href="index.php" title="<?php echo $tags?>"><?php echo $seo ?></a></h1></div>
<div id="<?php echo $divb ?>" style="width:<?php echo $bannerwidth ?>;"><?php mosLoadModules('banner',-2);?></div>
</div>
<!-- *********END HEADER ********* -->
<div id="pathway">
<div id="path"><?php mospathway() ?></div>
<?php if($tolls == 1) { ?>
<div id="toolbar">
<!-- STYLE SWITCH--><a href="#" onclick="setActiveStyleSheet('blue');return false;">
<img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/blue.gif" title="Change to blue" alt="" align="top" border="0" /></a><a href="#" onclick="setActiveStyleSheet('red');return false;"><img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/bordo.gif" title="Change to red" alt="" align="top" border="0" /></a><a href="#" onclick="setActiveStyleSheet('green');return false;"><img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/green.gif" title="Change to green" alt="" align="top" border="0" /></a>
<!-- END STYLE SWITCH-->
<!--font resizer-->
<a href="javascript:void(0)" title="Decrease font size" onclick="changeFontSize(-1);return false;">
<img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/smallfont.gif" alt="" align="top" border="0" />
</a><a href="javascript:void(0)" title="Revert font size to default" onclick="revertStyles(); return false;">
<img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/medfont.gif" alt="" align="top" border="0" />
</a><a href="javascript:void(0)" title="Increase font size" onclick="changeFontSize(1);return false;">
<img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/largefont.gif" alt="" align="top" border="0" />
</a>
<!--end font resizer-->
</div><?php } ?>
<?php if($tolls == 2) { ?>
<div id="toolbar">
<a href="javascript:void(0)" title="Decrease font size" onclick="changeFontSize(-1);return false;">
<img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/smallfont.gif" alt="" align="top" border="0" />
</a><a href="javascript:void(0)" title="Revert font size to default" onclick="revertStyles(); return false;">
<img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/medfont.gif" alt="" align="top" border="0" />
</a><a href="javascript:void(0)" title="Increase font size" onclick="changeFontSize(1);return false;">
<img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/largefont.gif" alt="" align="top" border="0" />
</a>
<!--end font resizer-->
</div><?php } ?>
<?php if($tolls == 3) { ?>
<div id="toolbar">
<!-- STYLE SWITCH--><a href="#" onclick="setActiveStyleSheet('blue');return false;">
<img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/blue.gif" title="Change to blue" alt="" align="top" border="0" /></a><a href="#" onclick="setActiveStyleSheet('red');return false;"><img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/bordo.gif" title="Change to red" alt="" align="top" border="0" /></a><a href="#" onclick="setActiveStyleSheet('green');return false;"><img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/green.gif" title="Change to green" alt="" align="top" border="0" /></a>
<!-- END STYLE SWITCH-->
</div><?php } ?>
</div>
<!-- *******************************START SITE WRAPS ********************************** -->
<div id="<?php echo $wrap?>">
<div id="<?php echo $insidewrap ?>">
<?php if (mosCountModules('user3')) { ?>
<!--**********************MIDDLE MOD**********************-->
<div id="midmodwrap">
<div id="srh"><?php mosLoadModules('user3',-2);?></div></div>
<!--**********************END MIDDLE MOD**********************-->
<?php } ?>
<!-- *********START TOP SHELF ************* -->
<?php if (mosCountModules('user1') || mosCountModules('user2')) { ?>
<div id="topshelf">
<div id="topr" style="width:<?php echo $topwidth ?>"><?php mosLoadModules('user1',-3);?></div>
<div id="topl" style="width:<?php echo $topwidth ?>"><?php mosLoadModules('user2',-3);?></div>
</div>
<?php } ?>
<!-- *********END TOP SHELF ************* -->
<div id="<?php echo $mainbody ?>">
<div id="<?php echo $content ?>">
<div class="inside">
<?php if (mosCountModules('tab1') || mosCountModules('tab2') || mosCountModules('tab3') || mosCountModules('tab4')) { ?>
<div id="topmod">
<?php mosLoadModules('top',-3);?>
<!--****************start tabs*******************-->
<!-- start slide-->
<script type="text/javascript" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/src/slide.js">
</script>
<!-- tabs-->
<div id="demo-bar">
<div id="karnav">
<div id="movediv">
<ul>
<li><a id="link1" href="#" name="link1"><span><?php echo $tab1 ?></span></a></li>
<li><a id="link2" href="#" name="link2"><span><?php echo $tab2 ?></span></a></li>
<li><a id="link3" href="#" name="link3"><span><?php echo $tab3 ?></span></a></li>
<li><a id="link4" href="#" name="link4"><span><?php echo $tab4 ?></span></a></li>
</ul>
</div>
</div>
</div>
<!--end tabs-->
<div id="swr3">
<div class ="swr">
<div class ="swr2">
<div id="slidewrap">
<div id="mainslide">
<div class="scrolling-content" id="content1">
<div id="adv1">
<?php mosLoadModules('tab1',-2); ?></div>
</div><!--end 1-->
<div class="scrolling-content" id="content2">
<div id="adv2">
<?php mosLoadModules('tab2',-2); ?></div>
</div><!--end 2-->
<div class="scrolling-content" id="content3">
<div id="adv3">
<?php mosLoadModules('tab3',-2); ?></div>
</div><!--end 3-->
<div class="scrolling-content" id="content4">
<div id="adv4">
<?php mosLoadModules('tab4',-2); ?></div>
</div><!--end 4-->
</div><!--end mainslide-->
</div><!--end wraper-->
</div>
</div>
</div>
<!-- end slide-->
<!--*************End Tabs *******************-->
</div><?php } ?>
<?php if (mosCountModules('advert1') || mosCountModules('advert2')) { ?>
<!--***********************AD1 shelf*******************-->
<div id="ad1"><div id="ad1w">
<div id="a2" style="width:<?php echo $ad1width ?>"><?php mosLoadModules('advert1',-3);?></div>
<div id="a1" style="width:<?php echo $ad1width ?>"><?php mosLoadModules('advert2',-3);?></div>
</div></div>
<!--***********************end AD1 shelf*******************-->
<?php } ?>
<?php mosMainBody(); ?>
<?php if (mosCountModules('advert3') || mosCountModules('user10')) { ?>
<!--***********************AD6 shelf*******************-->
<div id="ad6"><div id="ad6w">
<div id="a4" style="width:<?php echo $ad6width ?>"><?php mosLoadModules('advert3',-3);?></div>
<div id="a3" style="width:<?php echo $ad6width ?>"><?php mosLoadModules('user10',-3);?></div>
</div></div>
<!--***********************end AD6 shelf*******************-->
<?php } ?>
<?php if (mosCountModules('bottom')) { ?>
<div id="bottmod">
<?php mosLoadModules('bottom',-3);?>
</div><?php } ?>
</div></div>
<?php if (mosCountModules('left')) { ?>
<div id="<?php echo $left ?>">
<div class="inside"><!-- keep mods of edges-->
<?php mosLoadModules('left',-2);?>
<!-- end inside--></div><!-- end modsl--></div><!-- end left side-->
<?php } ?>
</div> <!--end of main-body-->
<!-- right side always stand alone-->
<?php if (mosCountModules('right')) { ?>
<div id="<?php echo $right ?>">
<div class="inside"> <!-- keep mods of edges-->
<?php mosLoadModules('right',-3);?></div>
<!-- end of inside --></div><!-- end right side-->
<?php } ?>
<div class="clr"></div>
</div><!-- end of insidewrap--></div> <!--end of wrap-->
</div><!-- end centar-->
</div><!-- shadow-->
<?php if (mosCountModules('user8') || mosCountModules('user7') || mosCountModules('user6') || mosCountModules('user5') || mosCountModules('user4')) { ?>
<div id="footerwrap">
<div id="footwr" style="width:<?php echo $site ?>;">
<?php if (mosCountModules('user4')) { ?>
<div id="f5" style="width:<?php echo $bottomwidth ?>"><?php mosLoadModules('user4',-2);?></div><?php } ?>
<?php if (mosCountModules('user5')) { ?>
<div id="f4" style="width:<?php echo $bottomwidth ?>"><?php mosLoadModules('user5',-2);?></div><?php } ?>
<?php if (mosCountModules('user6')) { ?>
<div id="f3" style="width:<?php echo $bottomwidth ?>"><?php mosLoadModules('user6',-2);?></div><?php } ?>
<?php if (mosCountModules('user7')) { ?>
<div id="f2" style="width:<?php echo $bottomwidth ?>"><?php mosLoadModules('user7',-2);?></div><?php } ?>
<?php if (mosCountModules('user8')) { ?>
<div id="f1" style="width:<?php echo $bottomwidth ?>"><?php mosLoadModules('user8',-2);?></div><?php } ?>
</div>
</div><?php } ?>
<div id="copyright"><div id="copyl" style="width:<?php echo $site ?>;"><div id="copyr">
<div class="copyright"><?php mosLoadModules('footer',-1);?></div>
<!--
<a href="
http://www.youjoomla.com">Copyright Youjoomla.com</a><a href="index.php?option=com_rss&feed=RSS2.0&no_html=1">
<img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/rss.gif" alt="" align="top" border="0" />
</a>
<a href="
http://jigsaw.w3.org/css-validator/check/referer" target="_blank" title="CSS Validity" style="text-decoration: none;">
<img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/CSS.gif" border="none" alt="CSS Valid" />
</a>
<a href="
http://validator.w3.org/check/referer" target="_blank" title="XHTML Validity" style="text-decoration: none;">
<img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/xhtml.gif" border="none" alt="XHTML Valid" />
</a><a href="#shades">
<img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/gotop.gif" border="none" alt="Go to top" />
</a>
-->
</div></div></div>
</body>
</html>