Current Path :
/
home
/
zrcdevco
/
www
/
zrcprod
/
templates
/
luminate
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/zrcdevco/www/zrcprod/templates/luminate/index.php
<?php /** * @package Joostrap.Template * @subpackage Joostrap v3.1.6 * * @copyright Copyright (C) 2005 - 2014 Joostrap. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; require_once __DIR__ . '/functions/tpl-init.php'; ?> <!DOCTYPE html> <!--[if IE 8]> <html class="no-js lt-ie9" lang="<?php echo $htmlLang; ?>" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="<?php echo $htmlLang; ?>" > <!--<![endif]--> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <?php if ($loadJquery == 1) : ?> <script src="<?php echo getDebugAssetUrl($tplUrl . '/js/jquery.min.js'); ?>" type="text/javascript"></script> <script src="<?php echo getDebugAssetUrl($tplUrl . '/js/jquery-noconflict.js'); ?>" type="text/javascript"></script> <script src="<?php echo getDebugAssetUrl($tplUrl . '/js/jquery-migrate.min.js'); ?>" type="text/javascript"></script> <?php elseif ($loadJquery == 2) : ?> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script> <?php endif; ?> <?php if ($loadBootstrap == 1) : ?> <script src="<?php echo getDebugAssetUrl($tplUrl . '/js/bootstrap.min320.js'); ?>" type="text/javascript"></script> <?php elseif ($loadBootstrap == 2) : ?> <script src="//netdna.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> <?php endif; ?> <!--[if lt IE 9]> <script src="<?php echo $tplUrl; ?>/js/html5shiv.js" type="text/javascript"></script> <script src="<?php echo $tplUrl; ?>/js/respond.min.js" type="text/javascript"></script> <![endif]--> <script src="<?php echo $tplUrl; ?>/js/modernizr.custom.js" type="text/javascript"></script> <script src="<?php echo $tplUrl; ?>/js/template.js" type="text/javascript"></script> <script src="<?php echo $tplUrl; ?>/js/j-backbone.js" type="text/javascript"></script> <!-- Place apple-touch-icon(s) in the site root directory --> <?php if ($loadBootstrap == 1) : ?> <link rel="stylesheet" href="<?php echo getDebugAssetUrl($tplUrl . '/css/bootstrap.css'); ?>"> <?php elseif ($loadBootstrap == 2) : ?> <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.css"> <?php endif; ?> <?php if ($this->params->get('fontawesomecss')) : ?> <link rel="stylesheet" href="<?php echo getDebugAssetUrl($tplUrl . '/css/font-awesome.min.css'); ?>"> <?php endif; ?> <link rel="stylesheet" href="<?php echo getDebugAssetUrl($tplUrl . '/css/animate.css'); ?>" type="text/css" media="screen" /> <link rel="stylesheet" href="<?php echo getDebugAssetUrl($tplUrl . '/css/template.css'); ?>" type="text/css" media="screen" /> <link rel="stylesheet" href="<?php echo getDebugAssetUrl($tplUrl . '/css/j-backbone.css'); ?>" type="text/css" media="screen" /> <link rel="stylesheet" href="<?php echo $tplUrl; ?>/css/glyphicons.css" type="text/css" media="screen" /> <link rel="stylesheet" href="<?php echo $tplUrl; ?>/css/k2.css" type="text/css" media="screen" /> <jdoc:include type="head" /> <?php if (@filesize('templates/' . $this->template . '/css/custom.css') > 5): ?> <link rel="stylesheet" href="<?php echo $tplUrl; ?>/css/custom.css" type="text/css" media="screen" /> <?php endif; ?> <link rel="stylesheet" href="<?php echo getDebugAssetUrl($tplUrl . '/css/jquery.mmenu.all.css'); ?>"> <script src="<?php echo $tplUrl; ?>/js/jquery.mmenu.min.all.js" type="text/javascript"></script> <?php if (null !== $customColorsCss) : ?> <style type="text/css" charset="utf-8"> <?php echo $customColorsCss; ?> </style> <?php endif; ?> <?php if (@filesize('templates/' . $this->template . '/js/analytics-head.js') > 5): ?> <?php include_once('templates/' . $this->template . '/js/analytics-head.js'); ?> <?php endif; ?> <link href='https://fonts.googleapis.com/css?family=Raleway:400,300,200,500' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css"> </head> <body class="<?php echo $bodyclass. " " .$parentName. " " .$active->alias. " " .$option. " view-" .$view. " " .$frontpage. " itemid-" .$itemid. " " .$loggedin. " " .$rtl_detection; ?>"> <div class="body-wrapper" id="page"> <header id="header"> <?php if ($this->countModules('toolbar')): ?> <div class="toolbar row"> <div class="container"> <jdoc:include type="modules" name="toolbar" style="xhtml5" /> </div> </div> <?php endif; ?> <div class="row"> <div class="container"> <?php if ($this->countModules('logo')): ?> <div class="logo col-md-9"> <jdoc:include type="modules" name="logo" style="standard" /> </div> <?php endif; ?> <?php if ($this->countModules('search')): ?> <div class="search col-md-3"><jdoc:include type="modules" name="search" style="standard" /> </div> <?php endif; ?> </div> </div> <div class="container mainmenu"> <?php if ($this->countModules('menu')): ?> <nav id="menu" class="col-md-12 hidden-xs"> <div class="navbar-collapse collapse"> <jdoc:include type="modules" name="menu" style="basic" /> </div> </nav> <?php endif; ?> <a href="#sidebar"> <div type="button" class="navbar-toggle navbar-btn pull-right visible-xs"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </div> </a> </div> </header> <?php if ($this->countModules('slideshow')): ?> <div id="slider"> <jdoc:include type="modules" name="slideshow" style="standard" /> </div> <?php endif; ?> <?php if ($this->countModules('header')): ?> <div id="top" class="clearfix"> <div class="container"> <jdoc:include type="modules" name="header" style="standard" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('breadcrumbs')): ?> <div id="breadcrumbs"> <div class="container"> <jdoc:include type="modules" name="breadcrumbs" style="standard" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('top')): ?> <div id="top" class="clearfix"> <div class="container"> <jdoc:include type="modules" name="top" style="standard" /> </div> </div> </div> <?php endif; ?> <?php if ($this->countModules('widetitle')): ?> <div class="widetitle row"> <div class="container"><jdoc:include type="modules" name="widetitle" style="html5" /></div> </div> <?php endif; ?> <?php if ($this->countModules('wide')): ?> <div class="wide row"> <jdoc:include type="modules" name="wide" style="html5" /> </div> <?php endif; ?> <!-- Mainbody --> <div id="mainbody" class="clearfix"> <div class="row"> <div class="container"> <?php if ($this->countModules('left')): ?> <div class="sidebar-left col-md-<?php echo $left; ?>"> <div class="sidebar-nav"> <jdoc:include type="modules" name="left" style="standard" /> </div> </div> <?php endif; ?> <!-- Content Block --> <div id="content" class="col-md-<?php echo $span;?>"> <div id="message-component"> <jdoc:include type="message" /> </div> <?php if ($this->countModules('above-content')): ?> <div id="above-content"> <jdoc:include type="modules" name="above-content" style="standard" /> </div> <?php endif; ?> <?php $app = JFactory::getApplication(); $menu = $app->getMenu(); if ($frontpageshow){ // show on all pages ?> <div id="content-area"> <jdoc:include type="component" /> </div> <?php } else { if ($menu->getActive() !== $menu->getDefault()) { // show on all pages but the default page ?> <div id="content-area"> <jdoc:include type="component" /> </div> <?php } } ?> <?php if ($this->countModules('below-content')): ?> <div id="below-content"> <div class="row"> <jdoc:include type="modules" name="below-content" style="standard" /> </div> </div> <?php endif; ?> </div> <?php if ($this->countModules('right')) : ?> <aside class="sidebar-right col-md-<?php echo $right; ?>"> <jdoc:include type="modules" name="right" style="standard" /> </aside> <?php endif; ?> </div> </div> </div> <?php if ($this->countModules('middle')): ?> <div id="middle" class="row"> <div class="container"> <jdoc:include type="modules" name="middle" style="html5" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('lowmedia')): ?> <div id="lowmedia" class="clearfix"> <div class="container"> <div class="row"> <jdoc:include type="modules" name="lowmedia" style="standard" /> </div> </div> </div> <?php endif; ?> <?php if ($this->countModules('bottom')): ?> <div id="bottom1" class="clearfix"> <div class="container"> <jdoc:include type="modules" name="bottom" style="standard" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('footer')): ?> <div id="bottom2" class="clearfix"> <div class="container"> <jdoc:include type="modules" name="footer" style="standard" /> </div> </div> <?php endif; ?> <footer id="footer" class="clearfix"> <div class="container"> <div class="copyright"> <?php if ($copyrights) : ?> <p><?php echo $copytext ?><p> <?php else : ?> <a href="<?php echo $this->baseurl ?>"> <?php echo $sitename; ?></a> <?php echo date('Y');?> <?php endif; ?> </div> </div> <?php if ($totop) : ?> <a href="#" class="go-top">Back to Top <i class="fa fa-arrow-circle-up"></i></a> <?php endif; ?> </footer> <div id="sidebar"> <div id="panel-overview"> <div style="text-align: center;"><a href="<?php echo $this->baseurl ?>/" class="<?php echo $icon1; ?>"></a> <a href="#page" class="<?php echo $icon6; ?>"></a></div> <?php if ($this->countModules('mob-menu-above')): ?> <div class="mob-menu-above"> <jdoc:include type="modules" name="mob-menu-above" style="standard" /> </div> <?php endif; ?> <?php if ($this->countModules('menu')): ?> <jdoc:include type="modules" name="menu" style="none" /> <?php endif; ?> <?php if ($this->countModules('mob-menu-below')): ?> <div class="mob-menu-below"> <jdoc:include type="modules" name="mob-menu-below" style="standard" /> </div> <?php endif; ?> </div> </div> </div> <script type="text/javascript"> jQuery(function() { jQuery('div#sidebar').mmenu({ classes : 'mm-light', position : '<?php echo $menuslide; ?>', header : true }); }); </script> <?php if (@filesize('templates/' . $this->template . '/js/analytics-bottom.js') > 5): ?> <script src="<?php echo $tplUrl; ?>/js/analytics-bottom.js" type="text/javascript"></script> <?php endif; ?> <script src="<?php echo $tplUrl; ?>/js/bsUpdate.js" type="text/javascript"></script> <script type='text/javascript' data-cfasync='false'>window.purechatApi = { l: [], t: [], on: function () { this.l.push(arguments); } }; (function () { var done = false; var script = document.createElement('script'); script.async = true; script.type = 'text/javascript'; script.src = 'https://app.purechat.com/VisitorWidget/WidgetScript'; document.getElementsByTagName('HEAD').item(0).appendChild(script); script.onreadystatechange = script.onload = function (e) { if (!done && (!this.readyState || this.readyState == 'loaded' || this.readyState == 'complete')) { var w = new PCWidget({c: 'dc2c9271-7b52-455c-a85a-c408de47a2a5', f: true }); done = true; } }; })();</script> </body> </html>