Created
January 9, 2015 06:29
-
-
Save ahmedeshaan/7d3474c12211977f869c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<extension version="2.5" type="component" method="upgrade"> | |
<name>gallery</name> | |
<creationDate>##DATE##</creationDate> | |
<author>Nicholas K. Dionysopoulos</author> | |
<authorEmail>[email protected]</authorEmail> | |
<authorUrl>http://www.akeebabackup.com</authorUrl> | |
<copyright>Copyright (c)2013 Nicholas K. Dionysopoulos / Akeeba Ltd</copyright> | |
<license>GNU GPL v3 or later</license> | |
<version>##VERSION##</version> | |
<description>A simple contact form component used to demonstrate the F0F framework</description> | |
<!-- Public front end files --> | |
<files folder="frontend"> | |
<filename>gallery.php</filename> | |
<folder>controllers</folder> | |
<folder>models</folder> | |
<folder>views</folder> | |
</files> | |
<!-- Front end translation files --> | |
<languages folder="language/frontend"> | |
<language tag="en-GB">en-GB/en-GB.com_gallery.ini</language> | |
</languages> | |
<!-- SQL query files to execute on installation --> | |
<install> | |
<sql> | |
<file driver="mysql" charset="utf8">sql/install/mysql/install.sql</file> | |
<file driver="mysql">sql/install/mysql/install.sql</file> | |
<file driver="mysqli" charset="utf8">sql/install/mysql/install.sql</file> | |
<file driver="mysqli">sql/install/mysql/install.sql</file> | |
</sql> | |
</install> | |
<!-- SQL query files to execute on uninstallation --> | |
<uninstall> | |
<sql> | |
<file driver="mysql" charset="utf8">sql/install/mysql/uninstall.sql</file> | |
<file driver="mysql">sql/install/mysql/uninstall.sql</file> | |
<file driver="mysqli" charset="utf8">sql/install/mysql/uninstall.sql</file> | |
<file driver="mysqli">sql/install/mysql/uninstall.sql</file> | |
</sql> | |
</uninstall> | |
<!-- SQL files to run on update --> | |
<!-- | |
<update> | |
<schemas> | |
<schemapath type="mysql">sql/updates/mysql</schemapath> | |
</schemas> | |
</update> | |
--> | |
<!-- Media files --> | |
<media destination="com_gallery" folder="media"> | |
<folder>images</folder> | |
</media> | |
<!-- Administrator back-end section --> | |
<administration> | |
<!-- Administration menu --> | |
<menu view="items" | |
img="../media/com_gallery/images/gallery-16.png">COM_GALLERY</menu> | |
<!-- Back-end files --> | |
<files folder="backend"> | |
<folder>sql</folder> | |
<folder>views</folder> | |
<filename>access.xml</filename> | |
<filename>config.xml</filename> | |
<filename>gallery.php</filename> | |
<filename>fof.xml</filename> | |
</files> | |
<!-- Back-end translation files --> | |
<languages folder="language/backend"> | |
<language tag="en-GB">en-GB/en-GB.com_gallery.ini</language> | |
<language tag="en-GB">en-GB/en-GB.com_gallery.sys.ini</language> | |
</languages> | |
</administration> | |
<!-- Installation / uninstallation script file --> | |
<!--<scriptfile>script.contactus.php</scriptfile>--> | |
<!-- Update servers --> | |
<!-- | |
<updateservers> | |
<server type="extension" priority="1" name="Contact Us"><![CDATA[http://www.example.com/contactus.xml]]></server> | |
</updateservers> | |
--> | |
</extension> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A simple
contact formgallery component used to demonstrate the F0F framework