Your IP : 216.73.216.111


Current Path : /home/bateauecpx/www/administrator/components/com_rokcandy/
Upload File :
Current File : /home/bateauecpx/www/administrator/components/com_rokcandy/rokcandy.xml

<?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="2.5" method="upgrade">
	<name>RokCandy</name>
    <creationDate>February 15, 2019</creationDate>
    <author>RocketTheme, LLC</author>
    <authorEmail>support@rockettheme.com</authorEmail>
    <authorUrl>http://www.rockettheme.com</authorUrl>
    <copyright>(C) 2005 - 2019 RocketTheme, LLC. All rights reserved.</copyright>
    <license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
    <version>2.0.3</version>
    <description>
		RokCandy is a simple yet powerful macro system for Joomla 2.5 / 3.  It provides the ability to create and categorize macros that can be used throughout your site.
	</description>
    <updateservers>
   		<server type="collection" priority="1" name="RocketTheme Update Directory">http://updates.rockettheme.com/joomla/updates.xml</server>
   	</updateservers>
    <!-- Site part -->
	<files folder="site">
		<filename>controller.php</filename>
		<filename>rokcandy.php</filename>
        <filename>MD5SUMS</filename>
		<folder>assets</folder>
		<folder>language</folder>
	</files>

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

    <!-- Runs on install -->
    <install>
        <sql>
            <file driver="mysql" charset="utf8">sql/install.mysql.utf8.sql</file>
            <file driver="mysql" charset="utf8">sql/sampledata.sql</file>
        </sql>
    </install>
    <!-- Runs on uninstall -->
    <uninstall>
        <sql>
            <file driver="mysql" charset="utf8">sql/uninstall.mysql.utf8.sql</file>
        </sql>
    </uninstall>
    <!-- Runs on update -->
    <update>
        <schemas>
            <schemapath type="mysql">sql/updates/mysql</schemapath>
        </schemas>
    </update>

    <scriptfile>rokcandy_install.script.php</scriptfile>

    <!-- Administration part -->
	<administration>
		<!-- Administration Menu Section -->
		<menu img="components/com_rokcandy/assets/rokcandy-icon-16.png">COM_ROKCANDY</menu>
        <submenu>
            <menu img="components/com_rokcandy/assets/rokcandy-icon-16.png">COM_ROKCANDY_SUBMENU_MACROS</menu>
            <menu img="components/com_rokcandy/assets/icon-16-category.png" link="option=com_categories&amp;extension=com_rokcandy">COM_ROKCANDY_SUBMENU_CATEGORIES</menu>
        </submenu>

		<!-- Administration Main File Copy Section -->
		<!-- Note the folder attribute: This attribute describes the folder
			to copy FROM in the package to install therefore files copied
			in this section are copied from /admin/ in the package -->
		<files folder="admin">
			<filename>access.xml</filename>
			<filename>config.xml</filename>
			<filename>controller.php</filename>
			<filename>rokcandy.php</filename>
            <filename>MD5SUMS</filename>
			<folder>assets</folder>
			<folder>controllers</folder>
			<folder>elements</folder>
			<folder>help</folder>
			<folder>helpers</folder>
			<folder>language</folder>
			<folder>models</folder>
			<folder>sql</folder>
			<folder>tables</folder>
			<folder>views</folder>
		</files>

        <!-- Administration Language File Copy Section -->
        <languages folder="admin/language">
            <language tag="en-GB">en-GB/en-GB.com_rokcandy.ini</language>
            <language tag="en-GB">en-GB/en-GB.com_rokcandy.sys.ini</language>
        </languages>

	</administration>
</extension>