1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00

A little more icon cleanup

This commit is contained in:
Cameron
2012-12-04 04:11:00 -08:00
parent 1c9e44a0e8
commit fc223feaf2
7 changed files with 130 additions and 79 deletions

View File

@@ -76,6 +76,8 @@ class adminstyle_infopanel
$frm = e107::getForm();
//TODO LANs throughout.
global $style;
// ---------------------- Start Panel --------------------------------
@@ -123,30 +125,6 @@ class adminstyle_infopanel
// ------------------------------- e107 News --------------------------------
$panelRSS = "
";
// TODO Load with Ajax
/*
$xml = e107::getXml();
$vars = $xml->loadXMLfile('http://www.e107.org/e107_plugins/rss_menu/rss.php?1.2', true, true);
$text .= print_r($vars,TRUE);
*/
$panelRSS .= "
RSS News feed from e107.org goes here.
";
/*
</div>
</div>
</div>
*/
$text .= $ns->tablerender("e107 News","<div id='e-tweet'></div>","core-infopanel_news",true);
// ---------------------Latest Stuff ---------------------------