| Server IP : 195.130.67.5 / Your IP : 216.73.216.231 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/icd/administrator/components/com_sectionex/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE install SYSTEM "http://dev.joomla.org/xml/1.5/component-install.dtd"> <install type="component" version="1.5.0" method="upgrade"> <name>SectionEx</name> <!-- The description is optional and defaults to the name --> <!-- <description>This component lists all articles within a section. The output is grouped by categories.</description> --> <!-- The following elements are optional and free of formatting conttraints --> <creationDate>November 2008</creationDate> <author>Robert Kuster</author> <authorEmail>support@stackideas.com</authorEmail> <authorUrl>http://stackideas.com</authorUrl> <copyright>2010 (c) StackIdeas. All rights reserved.</copyright> <license>GNU GPL</license> <!-- The version string is recorded in the components table --> <version>1.6.8</version> <!-- Custom install file //--> <installfile>install.sectionex.php</installfile> <!-- Site Main File Copy Section --> <files folder="site"> <filename>constants.php</filename> <filename>controller.php</filename> <filename>index.html</filename> <filename>router.php</filename> <filename>sectionex.php</filename> <folder>assets</folder> <folder>classes</folder> <folder>controllers</folder> <folder>helpers</folder> <folder>models</folder> <folder>themes</folder> <folder>views</folder> </files> <languages folder="languages/site"> <language tag="en-GB">en-GB.com_sectionex.ini</language> <!-- <language tag="nl-NL">nl-NL.com_sectionex.ini</language> <language tag="it-IT">it-IT.com_sectionex.ini</language> <language tag="fr-FR">fr-FR.com_sectionex.ini</language> <language tag="pt-BR">pt-BR.com_sectionex.ini</language> <language tag="de-DE">de-DE.com_sectionex.ini</language> --> </languages> <administration> <!-- Administration Menu Section --> <menu link="option=com_sectionex" img="components/com_sectionex/assets/images/logo_16x16.png">SectionEx</menu> <!-- Administration Main File Copy Section --> <!-- 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>index.html</filename> <filename>config.xml</filename> <filename>controller.php</filename> <filename>sectionex.php</filename> <filename>default.ini</filename> <folder>assets</folder> <folder>views</folder> <folder>models</folder> </files> <languages folder="languages/admin"> <language tag="en-GB">en-GB.com_sectionex.ini</language> <!-- <language tag="nl-NL">nl-NL.com_sectionex.ini</language> <language tag="it-IT">it-IT.com_sectionex.ini</language> <language tag="fr-FR">fr-FR.com_sectionex.ini</language> <language tag="pt-BR">pt-BR.com_sectionex.ini</language> <language tag="de-DE">de-DE.com_sectionex.ini</language> --> </languages> </administration> </install>