1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

TODO added

This commit is contained in:
e107steved
2010-01-02 22:31:11 +00:00
parent 139bbaaa89
commit e723490eb8

View File

@@ -1,7 +1,7 @@
<?php <?php
/* /*
* Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt) * Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
* $Id: admin_shortcodes_class.php,v 1.34 2009-12-27 11:50:34 e107coders Exp $ * $Id: admin_shortcodes_class.php,v 1.35 2010-01-02 22:31:11 e107steved Exp $
* *
* Admin shortcode batch - class * Admin shortcode batch - class
*/ */
@@ -98,6 +98,9 @@ class admin_shortcodes
if (is_readable('plugin.xml')) if (is_readable('plugin.xml'))
{ {
$xml = e107::getXml(); $xml = e107::getXml();
/**
* @todo: folder and administration are deprecated. What replaces them?
*/
$xml->filter = array('folder' => FALSE, 'administration' => FALSE); // Just need one variable $xml->filter = array('folder' => FALSE, 'administration' => FALSE); // Just need one variable
$readFile = $xml->loadXMLfile('plugin.xml', true, true); $readFile = $xml->loadXMLfile('plugin.xml', true, true);
$eplug_icon = $readFile['folder'].'/'.$readFile['administration']['icon']; $eplug_icon = $readFile['folder'].'/'.$readFile['administration']['icon'];