- Posts: 8
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
<?php
/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/
defined('_JEXEC') or die;
// including base setup file
include_once (JPATH_ROOT."/templates/".$this->template.'/lib/php/dj_setup.php');
?>
<?php if ($this->direction == 'rtl') { ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<?php } else { ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<?php } ?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $direction; ?>" >
<head>
<jdoc:include type="head" />
<?php
// including template header files
include_once (JPATH_ROOT."/templates/".$this->template.'/lib/php/dj_head.php');
?>
</head>
<body>
<div id="all" <?php if($fontswitcher) {} else { ?> style="font-size: <?php echo $fontsize; ?>px; line-height: <?php echo $fontsize+6; ?>px " <?php } ?>>
<div id="pageAll" <?php if($widtharea) {} else { ?> style="width: <?php echo $page_width; ?>; " <?php } ?>>
<?php if($this->countModules('top')) : ?>
<div id="topModule">
<jdoc:include type="modules" name="top" style="raw" />
</div>
<?php endif; ?>
<div id="logoSearch" class="clearfix">
<div id="logo_sitedesc">
<h1 id="logo">
<a href="<?php echo $this->baseurl; ?>" on-focus="blur()" ><?php if ($logo != null ): ?><img src="<?php echo $this->baseurl ?>/<?php echo htmlspecialchars($logo); ?>" alt="<?php echo htmlspecialchars($templateparams->get('sitetitle'));?>" border="0"/><?php else: ?><?php echo htmlspecialchars($templateparams->get('sitetitle'));?><?php endif; ?></a>
</h1>
<?php if ($sitedescription != null) : ?>
<div id="sitedesc">
<?php echo htmlspecialchars($templateparams->get('sitedescription'));?>
</div>
<?php endif; ?>
</div>
<?php if($this->countModules('position-0')) : ?>
<div id="search">
<jdoc:include type="modules" name="position-0" style="raw"/>
</div>
<?php endif; ?>
</div>
Please Log in or Create an account to join the conversation.
We use cookies to ensure that we give you best experience on our website.
If you continue without changing your browser settings, we will assume that you are happy to receive all cookies on the joomla-monster.com website. Check privacy policy for more details.
Click here for more information