| Current Path : /home/bijouxly/www/templates/untitled/templates/ |
| Current File : /home/bijouxly/www/templates/untitled/templates/home_1.php |
<!DOCTYPE html>
<html dir="ltr">
<head>
<meta charset="utf-8" />
<?php
$base = $document->getBase();
if (!empty($base)) {
echo '<base href="' . $base . '" />';
$document->setBase('');
}
?>
<script>
var themeHasJQuery = !!window.jQuery;
</script>
<script src="<?php echo addThemeVersion($document->templateUrl . '/jquery.js'); ?>"></script>
<script>
window._$ = jQuery.noConflict(themeHasJQuery);
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="<?php echo addThemeVersion($document->templateUrl . '/bootstrap.min.js'); ?>"></script>
<!--[if lte IE 9]>
<script src="<?php echo addThemeVersion($document->templateUrl . '/layout.ie.js'); ?>"></script>
<link rel="stylesheet" href="<?php echo addThemeVersion($document->templateUrl . '/layout.ie.css'); ?>" media="screen"/>
<![endif]-->
<script src="<?php echo addThemeVersion($document->templateUrl . '/layout.core.js') ?>"></script>
<script src="<?php echo addThemeVersion($document->templateUrl . '/CloudZoom.js'); ?>" type="text/javascript"></script>
<?php echo $document->head; ?>
<?php if ($GLOBALS['theme_settings']['is_preview'] || !file_exists($themeDir . '/css/bootstrap.min.css')) : ?>
<link rel="stylesheet" href="<?php echo addThemeVersion($document->templateUrl . '/css/bootstrap.css'); ?>" media="screen" />
<?php else : ?>
<link rel="stylesheet" href="<?php echo addThemeVersion($document->templateUrl . '/css/bootstrap.min.css'); ?>" media="screen" />
<?php endif; ?>
<?php if ($GLOBALS['theme_settings']['is_preview'] || !file_exists($themeDir . '/css/template.min.css')) : ?>
<link rel="stylesheet" href="<?php echo addThemeVersion($document->templateUrl . '/css/template.css'); ?>" media="screen" />
<?php else : ?>
<link rel="stylesheet" href="<?php echo addThemeVersion($document->templateUrl . '/css/template.min.css'); ?>" media="screen" />
<?php endif; ?>
<?php if(('edit' == JRequest::getVar('layout') && 'form' == JRequest::getVar('view')) ||
('com_config' == JRequest::getVar('option') && 'config.display.modules' == JRequest::getVar('controller'))) : ?>
<link rel="stylesheet" href="<?php echo addThemeVersion($document->templateUrl . '/css/media.css'); ?>" media="screen" />
<script src="<?php echo addThemeVersion($document->templateUrl . '/js/template.js'); ?>"></script>
<?php endif; ?>
<script src="<?php echo addThemeVersion($document->templateUrl . '/script.js'); ?>"></script>
</head>
<body class=" bootstrap bd-body-1
bd-homepage bd-pagebackground bd-margins">
<header class=" bd-headerarea-1 bd-margins">
<section class=" bd-section-3 bd-tagstyles" id="section3" data-section-title="">
<div class="bd-container-inner bd-margins clearfix">
<div class=" bd-layoutbox-3 bd-no-margins clearfix">
<div class="bd-container-inner">
<?php
$app = JFactory::getApplication();
$themeParams = $app->getTemplate(true)->params;
$sitename = $app->getCfg('sitename');
$logoSrc = '';
ob_start();
?>
src="<?php echo JURI::base() . 'templates/' . JFactory::getApplication()->getTemplate(); ?>/images/designer/9bc0ae1e2fbd611db598b2079af7511c_logo.png"
<?php
$logoSrc = ob_get_clean();
$logoLink = '';
if ($themeParams->get('logoFile'))
$logoSrc = 'src="' . JURI::root() . $themeParams->get('logoFile') . '"';
if ($themeParams->get('logoLink'))
$logoLink = $themeParams->get('logoLink');
if (!$logoLink)
$logoLink = JUri::base(true);
?>
<a class=" bd-logo-2" href="<?php echo $logoLink; ?>">
<img class=" bd-imagestyles" <?php echo $logoSrc; ?> alt="<?php echo $sitename; ?>">
</a>
<?php
renderTemplateFromIncludes('hmenu_1', array());
?>
</div>
</div>
</div>
</section>
</header>
<div class=" bd-content-9">
<?php
$document = JFactory::getDocument();
echo $document->view->renderSystemMessages();
$document->view->componentWrapper('blog_2');
echo '<jdoc:include type="component" />';
?>
</div>
<footer class=" bd-footerarea-1 bd-margins">
<section class=" bd-section-2 bd-tagstyles" id="section2" data-section-title="">
<div class="bd-container-inner bd-margins clearfix">
<div class=" bd-layoutcontainer-28 bd-columns bd-no-margins">
<div class="bd-container-inner">
<div class="container-fluid">
<div class="row ">
<div class=" bd-columnwrapper-60
col-md-3
col-sm-6
col-xs-12">
<div class="bd-layoutcolumn-60 bd-column" ><div class="bd-vertical-align-wrapper"><?php
renderTemplateFromIncludes('joomlaposition_2');
?></div></div>
</div>
<div class=" bd-columnwrapper-61
col-md-3
col-sm-6
col-xs-12">
<div class="bd-layoutcolumn-61 bd-column" ><div class="bd-vertical-align-wrapper"><?php
renderTemplateFromIncludes('joomlaposition_3');
?></div></div>
</div>
<div class=" bd-columnwrapper-62
col-md-3
col-sm-6
col-xs-12">
<div class="bd-layoutcolumn-62 bd-column" ><div class="bd-vertical-align-wrapper"><?php
renderTemplateFromIncludes('joomlaposition_4');
?></div></div>
</div>
<div class=" bd-columnwrapper-63
col-md-3
col-sm-6
col-xs-12">
<div class="bd-layoutcolumn-63 bd-column" ><div class="bd-vertical-align-wrapper"><?php
renderTemplateFromIncludes('joomlaposition_5');
?></div></div>
</div>
</div>
</div>
</div>
</div>
<div class=" bd-pagefooter-1">
<div class="bd-container-inner">
<a href='http://www.themler.com/joomla-templates' target="_blank">Joomla Template</a> created with <a href='http://themler.com' target="_blank">Themler</a>.
</div>
</div>
</div>
</section>
</footer>
<div data-smooth-scroll data-animation-time="250" class=" bd-smoothscroll-3"><a href="#" class=" bd-backtotop-1 ">
<span class="bd-icon-66 bd-icon "></span>
</a></div>
</body>
</html>