Просмотр файла config/places.global.php

Размер файла: 2.03Kb
<?php

/**
 * This file is part of JohnCMS Content Management System.
 *
 * @copyright JohnCMS Community
 * @license   https://opensource.org/licenses/GPL-3.0 GPL-3.0
 * @link      https://johncms.com JohnCMS Project
 */

return [
    '/'                => '<a href="#home#/">' . d__('system', 'On the Homepage') . '</a>',
    '/album'           => '<a href="#home#/album/">' . d__('system', 'Watching the photo album') . '</a>',
    '/community'       => '<a href="#home#/community/">' . d__('system', 'Users') . '</a>',
    '/community/users' => '<a href="#home#/community/users/">' . d__('system', 'Users List') . '</a>',
    '/downloads'       => '<a href="#home#/downloads/">' . d__('system', 'Downloads') . '</a>',
    '/forum'           => '<a href="#home#/forum/">' . d__('system', 'Forum') . '</a>&#160;/&#160;<a href="#home#/forum/?act=who">&gt;&gt;</a>', // phpcs:ignore
    '/guestbook'       => '<a href="#home#/guestbook/">' . d__('system', 'Guestbook') . '</a>',
    '/help'            => '<a href="#home#/help/">' . d__('system', 'Reading the FAQ') . '</a>',
    '/library'         => '<a href="#home#/library/">' . d__('system', 'Library') . '</a>',
    '/login'           => d__('system', 'Login'),
    '/mail'            => d__('system', 'Personal correspondence'),
    '/news'            => '<a href="#home#/news/">' . d__('system', 'Reading the news') . '</a>',
    '/profile'         => d__('system', 'Profile'),
    '/redirect'        => d__('system', 'Redirect on external link to another site'),
    '/registration'    => d__('system', 'Registered on the site'),
    '/users'           => '<a href="#home#/users/">' . d__('system', 'List of users') . '</a>',
    '/online'          => '<a href="#home#/online/">' . d__('system', 'Who is online?') . '</a>',
    '/online/history'  => '<a href="#home#/online/">' . d__('system', 'Who is online?') . '</a>',
    '/online/guest'    => '<a href="#home#/online/">' . d__('system', 'Who is online?') . '</a>',
    '/online/ip'       => '<a href="#home#/online/">' . d__('system', 'Who is online?') . '</a>',
];