0byt3m1n1
Path:
/
home
/
kassiope
/
OLD
/
00-OLD
/
templates
/
brightside
/
[
Home
]
File: index.php
<?php /** * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved. * @license GNU/GPL, see LICENSE.php * Joomla! is free software. This version may have been modified pursuant * to the GNU General Public License, and as distributed it includes or * is derivative of works licensed under the GNU General Public License or * other free or open source software licenses. * See COPYRIGHT.php for copyright notices and details. ---------------------------------------------------------------------------------- */ defined( '_JEXEC' ) or die( 'Restricted access' ); ?> <!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" xml:lang="en-gb" lang="en-gb"> <head> <jdoc:include type="head" /> <link rel="stylesheet" href="templates/system/css/general.css" type="text/css" /> <link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/brightside.css" type="text/css" /> <link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/template.css" type="text/css" /> <link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/joomla.css" type="text/css" /> <link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/suffix.css" type="text/css" /> <?php if($this->countModules('left and right')== 0) :?> <link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/collapse1.css" type="text/css" /> <?php endif; ?> <?php if($this->countModules('left or right')== 0) :?> <link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/collapse2.css" type="text/css" /> <?php endif; ?> </head> <body id="background"> <!-- wrap starts here --> <div id="wrap"> <div id="header"> <h1 id="logo"><a href="index.php">bright<span class="green">side</span>of<span class="gray">life</span></a></h1> <h2 id="slogan">Put your company slogan here...</h2> <div id="search"><jdoc:include type="modules" name="user4" style="XHTML" /></div> <div style="clear:both"></div> <div id="topmenu"><jdoc:include type="modules" name="user3" style="XHTML" /></div> <!-- Menu Tabs --> </div> <!-- content-wrap starts here --> <div id="content-wrap"> <img src="templates/<?php echo $this->template ?>/images/headerphoto.jpg" width="820" height="120" alt="headerphoto" class="no-border" /> <!-- Left Column /--> <?php if($this->countModules('left')) :?> <div id="sidebar" ><jdoc:include type="modules" name="left" style="XHTML" /></div> <?php endif; ?> <!-- Main Column /--> <div id="main"> <div><jdoc:include type="message" /></div> <?php if($this->countModules('user1')) :?> <div id="user1"><jdoc:include type="modules" name="user1" style="XHTML" /></div> <?php endif; ?> <div><jdoc:include type="modules" name="breadcrumb" style="XHTML" /></div> <div><jdoc:include type="component" /></div> <?php if($this->countModules('user2')) :?> <div id="user2"><jdoc:include type="modules" name="user2" style="XHTML" /></div> <?php endif; ?> </div> <!-- Right Column /--> <?php if($this->countModules('right')) :?> <div id="rightbar"><jdoc:include type="modules" name="right" style="XHTML" /></div> <?php endif; ?> <!-- content-wrap ends here --> </div> <!-- footer starts here --> <div id="footer"> <div class="footer-left"> <p class="align-left"> © 2009 <strong>Company Name</strong> | Original Design by <a href="http://www.styleshout.com/">Styleshout</a> | Converted by <a href="http://www.joomlaxe.com/">Joomla 1.5 free template</a> | Valid <a href="http://validator.w3.org/check/referer">XHTML</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> </p> </div> </div> <!-- footer ends here --> <!-- wrap ends here --> </div> </body> </html>