/plugins/system/logout/logout.xml
XML | 20 lines | 20 code | 0 blank | 0 comment | 0 complexity | a84d562e18868b8e2176bd8bba1bd111 MD5 | raw file
Possible License(s): LGPL-2.1
1<?xml version="1.0" encoding="utf-8"?> 2<extension version="3.0" type="plugin" group="system"> 3 <name>plg_system_logout</name> 4 <author>Joomla! Project</author> 5 <creationDate>April 2009</creationDate> 6 <copyright>Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.</copyright> 7 <license>GNU General Public License version 2 or later; see LICENSE.txt</license> 8 <authorEmail>admin@joomla.org</authorEmail> 9 <authorUrl>www.joomla.org</authorUrl> 10 <version>2.5.0</version> 11 <description>PLG_SYSTEM_LOGOUT_XML_DESCRIPTION</description> 12 <files> 13 <filename plugin="logout">logout.php</filename> 14 <filename>index.html</filename> 15 </files> 16 <languages> 17 <language tag="en-GB">en-GB.plg_system_logout.ini</language> 18 <language tag="en-GB">en-GB.plg_system_logout.sys.ini</language> 19 </languages> 20</extension>