| Current Path : /home/digilove/www/administrator/components/com_weblinks/ |
| Current File : /home/digilove/www/administrator/components/com_weblinks/weblinks.xml |
<?xml version="1.0" encoding="utf-8"?> <extension type="component" version="3.1" method="upgrade"> <name>com_weblinks</name> <author>Joomla! Project</author> <creationDate>April 2006</creationDate> <copyright>(C) 2005 - 2015 Open Source Matters. All rights reserved.</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.4.1</version> <description>COM_WEBLINKS_XML_DESCRIPTION</description> <scriptfile>script.php</scriptfile> <install> <sql> <file charset="utf8" driver="mysql">sql/install.mysql.sql</file> <file charset="utf8" driver="postgresql">sql/install.postgresql.sql</file> <file charset="utf8" driver="sqlsrv">sql/install.sqlsrv.sql</file> </sql> </install> <uninstall> <sql> <file charset="utf8" driver="mysql">sql/uninstall.mysql.sql</file> <file charset="utf8" driver="postgresql">sql/uninstall.postgresql.sql</file> <file charset="utf8" driver="sqlsrv">sql/uninstall.sqlsrv.sql</file> </sql> </uninstall> <update> <schemas> <schemapath type="mysql">sql/updates/mysql</schemapath> <schemapath type="postgresql">sql/updates/postgresql</schemapath> <schemapath type="sqlsrv">sql/updates/sqlsrv</schemapath> </schemas> </update> <files folder="site"> <filename>weblinks.php</filename> <filename>controller.php</filename> <filename>router.php</filename> <filename>metadata.xml</filename> <folder>views</folder> <folder>models</folder> <folder>controllers</folder> <folder>helpers</folder> <folder>language</folder> </files> <administration> <menu img="class:weblinks">com_weblinks</menu> <submenu> <!-- Note that all & must be escaped to & for the file to be valid XML and be parsed by the installer --> <menu link="option=com_weblinks" view="links" img="class:weblinks" alt="Weblinks/Links">com_weblinks_links</menu> <menu link="option=com_categories&extension=com_weblinks" view="categories" img="class:weblinks-cat" alt="Weblinks/Categories">com_weblinks_categories</menu> </submenu> <files folder="admin"> <filename>access.xml</filename> <filename>config.xml</filename> <filename>controller.php</filename> <filename>weblinks.php</filename> <folder>controllers</folder> <folder>helpers</folder> <folder>language</folder> <folder>models</folder> <folder>sql</folder> <folder>tables</folder> <folder>views</folder> </files> </administration> </extension>