0byt3m1n1
Path:
/
data
/
49
/
4
/
11
/
84
/
4826899
/
user
/
5715128
/
htdocs
/
soulsymbols
/
templates
/
soulsymbols
/
[
Home
]
File: index.php
<?php // SOUL SYMBOLS // // Copyright (c) 2014 Ben Bergmann. All rights reserved. // info@eyedropdigital.com // www.eyedropdigital.com // if (get_magic_quotes_gpc()) { function magicQuotes_awStripslashes(&$value, $key) { $value = stripslashes($value); } $gpc = array(&$_GET, &$_POST, &$_COOKIE, &$_REQUEST); array_walk_recursive($gpc, 'magicQuotes_awStripslashes'); } defined('_JEXEC') or die( 'Restricted access' ); $document = JFactory::getDocument(); $app = JFactory::getApplication(); $input = JFactory::getApplication()->input; $id = $input->getInt('id'); $menu = $app->getMenu(); //$templateDir = JURI::base(true) . '/templates/' . $app->getTemplate() . "/"; $templateDir = 'templates/' . $app->getTemplate() . "/"; // set <meta> generator tag $this->setGenerator(null); //$this->setGenerator('EyeCMS'); // set <meta> robots $view = JRequest::getVar('view'); if($view == 'category') { $this->setMetaData('robots','noindex,follow'); } else { $this->setMetaData('robots','index,follow'); } //JHTML::script('jquery-1.9.0.min.js','templates/'.$this->template.'/javascript/'); JHtml::_('stylesheet','templates/system/css/system.css'); JHtml::_('stylesheet','templates/system/css/general.css'); JHtml::_('stylesheet','templates/'.$this->template.'/css/template.css'); JHtml::_('stylesheet','templates/'.$this->template.'/css/navbar.css'); JHtml::_('stylesheet','templates/'.$this->template.'/css/system.css'); JHtml::_('stylesheet','templates/'.$this->template.'/css/css3.css'); //$c = 0; // counter for left/center/right main content ?><!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link href='http://fonts.googleapis.com/css?family=Merienda' rel='stylesheet' type='text/css' /> <link href='http://fonts.googleapis.com/css?family=Merienda+One' rel='stylesheet' type='text/css' /> <link href='http://fonts.googleapis.com/css?family=Ubuntu+Condensed' rel='stylesheet' type='text/css' /> <!-- <script type="text/javascript" src="http://use.typekit.net/mvw1jqg.js"></script> <script type="text/javascript">try{Typekit.load();}catch(e){}</script> --> <jdoc:include type="head" /> <?php if ($menu->getActive() == $menu->getDefault( 'en-GB' ) || $menu->getActive() == $menu->getDefault( 'fr-CA' )) { ?> <!-- <script type="text/javascript"> jQuery(function(){ jQuery('#slides').slides({ effect: 'fade', fadeSpeed: 500, crossfade: true, preload: true, preloadImage: 'images/slideshow.home/loading.gif', play: 10000, pause: 4000, hoverPause: false, pagination:false, generatePagination: false }); }); </script> --> <?php } ?> <?php switch($id) { case 21: $js = '<script type="text/javascript" src="templates/' . $this->template . '/javascript/my-javascript.js"></script>'; break; default: $js = ''; } ?> <!-- =============================================================================================== Template & Programming - EyeDrop Digital - www.eyedropdigital.com All code is Copyright (c) 2014 Ben Teschendorff (Ben Bergmann). All rights reserved. ================================================================================================ --> </head> <body> <a name="top" id="top"></a> <div id="wrapper" class="rounded"> <div id="header" class="rounded-top"> <!-- START #header --> <a href="/"><img src="images/assets/logo.jpg" alt="<?php echo $app->getCfg('sitename');?>" title="<?php echo $app->getCfg('sitename');?> - Home" class="logo" /></a> <?php if($this->countModules('header')) : ?> <jdoc:include type="modules" name="header" style="none" /> <?php endif; ?> <?php if($this->countModules('search')) : ?> <jdoc:include type="modules" name="search" style="none" /> <?php endif; ?> </div> <!--// END #header --> <div id="div-main-nav"> <!-- START #main-nav --> <?php if($this->countModules('mainnav')) : ?> <div id="div-nav-top"> <nav> <jdoc:include type="modules" name="mainnav" style="none" /> <div class="clr"></div> </nav> </div> <?php endif; ?> </div> <!--// END #main-nav --> <!--<jdoc:include type="message" />--> <?php if($this->countModules('top-1') || $this->countModules('top-2') || $this->countModules('top-3') || $this->countModules('top-4')) { ?> <div class="yellow-bar yellow-bar-top"></div> <div id="top-module-wrapper"> <!-- START #top-module-wrapper --> <?php if($this->countModules('top-1')) : ?> <div class="top-module"> <jdoc:include type="modules" name="top-1" style="none" /> </div> <?php endif; ?> <?php if($this->countModules('top-2')) : ?> <div class="top-module"> <jdoc:include type="modules" name="top-2" style="none" /> </div> <?php endif; ?> <?php if($this->countModules('top-3')) : ?> <div class="top-module"> <jdoc:include type="modules" name="top-3" style="none" /> </div> <?php endif; ?> <?php if($this->countModules('top-4')) : ?> <div class="top-module"> <jdoc:include type="modules" name="top-4" style="none" /> </div> <?php endif; ?> <div class="clr"></div> </div> <!--// END #top-module-wrapper --> <div class="yellow-bar yellow-bar-bottom"></div> <?php } // END test to see if any Top modules are being used ?> <?php if($this->countModules('breadcrumbs')) : ?> <jdoc:include type="modules" name="breadcrumbs" style="none" /> <?php endif; ?> <?php if($this->countModules('content-top')) : ?> <div id="content-top"> <jdoc:include type="modules" name="content-top" style="none" /> </div> <?php endif; ?> <div id="content"> <!-- START #content --> <jdoc:include type="component" style="none" /> </div> <!--// END #content --> <?php if($this->countModules('content-bottom')) : // BOTTOM ?> <div id="content-bottom"> <jdoc:include type="modules" name="content-bottom" style="none" /> </div> <?php endif; ?> <div id="footer" class="rounded-bottom"> <!-- START #footer --> <?php if($this->countModules('footer-nav')) : ?> <div id="footer-nav-div"> <nav> <jdoc:include type="modules" name="footer-nav" style="none" /> <div class="clr"></div> </nav> </div> <?php endif; ?> <div id="footer-xtra"> <div id="footer-copyright"> <p>Copyright © <?php echo date('Y'); ?> <a href="<?php echo $this->baseurl; ?>">Soul Symbols</a>. All rights reserved.</p> </div> <?php if($this->countModules('footer-social')) { ?> <div id="footer-social"> <jdoc:include type="modules" name="footer-social" style="none" /> </div> <?php } ?> <div class="clr"></div> </div> </div> <!-- END #footer --> </div> <!-- END #wrapper --> <jdoc:include type="modules" name="debug" style="xhtml" /> </body> </html>