Server : Apache/2.4.18 (Ubuntu) System : Linux canvaswebdesign 3.13.0-71-generic #114-Ubuntu SMP Tue Dec 1 02:34:22 UTC 2015 x86_64 User : oppastar ( 1041) PHP Version : 7.0.33-0ubuntu0.16.04.15 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, Directory : /var/www/andreassugianto.com/public_html/templates/andreas/ |
Upload File : |
<?php /** * @package Joomla.Site * @subpackage Templates.beez_20 * @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // No direct access. defined('_JEXEC') or die; include_once (dirname(__FILE__).DS.'/ja_vars.php'); JHtml::_('behavior.framework', true); ?> <?php $menu = JSite::getMenu()->getActive(); $pageclass = ''; if (is_object($menu)) $pageclass = $menu->params->get('pageclass_sfx'); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <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> <jdoc:include type="head" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script src="https://code.jquery.com/jquery.js"></script> <script src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/javascript/show_hide.js"></script> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/css/style.css" type="text/css" media="screen" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/css/jquery.jscrollpane.css" type="text/css" media="screen" /> <link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow&v1' rel='stylesheet' type='text/css' /> <link href='http://fonts.googleapis.com/css?family=Coustard:900' rel='stylesheet' type='text/css' /> <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css' /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/css/ja-sosdmenu.css" type="text/css" media="screen" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/css/personal.css" type="text/css" media="screen" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/css/font-awesome.css" type="text/css" media="screen" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/css/responsive.css" type="text/css" media="screen" /> <?php if(JRequest::getVar('view') == 'featured'){?> <?php }?> </head> <body class="<?php echo $pageclass ? htmlspecialchars($pageclass) : 'default'; ?>"> <?php if ($this->countModules('logo')): ?> <div class="logo"> <jdoc:include type="modules" name="logo" /> </div> <?php endif; ?> <div class="main_body"> <div class="wrapper1"> <div class="wrapper2"> <div class="wrapper3"> <jdoc:include type="component" /> </div> </div> </div> </div> <div class="my_menu_wrapp"> <div class="my_menu"> <jdoc:include type="modules" name="hornav" /> </div> </div> <?php /*?><div class="header"> <div class="header_in"> <?php if ($this->countModules('hornav')): ?> <div class="my_menu"> <jdoc:include type="modules" name="hornav" /> </div> <?php endif; ?> <?php if ($this->countModules('logo')): ?> <div class="logo"> <jdoc:include type="modules" name="logo" /> </div> <?php endif; ?> <div class="toogle_menu"> <i class="fa fa-bars"> <span>NAV</span></i> </div> </div> </div> <div class="menu_box"> <div class="menu_box_in"> <jdoc:include type="modules" name="hornav" /> </div> </div> <?php if ($this->countModules('slideshow')): ?> <div class="slideshow"> <jdoc:include type="modules" name="slideshow" /> </div> <?php endif; ?> <div id="ja-wrapper"> <div id="ja-containerwrap<?php echo $divid; ?>"> <div id="ja-containerwrap2"> <div id="ja-container"> <div id="ja-container2" class="clearfix"> <div id="ja-mainbody<?php echo $divid; ?>" class="clearfix"> <!-- BEGIN: CONTENT --> <div id="ja-contentwrap"> <div id="ja-content"> <jdoc:include type="component" /> <?php if ($this->countModules('facebook')): ?> <div class="facebook"> <jdoc:include type="modules" name="facebook" /> </div> <?php endif; ?> <div class="clearfix"> <?php if ($this->countModules('mid1')): ?> <div class="mid1"> <jdoc:include type="modules" name="mid1" style="xhtml" /> </div> <?php endif; ?> <?php if ($this->countModules('mid2')): ?> <div class="mid2"> <jdoc:include type="modules" name="mid2" style="xhtml" /> </div> <?php endif; ?> </div> </div> </div> <!-- END: CONTENT --> <?php if ($this->countModules('left')): ?> <!-- BEGIN: LEFT COLUMN --> <div id="ja-col1"> <jdoc:include type="modules" name="left" style="xhtml" /> </div><br /> <!-- END: LEFT COLUMN --> <?php endif; ?> </div> <?php if ($this->countModules('right')): ?> <!-- BEGIN: RIGHT COLUMN --> <div id="ja-col2"> <jdoc:include type="modules" name="right" style="xhtml" /> </div><br /> <!-- END: RIGHT COLUMN --> <?php endif; ?> </div> </div> </div> </div> </div> <div class="footer"> <div class="footer_in"> <?php if ($this->countModules('footer')): ?> <jdoc:include type="modules" name="footer" style="xhtml" /> <?php endif; ?> </div> </div><?php */?> <jdoc:include type="modules" name="debug" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> <script type='text/javascript' src='<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/javascript/jquery.easing.1.3.js'></script> <script type='text/javascript' src='<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/javascript/jquery.mousewheel.js'></script> <script type='text/javascript' src='<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/javascript/jquery.contentcarousel.js'></script> </body> </html>