mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-26 01:57:30 +00:00
Use substitution codes in XML file
This commit is contained in:
parent
6caa06509b
commit
c0d7a9407f
@ -2,18 +2,17 @@
|
||||
<extension version="3.5" type="plugin" group="system" method="upgrade">
|
||||
<name>plg_system_weblinks</name>
|
||||
<author>Joomla! Project</author>
|
||||
<creationDate>2016-12-19</creationDate>
|
||||
<creationDate>##DATE##</creationDate>
|
||||
<copyright>(C) 2005 - 2016 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.6.0-beta</version>
|
||||
<version>##VERSION##</version>
|
||||
<description>PLG_SYSTEM_WEBLINKS_XML_DESCRIPTION</description>
|
||||
<files>
|
||||
<file>weblinks.xml</file>
|
||||
<folder>language</folder>
|
||||
<file plugin="weblinks">weblinks.php</file>
|
||||
##FILES##
|
||||
</files>
|
||||
<languages folder="administrator/language">
|
||||
##LANGUAGE_FILES##
|
||||
</languages>
|
||||
</extension>
|
||||
|
Loading…
Reference in New Issue
Block a user