Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.70 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <extension version="3.1" type="plugin" group="Mycategory">
  3.     <name>maxsizer</name>
  4.     <creationDate>April 2014</creationDate>
  5.     <copyright>Copyright (C) 2014 Max.pl. All rights reserved.</copyright>
  6.     <license>GNU General Public License version 2 or later; see LICENSE.txt</license>
  7.     <authorUrl>www.joomla.org</authorUrl>
  8.     <version>3.1.0</version>
  9.     <description>PLG_MAXSIZER_XML_DESCRIPTION</description>
  10.     <files>
  11.         <filename plugin="maxsizer">maxsizer.php</filename>
  12.         <filename>index.html</filename>
  13.     </files>
  14.     <languages>
  15.     </languages>
  16.     <config>
  17.         <fields name="params">
  18.  
  19.             <fieldset name="basic">
  20.                
  21.             </fieldset>
  22.  
  23.         </fields>
  24.     </config>
  25. </extension>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement