Server IP : 195.201.23.43 / Your IP : 13.58.175.32 Web Server : Apache System : Linux webserver2.vercom.be 5.4.0-192-generic #212-Ubuntu SMP Fri Jul 5 09:47:39 UTC 2024 x86_64 User : kdecoratie ( 1041) PHP Version : 7.1.33-63+ubuntu20.04.1+deb.sury.org+1 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_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/kdecoratie/public_html/templates/kdecor3/ |
Upload File : |
<?php defined('_JEXEC') or die; /** * Template for Joomla! CMS, created with Artisteer. * See readme.txt for more details on how to use the template. */ require_once dirname(__FILE__) . DIRECTORY_SEPARATOR . 'functions.php'; // Create alias for $this object reference: $document = $this; // Shortcut for template base url: $templateUrl = $document->baseurl . '/templates/' . $document->template; Artx::load("Artx_Page"); // Initialize $view: $view = $this->artx = new ArtxPage($this); // Decorate component with Artisteer style: $view->componentWrapper(); JHtml::_('behavior.framework', true); ?> <!DOCTYPE html> <html dir="ltr" lang="<?php echo $document->language; ?>"> <head> <jdoc:include type="head" /> <link rel="stylesheet" href="<?php echo $document->baseurl; ?>/templates/system/css/system.css" /> <link rel="stylesheet" href="<?php echo $document->baseurl; ?>/templates/system/css/general.css" /> <!-- Created by Artisteer v4.3.0.60745 --> <meta name="viewport" content="initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width" /> <!--[if lt IE 9]><script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]--> <link rel="stylesheet" href="<?php echo $templateUrl; ?>/css/template.css" media="screen" type="text/css" /> <!--[if lte IE 7]><link rel="stylesheet" href="<?php echo $templateUrl; ?>/css/template.ie7.css" media="screen" /><![endif]--> <link rel="stylesheet" href="<?php echo $templateUrl; ?>/css/template.responsive.css" media="all" type="text/css" /> <script>if ('undefined' != typeof jQuery) document._artxJQueryBackup = jQuery;</script> <script src="<?php echo $templateUrl; ?>/jquery.js"></script> <script>jQuery.noConflict();</script> <script src="<?php echo $templateUrl; ?>/script.js"></script> <script src="<?php echo $templateUrl; ?>/script.responsive.js"></script> <script src="<?php echo $templateUrl; ?>/modules.js"></script> <?php $view->includeInlineScripts() ?> <script>if (document._artxJQueryBackup) jQuery = document._artxJQueryBackup;</script> </head> <body> <div id="art-main"> <header class="art-header"><?php echo $view->position('position-30', 'art-nostyle'); ?> <div class="art-shapes"> </div> </header> <?php if ($view->containsModules('position-1', 'position-28', 'position-29')) : ?> <nav class="art-nav"> <?php if ($view->containsModules('position-28')) : ?> <div class="art-hmenu-extra1"><?php echo $view->position('position-28'); ?></div> <?php endif; ?> <?php if ($view->containsModules('position-29')) : ?> <div class="art-hmenu-extra2"><?php echo $view->position('position-29'); ?></div> <?php endif; ?> <?php echo $view->position('position-1'); ?> </nav> <?php endif; ?> <div class="art-sheet clearfix"> <?php echo $view->position('position-15', 'art-nostyle'); ?> <?php echo $view->positions(array('position-16' => 33, 'position-17' => 33, 'position-18' => 34), 'art-block'); ?> <div class="art-layout-wrapper"> <div class="art-content-layout"> <div class="art-content-layout-row"> <?php if ($view->containsModules('position-7', 'position-4', 'position-5')) : ?> <div class="art-layout-cell art-sidebar1"> <?php echo $view->position('position-7', 'art-block'); ?> <?php echo $view->position('position-4', 'art-block'); ?> <?php echo $view->position('position-5', 'art-block'); ?> </div> <?php endif; ?> <div class="art-layout-cell art-content"> <?php echo $view->position('position-19', 'art-nostyle'); if ($view->containsModules('position-2')) echo artxPost($view->position('position-2')); echo $view->positions(array('position-20' => 50, 'position-21' => 50), 'art-article'); echo $view->position('position-12', 'art-nostyle'); echo artxPost(array('content' => '<jdoc:include type="message" />', 'classes' => ' art-messages')); echo '<jdoc:include type="component" />'; echo $view->position('position-22', 'art-nostyle'); echo $view->positions(array('position-23' => 50, 'position-24' => 50), 'art-article'); echo $view->position('position-25', 'art-nostyle'); ?> </div> </div> </div> </div> <?php echo $view->positions(array('position-9' => 33, 'position-10' => 33, 'position-11' => 34), 'art-block'); ?> <?php echo $view->position('position-26', 'art-nostyle'); ?> <footer class="art-footer"> <?php if ($view->containsModules('position-27')) : ?> <?php echo $view->position('position-27', 'art-nostyle'); ?> <?php else: ?> <p><a href="/index.php/Contact">Contact</a> | <a href="/index.php/foto-s-en-referenties">Foto's en Referenties</a></p> <?php endif; ?> </footer> </div> </div> <?php echo $view->position('debug'); ?> </body> </html>Private