Файловый менеджер - Редактировать - /var/www/html/pages.zip
Ðазад
PK ! �;, README.mdnu �[��� # Widget layouts PK ! �:�, , misc/default/default.phpnu �[��� <?php /** * Kunena Component * * @package Kunena.Template.Aurelia * @subpackage Pages.Misc * * @copyright Copyright (C) 2008 - 2026 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(); // No breadcrumb - this page can only be accessed by creating a menu item for it. echo $this->subLayout('Widget/Custom') ->set('header', $this->header) ->set('body', $this->body); PK ! cU: : credits/default/default.phpnu �[��� <?php /** * Kunena Component * * @package Kunena.Template.Aurelia * @subpackage Pages.Credits * * @copyright Copyright (C) 2008 - 2026 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 Joomla\CMS\Language\Text; $content = $this->execute('Credits'); $this->addBreadcrumb( Text::_('COM_KUNENA_VIEW_CREDITS_DEFAULT'), 'index.php?option=com_kunena&view=credits' ); echo $content; PK ! �.Pu> > search/default/default.phpnu �[��� <?php /** * Kunena Component * * @package Kunena.Template.Aurelia * @subpackage Pages.Search * * @copyright Copyright (C) 2008 - 2026 Kunena Team. All rights reserved. * @license https://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.kunena.org **/ defined('_JEXEC') or die(); use Joomla\CMS\Language\Text; $content = $this->execute('Search/Form'); $this->addBreadcrumb( Text::_('COM_KUNENA_MENU_SEARCH'), 'index.php?option=com_kunena&view=search' ); echo $content; echo $this->subRequest('Search/Results'); PK ! �u6J user/attachments/default.phpnu �[��� <?php /** * Kunena Component * * @package Kunena.Template.Aurelia * @subpackage Pages.User * * @copyright Copyright (C) 2008 - 2026 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(); $content = $this->execute('User/Attachments'); $this->addBreadcrumb($content->headerText, 'index.php?option=com_kunena&view=user&layout=attachments'); echo $content; PK ! ��� � user/banmanager/default.phpnu �[��� <?php /** * Kunena Component * @package Kunena.Template.Aurelia * @subpackage Pages.User * * @copyright Copyright (C) 2008 - 2026 Kunena Team. All rights reserved. * @license https://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.kunena.org **/ defined('_JEXEC') or die(); $content = $this->execute('User/Ban/Manager'); $this->addBreadcrumb($content->headerText, 'index.php?option=com_kunena&view=user&layout=banmanager'); echo $content; PK ! .i� > > user/list/default.phpnu �[��� <?php /** * Kunena Component * * @package Kunena.Template.Aurelia * @subpackage Pages.User * * @copyright Copyright (C) 2008 - 2026 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 Joomla\CMS\Language\Text; $content = $this->execute('User/Listing'); $this->addBreadcrumb( Text::_('COM_KUNENA_USRL_USERLIST'), 'index.php?option=com_kunena&view=user&layout=list' ); echo $content; PK ! �� user/moderate/default.phpnu �[��� <?php /** * Kunena Component * * @package Kunena.Template.Aurelia * @subpackage Pages.User * * @copyright Copyright (C) 2008 - 2026 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(); $content = $this->execute('User/Ban/Form'); $this->addBreadcrumb( $content->headerText, 'index.php?option=com_kunena&view=user&layout=moderate' ); echo $content; PK ! e�� user/edit/default.phpnu �[��� <?php /** * Kunena Component * * @package Kunena.Template.Aurelia * @subpackage Pages.User * * @copyright Copyright (C) 2008 - 2026 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 Joomla\CMS\Factory; use Joomla\CMS\Language\Text; $content = $this->execute('User/Edit'); $avatartab = $this->input->getInt('avatartab'); $document = Factory::getApplication()->getDocument(); $document->addScriptOptions('com_kunena.avatartab', json_encode($avatartab)); $this->addBreadcrumb( Text::_('COM_KUNENA_EDIT'), 'index.php?option=com_kunena&view=user&layout=edit' ); echo $content; PK ! yoN1 user/default/default.phpnu �[��� <?php /** * Kunena Component * * @package Kunena.Template.Aurelia * @subpackage Pages.User * * @copyright Copyright (C) 2008 - 2026 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(); $content = $this->execute('User/Item'); $this->addBreadcrumb( $content->headerText, 'index.php?option=com_kunena&view=user&userid=' . $content->user->id ); echo $content; PK ! P�&T9 9 topics/posts/default.phpnu �[��� <?php /** * Kunena Component * * @package Kunena.Template.Aurelia * @subpackage Pages.Topics * * @copyright Copyright (C) 2008 - 2026 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(); $content = $this->execute('Message/Listing/Recent') ->setLayout('recent'); $this->addBreadcrumb( $content->headerText, 'index.php?option=com_kunena&view=topics&layout=posts' ); echo $content; PK ! ,���A A topics/unread/default.phpnu �[��� <?php /** * Kunena Component * * @package Kunena.Template.Aurelia * @subpackage Pages.Topics * * @copyright Copyright (C) 2008 - 2026 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(); $content = $this->execute('Topic/Listing/Unread') ->setLayout('unread'); $this->addBreadcrumb( (string) $content->headerText, 'index.php?option=com_kunena&view=topics&layout=unread' ); echo $content; PK ! ��2 2 topics/user/default.phpnu �[��� <?php /** * Kunena Component * * @package Kunena.Template.Aurelia * @subpackage Pages.Topics * * @copyright Copyright (C) 2008 - 2026 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(); $content = $this->execute('Topic/Listing/User') ->setLayout('user'); $this->addBreadcrumb( $content->headerText, 'index.php?option=com_kunena&view=topics&layout=user' ); echo $content; PK ! ;��A A topics/moderator/default.phpnu �[��� <?php /** * Kunena Component * * @package Kunena.Template.Aurelia * @subpackage Pages.Topics * * @copyright Copyright (C) 2008 - 2026 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(); $content = $this->execute('Topic/Listing/Moderator') ->setLayout('moderator'); $this->addBreadcrumb( $content->headerText, 'index.php?option=com_kunena&view=topics&layout=moderator' ); echo $content; PK ! �e4�� � topics/default/default.phpnu �[��� <?php /** * Kunena Component * * @package Kunena.Template.Aurelia * @subpackage Pages.Topics * * @copyright Copyright (C) 2008 - 2026 Kunena Team. All rights reserved. * @license https://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.kunena.org **/ defined('_JEXEC') or die(); // $this should be an object of KunenaLayoutPage $content = $this->execute('Topic/Listing/Recent') ->setLayout('recent'); $this->addBreadcrumb( $content->headerText, 'index.php?option=com_kunena&view=topics&layout=default' ); echo $content; echo $this->subRequest('Widget/WhoIsOnline'); echo $this->subRequest('Widget/Statistics'); PK ! �F.# # topic/vote/default.phpnu �[��� <?php /** * Kunena Component * * @package Kunena.Template.Aurelia * @subpackage Pages.Topic * * @copyright Copyright (C) 2008 - 2026 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 Joomla\CMS\Language\Text; use Kunena\Forum\Libraries\Forum\Category\KunenaCategoryHelper; $content = $this->request('Topic/Poll') ->setProperties(['alwaysVote' => true]) ->execute(); // Display breadcrumb path to the current category / topic / message / report. $parents = KunenaCategoryHelper::getParents($content->category->id); $parents[] = $content->category; foreach ($parents as $parent) { $this->addBreadcrumb( $parent->displayField('name'), $parent->getUri() ); } $this->addBreadcrumb( Text::_('COM_KUNENA_MENU_TOPIC'), $content->topic->getUri() ); $this->addBreadcrumb( Text::_('COM_KUNENA_POLL_STATS_NAME'), $content->uri ); echo $content; PK ! �YJ�� � topic/poll/default.phpnu �[��� <?php /** * Kunena Component * * @package Kunena.Template.Aurelia * @subpackage Pages.Topic * * @copyright Copyright (C) 2008 - 2026 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 Joomla\CMS\Language\Text; use Kunena\Forum\Libraries\Forum\Category\KunenaCategoryHelper; $content = $this->execute('Topic/Poll'); // Display breadcrumb path to the current category / topic / message / report. $parents = KunenaCategoryHelper::getParents($content->category->id); $parents[] = $content->category; foreach ($parents as $parent) { $this->addBreadcrumb( $parent->displayField('name'), $parent->getUri() ); } $this->addBreadcrumb( Text::_('COM_KUNENA_MENU_TOPIC'), $content->topic->getUri() ); $this->addBreadcrumb( Text::_('COM_KUNENA_POLL_STATS_NAME'), $content->uri ); echo $content; PK ! }��� � topic/reply/default.phpnu �[��� <?php /** * Kunena Component * * @package Kunena.Template.Aurelia * @subpackage Pages.Topic * * @copyright Copyright (C) 2008 - 2026 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 Joomla\CMS\Language\Text; use Kunena\Forum\Libraries\Forum\Category\KunenaCategoryHelper; $content = $this->execute('Topic/Form/Reply'); // Display breadcrumb path to the current category / topic / message / moderate. $parents = KunenaCategoryHelper::getParents($content->category->id); $parents[] = $content->category; foreach ($parents as $parent) { $this->addBreadcrumb( $parent->displayField('name'), $parent->getUri() ); } $this->addBreadcrumb( $content->topic->subject, $content->topic->getUri() ); $this->addBreadcrumb( Text::_('COM_KUNENA_BUTTON_MESSAGE_REPLY'), null ); echo $content; PK ! ���9 topic/moderate/default.phpnu �[��� <?php /** * Kunena Component * * @package Kunena.Template.Aurelia * @subpackage Pages.Topic * * @copyright Copyright (C) 2008 - 2026 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 Joomla\CMS\Language\Text; use Kunena\Forum\Libraries\Forum\Category\KunenaCategoryHelper; $content = $this->execute('Topic/Moderate'); // Display breadcrumb path to the current category / topic / message / moderate. $parents = KunenaCategoryHelper::getParents($content->category->id); $parents[] = $content->category; foreach ($parents as $parent) { $this->addBreadcrumb( $parent->displayField('name'), $parent->getUri() ); } $this->addBreadcrumb( Text::_('COM_KUNENA_MENU_TOPIC'), $content->topic->getUri() ); if ($content->message) { $this->addBreadcrumb( Text::_('COM_KUNENA_MESSAGE'), $content->message->getUri() ); } $this->addBreadcrumb( Text::_('COM_KUNENA_MESSAGE_ACTIONS_LABEL_MODERATE'), $content->uri ); echo $content; PK ! A�_�� � topic/edit/default.phpnu �[��� <?php /** * Kunena Component * * @package Kunena.Template.Aurelia * @subpackage Pages.Topic * * @copyright Copyright (C) 2008 - 2026 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 Joomla\CMS\Language\Text; use Kunena\Forum\Libraries\Forum\Category\KunenaCategoryHelper; $content = $this->execute('Topic/Form/Edit'); // Display breadcrumb path to the current category / topic / message / moderate. $parents = KunenaCategoryHelper::getParents($content->category->id); $parents[] = $content->category; foreach ($parents as $parent) { $this->addBreadcrumb( $parent->displayField('name'), $parent->getUri() ); } $this->addBreadcrumb( $content->topic->subject, $content->topic->getUri() ); $this->addBreadcrumb( Text::_('COM_KUNENA_EDIT'), null ); echo $content; PK ! �ጂ � topic/create/default.phpnu �[��� <?php /** * Kunena Component * * @package Kunena.Template.Aurelia * @subpackage Pages.Topic * * @copyright Copyright (C) 2008 - 2026 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 Joomla\CMS\Language\Text; use Kunena\Forum\Libraries\Forum\Category\KunenaCategoryHelper; $content = $this->execute('Topic/Form/Create'); // Display breadcrumb path to the current category / topic / message / moderate. $parents = KunenaCategoryHelper::getParents($content->category->id); $parents[] = $content->category; foreach ($parents as $parent) { $this->addBreadcrumb( $parent->displayField('name'), $parent->getUri() ); } $this->addBreadcrumb( Text::_('COM_KUNENA_NEW'), '' ); echo $content; PK ! #��c c topic/report/default.phpnu �[��� <?php /** * Kunena Component * * @package Kunena.Template.Aurelia * @subpackage Pages.Topic * * @copyright Copyright (C) 2008 - 2026 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 Joomla\CMS\Language\Text; use Kunena\Forum\Libraries\Forum\Category\KunenaCategoryHelper; $content = $this->execute('Topic/Report'); // Display breadcrumb path to the current category / topic / message / report. $parents = KunenaCategoryHelper::getParents($content->category->id); $parents[] = $content->category; foreach ($parents as $parent) { $this->addBreadcrumb( $parent->displayField('name'), $parent->getUri() ); } $this->addBreadcrumb( Text::_('COM_KUNENA_MENU_TOPIC'), $content->topic->getUri() ); if ($content->message) { $this->addBreadcrumb( Text::_('COM_KUNENA_MESSAGE'), $content->message->getUri() ); } $this->addBreadcrumb( Text::_('COM_KUNENA_REPORT'), $content->uri ); echo $content; PK ! �JO�� � topic/default/default.phpnu �[��� <?php /** * Kunena Component * * @package Kunena.Template.Aurelia * @subpackage Pages.Topic * * @copyright Copyright (C) 2008 - 2026 Kunena Team. All rights reserved. * @license https://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.kunena.org **/ defined('_JEXEC') or die(); use Kunena\Forum\Libraries\Forum\Category\KunenaCategoryHelper; use Kunena\Forum\Libraries\User\KunenaUserHelper; $content = $this->execute('Topic/Item') ->setLayout(KunenaUserHelper::getMyself()->getTopicLayout()); // Display breadcrumb path to the current category / topic / message / moderate. $parents = KunenaCategoryHelper::getParents($content->category->id); $parents[] = $content->category; foreach ($parents as $parent) { $this->addBreadcrumb( $parent->displayField('name'), $parent->getUri() ); } $this->addBreadcrumb( $content->topic->subject, $content->topic->getUri() ); echo $content; PK ! �l@� � category/list/default.phpnu �[��� <?php /** * Kunena Component * * @package Kunena.Template.Aurelia * @subpackage Pages.Category * * @copyright Copyright (C) 2008 - 2026 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 Joomla\CMS\Language\Text; $content = $this->execute('Category/Index'); $this->addBreadcrumb( Text::_('COM_KUNENA_VIEW_CATEGORIES_DEFAULT'), 'index.php?option=com_kunena&view=category&layout=list' ); echo $content; echo $this->subRequest('Widget/WhoIsOnline'); echo $this->subRequest('Widget/Statistics'); PK ! ��5W W category/user/default.phpnu �[��� <?php /** * Kunena Component * * @package Kunena.Template.Aurelia * @subpackage Pages.Category * * @copyright Copyright (C) 2008 - 2026 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 Joomla\CMS\Language\Text; $content = $this->execute('Category/Subscriptions'); $this->addBreadcrumb( Text::_('COM_KUNENA_VIEW_CATEGORIES_USER'), 'index.php?option=com_kunena&view=category&layout=user' ); echo $content; PK ! ���v v category/manage/default.phpnu �[��� <?php /** * Kunena Component * * @package Kunena.Template.Aurelia * @subpackage Pages.Category * * @copyright Copyright (C) 2008 - 2026 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 Joomla\CMS\Language\Text; use Kunena\Forum\Libraries\Forum\Category\KunenaCategoryHelper; $content = $this->execute('Category/Manage'); // Display breadcrumb path to the current category. $parents = KunenaCategoryHelper::getParents($content->category->id); $parents[] = $content->category; foreach ($parents as $parent) { $this->addBreadcrumb( $parent->displayField('name'), $parent->getUri() ); } $this->addBreadcrumb( Text::_('COM_KUNENA_EDIT'), $parent->getUri() ); echo $content; PK ! �1��8 8 category/default/default.phpnu �[��� <?php /** * Kunena Component * * @package Kunena.Template.Aurelia * @subpackage Pages.Category * * @copyright Copyright (C) 2008 - 2026 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\Forum\Category\KunenaCategoryHelper; $content = $this->execute('Category/Topics'); // Display breadcrumb path to the current category. $parents = KunenaCategoryHelper::getParents($content->category->id); $parents[] = $content->category; foreach ($parents as $parent) { $this->addBreadcrumb( $parent->displayField('name'), $parent->getUri() ); } echo $this->subRequest('Category/Index'); echo $content; PK ! 8��Ʋ � announcement/listing/default.phpnu �[��� <?php /** * Kunena Component * * @package Kunena.Template.Aurelia * @subpackage Pages.Announcement * * @copyright Copyright (C) 2008 - 2026 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 Joomla\CMS\Language\Text; use Kunena\Forum\Libraries\Route\KunenaRoute; $this->addBreadcrumb( Text::_('COM_KUNENA_ANN_ANNOUNCEMENTS'), KunenaRoute::normalize("index.php?option=com_kunena&view=announcement&layout=listing") ); echo $this->subRequest('Announcement/Listing'); ?> <div class="clearfix"></div> PK ! sU�� � announcement/edit/default.phpnu �[��� <?php /** * Kunena Component * * @package Kunena.Template.Aurelia * @subpackage Pages.Announcement * * @copyright Copyright (C) 2008 - 2026 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 Joomla\CMS\Language\Text; use Kunena\Forum\Libraries\Route\KunenaRoute; $content = $this->execute('Announcement/Edit'); $this->addBreadcrumb( Text::_('COM_KUNENA_ANN_ANNOUNCEMENTS'), 'index.php?option=com_kunena&view=announcement&layout=listing' ); $this->addBreadcrumb( Text::_('COM_KUNENA_EDIT'), KunenaRoute::normalize() ); echo $content; PK ! ���YZ Z announcement/create/default.phpnu �[��� <?php /** * Kunena Component * * @package Kunena.Template.Aurelia * @subpackage Pages.Announcement * * @copyright Copyright (C) 2008 - 2026 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 Joomla\CMS\Language\Text; $content = $this->execute('Announcement/Edit'); $this->addBreadcrumb( Text::_('COM_KUNENA_ANN_ANNOUNCEMENTS'), 'index.php?option=com_kunena&view=announcement&layout=listing' ); echo $content; PK ! ğ(�Z Z announcement/default/default.phpnu �[��� <?php /** * Kunena Component * * @package Kunena.Template.Aurelia * @subpackage Pages.Announcement * * @copyright Copyright (C) 2008 - 2026 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 Joomla\CMS\Language\Text; $content = $this->execute('Announcement/Item'); $this->addBreadcrumb( Text::_('COM_KUNENA_ANN_ANNOUNCEMENTS'), 'index.php?option=com_kunena&view=announcement&layout=listing' ); echo $content; PK ! <c�@h h "