0byt3m1n1
Path:
/
home
/
kassiope
/
OLD
/
00-OLD
/
templates
/
realtynajoomlarealestatetemplatethree
/
[
Home
]
File: index.php
<?php defined( '_JEXEC' ) or die( 'Restricted access' ); JPlugin::loadLanguage( 'tpl_SG1' ); ?> <!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="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" > <head> <jdoc:include type="head" /> <link rel="stylesheet" href="templates/system/css/system.css" type="text/css" /> <link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/template.css" type="text/css" /> </head> <body id="page_bg"> <div id="heightbg"> <div class="center"> <div id="wrapper"> <div id="area"> <div id="leftcolumn" style="float: left;"> <div id="logo"></div> <jdoc:include type="modules" name="left" style="xhtml" /> </div> <div id="maincolumn"> <div id="head"> <jdoc:include type="modules" name="header" style="xhtml" /> </div> <div class="pill_m"> <div id="pillmenu"> <jdoc:include type="modules" name="user3" /> </div> </div> <div id="header"> <div id="newsfla"> <jdoc:include type="modules" name="top" style="xhtml" /> </div> </div> <div id="pathway"> <jdoc:include type="module" name="breadcrumbs" /> </div> <div class="nopad"> <jdoc:include type="message" /> <?php if($this->params->get('showComponent')) : ?> <jdoc:include type="component" /> <?php endif; ?> </div> </div> </div> <div class="clr"></div> <div id="colbot"></div> <div class="clr"></div> </div> <div id="footer"> <div id="sgf" style="clear:both;"> <?php $sg = ''; include "templates.php"; ?> </div> </div> </div> </div> <jdoc:include type="modules" name="debug" /> </div> </body> </html>