Your IP : 10.10.0.253


Current Path : /var/www/administrator/components/com_contactpush/
Upload File :
Current File : /var/www/administrator/components/com_contactpush/contactpush.xml

<?xml version="1.0" encoding="utf-8"?>

<extension type="component" version="1.6" method="upgrade">
	<name><![CDATA[contactpush]]></name>
	<author><![CDATA[Andy Hickey]]></author>
	<creationDate><![CDATA[25 Feb 2017]]></creationDate>
	<copyright><![CDATA[Netamity 2017]]></copyright>
	<authorEmail><![CDATA[andy@netamity.com]]></authorEmail>
	<authorUrl><![CDATA[www.netamity.com]]></authorUrl>
	<version><![CDATA[1.0.0]]></version>
	<license><![CDATA[GPL V2+]]></license>
	<description><![CDATA[]]></description>

	<files folder="site">
		<folder>_fork</folder>
		<folder>controllers</folder>
		<folder>css</folder>
		<folder>files</folder>
		<folder>images</folder>
		<folder>layouts</folder>
		<folder>models</folder>
		<folder>views</folder>
		<filename>contactpush.php</filename>
		<filename>controller.php</filename>
		<filename>index.html</filename>
		<filename>router.php</filename>
	</files>

	<languages folder="site">
		<language tag="en-GB">language/en-GB.com_contactpush.ini</language>
	</languages>

	<administration>

		<files folder="admin">
			<folder>_fork</folder>
			<folder>classes</folder>
			<folder>controllers</folder>
			<folder>css</folder>
			<folder>helpers</folder>
			<folder>images</folder>
			<folder>js</folder>
			<folder>layouts</folder>
			<folder>models</folder>
			<folder>sql</folder>
			<folder>tables</folder>
			<folder>views</folder>
			<filename>access.xml</filename>
			<filename>config.xml</filename>
			<filename>contactpush.php</filename>
			<filename>controller.php</filename>
			<filename>index.html</filename>
		</files>

		<languages folder="admin">
			<language tag="en-GB">language/en-GB.com_contactpush.ini</language>
			<language tag="en-GB">language/en-GB.com_contactpush.sys.ini</language>
		</languages>
		<menu img="components/com_contactpush/images/icon-16-contactpush.png">CONTACTPUSH_MENU_CONTACT_PUSH</menu>

		<submenu>
			<menu img="components/com_contactpush/images/icon-16-contactpush_messages.png" link="option=com_contactpush&amp;view=messages">CONTACTPUSH_MENU_MESSAGES</menu>
			<menu img="components/com_contactpush/images/icon-16-contactpush_pushuids.png" link="option=com_contactpush&amp;view=pushuids">CONTACTPUSH_MENU_PUSH_USERS</menu>
		</submenu>
	</administration>
	<scriptfile>script.php</scriptfile>

	<install>

		<sql>
			<file driver="mysql" charset="utf8">sql/install.mysql.utf8.sql</file>
		</sql>
	</install>

	<update>

		<schemas>
			<schemapath type="mysql">sql/updates/mysql</schemapath>
		</schemas>
	</update>

	<uninstall>

		<sql>
			<file driver="mysql" charset="utf8">sql/uninstall.mysql.utf8.sql</file>
		</sql>
	</uninstall>
	<updateservers>
		<server type="extension" priority="2" name="Contact Push">http://netamity.com/updates/contactpush.xml</server>
	</updateservers>
</extension>