1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 09:34:54 +02:00

New icon128 attribute added to plugin.xml spec.

This commit is contained in:
Cameron
2016-02-13 13:20:33 -08:00
parent 1ceabc69f3
commit 679c1b7b75
2 changed files with 2 additions and 1 deletions

View File

@@ -2757,7 +2757,7 @@ $template = <<<TEMPLATE
<category>{CATEGORY_CATEGORY}</category>
<copyright>{COPYRIGHT_COPYRIGHT}</copyright>
<adminLinks>
<link url="admin_config.php" description="{ADMINLINKS_DESCRIPTION}" icon="" iconSmall="" primary="true" >LAN_CONFIGURE</link>
<link url="admin_config.php" description="{ADMINLINKS_DESCRIPTION}" icon="" iconSmall="" icon128="" primary="true" >LAN_CONFIGURE</link>
</adminLinks>
{PLUGINPREFS}
</e107Plugin>