GeForce Manager
PHP Advanced
C:
/
xampp
/
htdocs
/
Ajaji
/
plugins
/
editors-xtd
/
contact
/
Name
Size
Perms
Actions
📁
services
1331 B
0777
Permissions
Delete
📁
src
2863 B
0777
Permissions
Delete
📄
contact.xml
887 B
0666
Edit
Perms
Delete
Editing:
contact.xml
<?xml version="1.0" encoding="UTF-8"?> <extension type="plugin" group="editors-xtd" method="upgrade"> <name>plg_editors-xtd_contact</name> <author>Joomla! Project</author> <creationDate>2016-10</creationDate> <copyright>(C) 2016 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> <authorEmail>admin@joomla.org</authorEmail> <authorUrl>www.joomla.org</authorUrl> <version>3.7.0</version> <description>PLG_EDITORS-XTD_CONTACT_XML_DESCRIPTION</description> <namespace path="src">Joomla\Plugin\EditorsXtd\Contact</namespace> <files> <folder plugin="contact">services</folder> <folder>src</folder> </files> <languages> <language tag="en-GB">language/en-GB/plg_editors-xtd_contact.ini</language> <language tag="en-GB">language/en-GB/plg_editors-xtd_contact.sys.ini</language> </languages> </extension>
Cancel