b0y-101 Mini Shell


Current Path : E:/www/risk/administrator/components/com_menus/presets/
File Upload :
Current File : E:/www/risk/administrator/components/com_menus/presets/alternate.xml

<?xml version="1.0"?>
<menu
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns="urn:joomla.org"
	xsi:schemaLocation="urn:joomla.org menu.xsd"
	>
	<menuitem
		title="MOD_MENU_CONTROL_PANEL"
		type="component"
		element="com_cpanel"
		link="index.php?option=com_cpanel&amp;view=cpanel"
		class="class:home"
	/>
	<menuitem
		title="MOD_MENU_SYSTEM"
		type="heading"
		icon="wrench"
		class="class:wrench"
		>

		<menuitem
			title="MOD_MENU_CONFIGURATION"
			type="component"
			element="com_config"
			link="index.php?option=com_config&amp;view=application"
		/>

		<menuitem
			title="MOD_MENU_GLOBAL_CHECKIN"
			type="component"
			element="com_checkin"
			link="index.php?option=com_checkin&amp;view=checkin"
		/>

		<menuitem
			title="MOD_MENU_CLEAR_CACHE"
			type="component"
			element="com_cache"
			link="index.php?option=com_cache&amp;view=cache"
		/>

		<menuitem
			title="MOD_MENU_SYSTEM_INFORMATION"
			type="component"
			element="com_admin"
			link="index.php?option=com_admin&amp;view=sysinfo"
		/>
	</menuitem>

	<menuitem
		title="MOD_MENU_COM_USERS"
		type="heading"
		icon="users"
		class="class:users"
		>
		<menuitem
			title="COM_USERS_MENUS_USER_MANAGER"
			quicktask-title="COM_USERS_MENUS_ADD_USER"
			type="component"
			element="com_users"
			link="index.php?option=com_users&amp;view=users"
			quicktask="index.php?option=com_users&amp;task=user.add"
		/>

		<menuitem
			title="COM_USERS_MENUS_GROUPS"
			type="component"
			element="com_users"
			link="index.php?option=com_users&amp;view=groups"
		/>

		<menuitem
			title="COM_USERS_MENUS_LEVELS"
			type="component"
			element="com_users"
			link="index.php?option=com_users&amp;view=levels"
		/>

		<menuitem
			type="separator"
		/>

		<menuitem
			title="MOD_MENU_FIELDS"
			type="component"
			element="com_fields"
			link="index.php?option=com_fields&amp;context=com_users.user"
		/>

		<menuitem
			title="MOD_MENU_FIELDS_GROUP"
			type="component"
			element="com_fields"
			link="index.php?option=com_fields&amp;view=groups&amp;context=com_users.user"
		/>

		<menuitem
			type="separator"
		/>

		<menuitem
			title="COM_USERS_MENUS_NOTES"
			type="component"
			element="com_users"
			link="index.php?option=com_users&amp;view=notes"
		/>

		<menuitem
			title="COM_USERS_MENUS_NOTE_CATEGORIES"
			type="component"
			element="com_categories"
			link="index.php?option=com_categories&amp;view=categories&amp;extension=com_users"
		/>

		<menuitem
			type="separator"
		/>

		<menuitem
			title="MOD_MENU_COM_PRIVACY"
			type="heading"
			icon="user-secret"
			class="class:privacy"
			dashboard="privacy"
			>
			<menuitem
				title="MOD_MENU_COM_PRIVACY_REQUESTS"
				type="component"
				element="com_privacy"
				link="index.php?option=com_privacy&amp;view=requests"
			/>

			<menuitem
				title="MOD_MENU_COM_PRIVACY_CAPABILITIES"
				type="component"
				element="com_privacy"
				link="index.php?option=com_privacy&amp;view=capabilities"
			/>

			<menuitem
				title="MOD_MENU_COM_PRIVACY_CONSENTS"
				type="component"
				element="com_privacy"
				link="index.php?option=com_privacy&amp;view=consents"
			/>
		</menuitem>

		<menuitem
			title="MOD_MENU_COM_ACTIONLOGS"
			type="component"
			element="com_actionlogs"
			link="index.php?option=com_actionlogs&amp;view=actionlogs"
			class="class:userlogs"
		/>

		<menuitem
			type="separator"
		/>

		<menuitem
			title="MOD_MENU_MASS_MAIL_USERS"
			type="component"
			element="com_users"
			link="index.php?option=com_users&amp;view=mail"
			scope="massmail"
		/>

		<menuitem
			type="separator"
		/>

		<menuitem
			title="MOD_MENU_MESSAGING"
			type="component"
			element="com_messages"
			link="index.php?option=com_messages&amp;view=messages"
			>
			<menuitem
				title="MOD_MENU_MESSAGING_NEW"
				type="component"
				element="com_messages"
				link="index.php?option=com_messages&amp;task=message.add"
			/>

			<menuitem
				title="MOD_MENU_MESSAGING_PRIVATE"
				type="component"
				element="com_messages"
				link="index.php?option=com_messages&amp;view=messages"
			/>
		</menuitem>
	</menuitem>

	<menuitem
		title="MOD_MENU_MENUS"
		type="heading"
		icon="list"
		class="class:list"
		>
		<menuitem
			title="MOD_MENU_MENU_MANAGER"
			type="component"
			element="com_menus"
			link="index.php?option=com_menus&amp;view=menus"
		/>

		<menuitem
			type="separator"
		/>

		<menuitem
			title="MOD_MENU_MENUS_ALL_ITEMS"
			type="component"
			element="com_menus"
			link="index.php?option=com_menus&amp;view=items&amp;menutype="
		/>

		<!--
		Following is an example of repeatable group based on simple database query.
		This requires sql_* attributes (sql_select and sql_from are required)
		The values can be used like - "{sql:columnName}" in any attribute of repeated elements.
		The repeated elements are place inside this xml node but they will be populated in the same level in the rendered menu
		-->
		<menuitem
			type="separator"
			title="JSITE"
			hidden="false"
			sql_select="a.id, a.title, a.menutype, CASE COALESCE(SUM(m.home), 0) WHEN 0 THEN '' WHEN 1 THEN CASE m.language WHEN '*' THEN 'class:icon-home' ELSE CONCAT('image:', l.lang_code) END ELSE 'image:mod_languages/icon-16-language.png' END AS icon"
			sql_from="#__menu_types AS a"
			sql_where="a.client_id = 0"
			sql_leftjoin="#__menu AS m ON m.menutype = a.menutype AND m.home = 1 LEFT JOIN #__languages AS l ON l.lang_code = m.language"
			sql_group="a.id, a.title, a.menutype, m.language, l.lang_code"
			sql_order="a.id DESC"
			>
			<menuitem
				title="{sql:title} "
				quicktask-title="MOD_MENU_MENU_MANAGER_NEW_SITE_MENU_ITEM"
				type="component"
				element="com_menus"
				link="index.php?option=com_menus&amp;view=items&amp;menutype={sql:menutype}"
				icon="{sql:icon}"
				class="class:menu"
				quicktask="index.php?option=com_menus&amp;task=item.add&amp;menutype={sql:menutype}"
			/>
		</menuitem>

		<menuitem
			type="separator"
			title="JADMINISTRATOR"
			hidden="false"
			sql_select="title, menutype"
			sql_from="#__menu_types"
			sql_where="client_id = 1"
			sql_order="id DESC"
			>
			<menuitem
				title="{sql:title}"
				quicktask-title="MOD_MENU_MENU_MANAGER_NEW_ADMIN_MENU_ITEM"
				type="component"
				element="com_menus"
				link="index.php?option=com_menus&amp;view=items&amp;menutype={sql:menutype}"
				icon="{sql:icon}"
				class="class:menu"
				quicktask="index.php?option=com_menus&amp;task=item.add&amp;client_id=1&amp;menutype={sql:menutype}"
			/>
		</menuitem>
	</menuitem>

	<menuitem
		title="MOD_MENU_COM_CONTENT"
		type="heading"
		icon="file-alt"
		class="class:file-alt"
		>
		<menuitem
			title="COM_CONTENT_MENUS_ARTICLE_MANAGER"
			quicktask-title="COM_CONTENT_MENUS_NEW_ARTICLE"
			type="component"
			element="com_content"
			link="index.php?option=com_content&amp;view=articles"
			quicktask="index.php?option=com_content&amp;task=article.add"
		/>

		<menuitem
			title="COM_CONTENT_MENUS_CATEGORY_MANAGER"
			quicktask-title="COM_CONTENT_MENUS_NEW_CATEGORY"
			type="component"
			element="com_categories"
			link="index.php?option=com_categories&amp;view=categories&amp;extension=com_content"
			quicktask="index.php?option=com_categories&amp;extension=com_content&amp;task=category.add"
		/>

		<menuitem
			title="COM_CONTENT_MENUS_FEATURED"
			type="component"
			element="com_content"
			link="index.php?option=com_content&amp;view=featured"
		/>

		<menuitem
			type="separator"
		/>

		<menuitem
			title="COM_CONTENT_MENUS_WORKFLOW"
			type="component"
			element="com_workflow"
			link="index.php?option=com_workflow&amp;view=workflows&amp;extension=com_content.article"
		/>

		<menuitem
			type="separator"
		/>

		<menuitem
			title="MOD_MENU_FIELDS"
			type="component"
			element="com_fields"
			link="index.php?option=com_fields&amp;context=com_content.article"
		/>

		<menuitem
			title="MOD_MENU_FIELDS_GROUP"
			type="component"
			element="com_fields"
			link="index.php?option=com_fields&amp;view=groups&amp;context=com_content.article"
		/>
	</menuitem>

	<menuitem
		title="MOD_MENU_MEDIA_MANAGER"
		type="component"
		element="com_media"
		link="index.php?option=com_media&amp;view=media"
		class="class:image"
	/>

	<menuitem
		title="MOD_MENU_COMPONENTS"
		type="container"
		class="class:puzzle-piece"
		>
		<menuitem
			title="COM_JOOMLAUPDATE"
			type="component"
			element="com_joomlaupdate"
			link="index.php?option=com_joomlaupdate&amp;view=joomlaupdate"
			class="class:component"
			permission="core.manage;com_joomlaupdate"
		/>

		<menuitem
			title="COM_POSTINSTALL"
			type="component"
			element="com_postinstall"
			link="index.php?option=com_postinstall&amp;view=messages"
			class="class:component"
		/>

		<menuitem
			title="MOD_MENU_MANAGE_REDIRECTS"
			type="component"
			element="com_redirect"
			link="index.php?option=com_redirect&amp;view=links"
			permission="core.manage;com_redirect"
		/>

		<menuitem
			title="MOD_MENU_MANAGE_SCHEDULED_TASKS"
			type="component"
			element="com_scheduler"
			link="index.php?option=com_scheduler&amp;view=tasks"
			permission="core.manage;com_scheduler"
		/>
	</menuitem>

	<menuitem
		title="MOD_MENU_EXTENSIONS_EXTENSIONS"
		type="heading"
		icon="cubes"
		class="class:cubes"
		>
		<menuitem
			title="MOD_MENU_EXTENSIONS_EXTENSION_MANAGER"
			type="component"
			element="com_installer"
			link="index.php?option=com_installer&amp;view=manage">
			<menuitem
				title="MOD_MENU_INSTALLER_SUBMENU_INSTALL"
				type="component"
				element="com_installer"
				link="index.php?option=com_installer&amp;view=install"
			/>

			<menuitem
				title="MOD_MENU_INSTALLER_SUBMENU_UPDATE"
				type="component"
				element="com_installer"
				link="index.php?option=com_installer&amp;view=update"
			/>

			<menuitem
				title="MOD_MENU_INSTALLER_SUBMENU_MANAGE"
				type="component"
				element="com_installer"
				link="index.php?option=com_installer&amp;view=manage"
			/>

			<menuitem
				title="MOD_MENU_INSTALLER_SUBMENU_DISCOVER"
				type="component"
				element="com_installer"
				link="index.php?option=com_installer&amp;view=discover"
			/>

			<menuitem
				title="MOD_MENU_INSTALLER_SUBMENU_DATABASE"
				type="component"
				element="com_installer"
				link="index.php?option=com_installer&amp;view=database"
			/>

			<menuitem
				title="MOD_MENU_INSTALLER_SUBMENU_WARNINGS"
				type="component"
				element="com_installer"
				link="index.php?option=com_installer&amp;view=warnings"
			/>

			<menuitem
				title="MOD_MENU_INSTALLER_SUBMENU_LANGUAGES"
				type="component"
				element="com_installer"
				link="index.php?option=com_installer&amp;view=languages"
			/>

			<menuitem
				title="MOD_MENU_INSTALLER_SUBMENU_UPDATESITES"
				type="component"
				element="com_installer"
				link="index.php?option=com_installer&amp;view=updatesites"
			/>
		</menuitem>

		<menuitem
			title="MOD_MENU_EXTENSIONS_MODULE_MANAGER_SITE"
			quicktask-title="COM_CONTENT_MENUS_NEW_SITE_MODULE"
			type="component"
			element="com_modules"
			link="index.php?option=com_modules&amp;view=modules&amp;client_id=0"
			quicktask="index.php?option=com_modules&amp;view=select&amp;client_id=0"
		/>

		<menuitem
			title="MOD_MENU_EXTENSIONS_MODULE_MANAGER_ADMINISTRATOR"
			quicktask-title="COM_CONTENT_MENUS_NEW_ADMIN_MODULE"
			type="component"
			element="com_modules"
			link="index.php?option=com_modules&amp;view=modules&amp;client_id=1"
			quicktask="index.php?option=com_modules&amp;view=select&amp;client_id=1"
		/>

		<menuitem
			title="MOD_MENU_EXTENSIONS_PLUGIN_MANAGER"
			type="component"
			element="com_plugins"
			link="index.php?option=com_plugins&amp;view=plugins"
		/>

		<menuitem
			title="MOD_MENU_EXTENSIONS_TEMPLATE_MANAGER"
			type="component"
			element="com_templates"
			link="index.php?option=com_templates">
			<menuitem
				title="MOD_MENU_COM_TEMPLATES_SUBMENU_STYLES"
				type="component"
				element="com_templates"
				link="index.php?option=com_templates&amp;view=styles&amp;client_id=0"
			/>

			<menuitem
				title="MOD_MENU_COM_TEMPLATES_SUBMENU_TEMPLATES"
				type="component"
				element="com_templates"
				link="index.php?option=com_templates&amp;view=templates"
			/>

			<menuitem
				title="MOD_MENU_COM_MAILS_TEMPLATES"
				type="component"
				element="com_mails"
				link="index.php?option=com_mails&amp;view=templates"
			/>
		</menuitem>

		<menuitem
			title="MOD_MENU_EXTENSIONS_LANGUAGE_MANAGER"
			type="component"
			element="com_languages"
			link="index.php?option=com_languages&amp;view=installed">
			<menuitem
				title="MOD_MENU_COM_LANGUAGES_SUBMENU_INSTALLED"
				type="component"
				element="com_languages"
				link="index.php?option=com_languages&amp;view=installed"
			/>

			<menuitem
				title="MOD_MENU_COM_LANGUAGES_SUBMENU_CONTENT"
				type="component"
				element="com_languages"
				link="index.php?option=com_languages&amp;view=languages"
			/>

			<menuitem
				title="MOD_MENU_COM_LANGUAGES_SUBMENU_OVERRIDES"
				type="component"
				element="com_languages"
				link="index.php?option=com_languages&amp;view=overrides"
			/>
		</menuitem>
	</menuitem>

	<menuitem
		title="MOD_MENU_HELP"
		type="heading"
		icon="info-circle"
		class="class:info-circle"
		>
		<menuitem
			type="component"
			title="MOD_MENU_HELP_JOOMLA"
			element="com_admin"
			link="index.php?option=com_admin&amp;view=help"
			scope="help"
		/>

		<menuitem
			type="separator"
		/>

		<menuitem
			type="url"
			target="_blank"
			title="MOD_MENU_HELP_SUPPORT_OFFICIAL_FORUM"
			link="https://forum.joomla.org"
			scope="help"
		/>

		<menuitem
			type="url"
			target="_blank"
			title="MOD_MENU_HELP_SUPPORT_CUSTOM_FORUM"
			link="special:custom-forum"
			scope="help"
		/>

		<menuitem
			type="url"
			target="_blank"
			title="MOD_MENU_HELP_SUPPORT_OFFICIAL_LANGUAGE_FORUM"
			link="special:language-forum"
			scope="help"
		/>

		<menuitem
			type="url"
			target="_blank"
			title="MOD_MENU_HELP_DOCUMENTATION"
			link="https://docs.joomla.org"
			scope="help"
		/>

		<menuitem
			type="separator"
		/>

		<menuitem
			type="url"
			target="_blank"
			title="MOD_MENU_HELP_EXTENSIONS"
			link="https://extensions.joomla.org"
			scope="help"
		/>

		<menuitem
			type="url"
			target="_blank"
			title="MOD_MENU_HELP_TRANSLATIONS"
			link="https://downloads.joomla.org/language-packs"
			scope="help"
		/>

		<menuitem
			type="url"
			target="_blank"
			title="MOD_MENU_HELP_RESOURCES"
			link="https://community.joomla.org/service-providers-directory/"
			scope="help"
		/>

		<menuitem
			type="url"
			target="_blank"
			title="MOD_MENU_HELP_COMMUNITY"
			link="https://community.joomla.org"
			scope="help"
		/>

		<menuitem
			type="url"
			target="_blank"
			title="MOD_MENU_HELP_SECURITY"
			link="https://developer.joomla.org/security-centre.html"
			scope="help"
		/>

		<menuitem
			type="url"
			target="_blank"
			title="MOD_MENU_HELP_DEVELOPER"
			link="https://developer.joomla.org"
			scope="help"
		/>

		<menuitem
			type="url"
			target="_blank"
			title="MOD_MENU_HELP_XCHANGE"
			link="https://joomla.stackexchange.com"
			scope="help"
		/>

		<menuitem
			type="url"
			target="_blank"
			title="MOD_MENU_HELP_SHOP"
			link="https://community.joomla.org/the-joomla-shop.html"
			scope="help"
		/>
	</menuitem>
</menu>

Copyright © 2019 by b0y-101