OwlCyberSecurity - MANAGER
Edit File: index.php
<?php /** * @copyright Copyright (C) 2013 JoomlaTemplates.me - All Rights Reserved. **/ defined( '_JEXEC' ) or die( 'Restricted access' ); $scrolltop = $this->params->get('scrolltop'); $logo = $this->params->get('logo'); $logotype = $this->params->get('logotype'); $sitetitle = $this->params->get('sitetitle'); $sitedesc = $this->params->get('sitedesc'); $menuid = $this->params->get('menuid'); $animation = $this->params->get('animation'); $app = JFactory::getApplication(); $doc = JFactory::getDocument(); $templateparams = $app->getTemplate(true)->params; $menu = $app->getMenu(); ?> <?php $active = JFactory::getApplication()->getMenu()->getActive(); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>"> <head> <script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/jquery.min.js"></script> <script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/jquery-ui.min.js"></script> <jdoc:include type="head" /> <?php if ( version_compare( JVERSION, '3.0.0', '<' ) == 1) { ?> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <?php } else { JHtml::_('bootstrap.framework');JHtml::_('bootstrap.loadCss', false, $this->direction);}?> <?php include "functions.php"; ?> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/styles.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/bootstrap.min.css" type="text/css" /> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,300,600' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <link rel="icon" type="image/png" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/favicon.png"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> <!-- Custom CSS For IE --> <!--[if IE 7]><link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/font-awesome-ie7.min.css" type="text/css" /><![endif]--> <!--[if lt IE 9]><script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script><script src="https://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script><![endif]--> <!-- Custom CSS --> <script> $(document).ready(function () { var top = $('#sidebar').offset().top - parseFloat($('#sidebar').css('marginTop').replace(/auto/, 0)); $(window).scroll(function (event) { // what the y position of the scroll is var y = $(this).scrollTop(); // whether that's below the form if (y >= top) { // if so, ad the fixed class $('#sidebar').addClass('fixed'); } else { // otherwise remove it $('#sidebar').removeClass('fixed'); } }); }); </script> </head> <body class="background"> <div id="header-wrap" class="clr"> <div id="header" class="container row clr"> <div id="logo" class="col span_3"> <?php if ($logotype == 'image' ) : ?> <?php if ($logo != null ) : ?> <a href="<?php echo $this->baseurl ?>"><img src="<?php echo $this->baseurl ?>/<?php echo htmlspecialchars($logo); ?>" alt="<?php echo htmlspecialchars($templateparams->get('sitetitle'));?>" /></a> <?php else : ?> <a href="<?php echo $this->baseurl ?>/"><img src="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/images/logo.png" border="0"></a> <?php endif; ?><?php endif; ?> <?php if ($logotype == 'text' ) : ?> <a href="<?php echo $this->baseurl ?>"><?php echo htmlspecialchars($sitetitle);?></a> <?php endif; ?> <?php if ($sitedesc !== '' ) : ?> <?php endif; ?> </div><!-- /logo --> <div id="top" class="col span_5"> <jdoc:include type="modules" name="top" style="none" /> </div> <div id="navbar-wrap" class="col span_9"> <nav id="navbar" class="row clr"> <div id="navigation" class="span_12 col clr"> <jdoc:include type="modules" name="menu" style="menu" /> </div> </nav> </div> </div> </div> <div class="clr"></div> <div id="slide-wrap" class="clr"> <jdoc:include type="modules" name="slideshow" style="none"/> </div> <div id="breadcrumbs-wrap" class="clr"> <div id="breadcrumbs" class="container row clr"> <jdoc:include type="modules" name="breadcrumbs" style="none"/> <jdoc:include type="modules" name="slogan" style="none"/> </div> </div> <div id="box-wrap" class="container row clr"> <div id="main-content" class="row span_12"> <?php if ($this->countModules('left')) : ?> <div id="leftbar-w" class="col span_3 clr"> <div id="sidebar"> <jdoc:include type="modules" name="left" style="grid" /> </div> </div> <?php endif; ?> <div id="post" class="col span_<?php echo $compwidth ?> clr"> <div id="comp-wrap"> <jdoc:include type="message" /> <jdoc:include type="component" /> </div> </div> <?php if ($this->countModules('right')) : ?> <div id="rightbar-w" class="col span_3 clr follow-scroll"> <div id="sidebar"> <jdoc:include type="modules" name="right" style="grid" /> </div> </div> <?php endif; ?> </div> </div> <?php if ($this->countModules('user1')) : ?> <div id="user1-wrap"> <a name="aanmelden" class="menu-link"> </a> <div id="user1" class="container row clr"> <jdoc:include type="modules" name="user1" style="usergrid" grid="<?php echo $user1_width; ?>" /> </div> </div> <?php endif; ?> <div id="user2-wrap"> <div id="user2" class="container row"> <jdoc:include type="modules" name="user2" style="usergrid" grid="<?php echo $user2_width; ?>" /> </div> </div> <?php if ($this->countModules('user3')) : ?> <div id="footer-wrap" class="clr" > <div id="footer" class="container row clr "> <div class="span_6 pull-left"><jdoc:include type="modules" name="footer-menu" class="" style="usergrid" /></div> <div class="span_6 pull-left"><jdoc:include type="modules" name="footer-menu2" class="" style="usergrid" /></div> <div class="span_6 pull-left"><jdoc:include type="modules" name="footer-menu3" class="" style="usergrid" /></div> </div> </div> <?php endif; ?> <?php if ($this->countModules('user3')) : ?> <div id="user3-wrap"> <div id="user3" class="clr"> <jdoc:include type="modules" name="user3" style="usergrid" grid="<?php echo $user2_width; ?>" /> </div> </div> <?php endif; ?> <div id="copyright-wrap" class="clr" > <div class="copyright"> <jdoc:include type="modules" name="copyright"/> </div> </div> </div> <jdoc:include type="modules" name="debug" style="none" /> </body> </html>