Joomla plugin install XML files <folder> tag
Posted
by Rixius
on Stack Overflow
See other posts from Stack Overflow
or by Rixius
Published on 2010-05-06T15:06:14Z
Indexed on
2010/05/17
23:10 UTC
Read the original article
Hit count: 187
While developing a joomla plugin, if my plugin folder looks like so:
/install.xml
/mainPg.php
/subfolder/lib.php
/subfolder/config.php
Would the tag look like this?
<files>
<filename plugin="mainPg">mainPg.php</filename>
<folder>subfolder</folder>
</files>
© Stack Overflow or respective owner