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

RSS News feeds upgraded and corrected.

This commit is contained in:
Cameron
2015-04-05 20:24:51 -07:00
parent a0b7011294
commit 30e806b91d
5 changed files with 575 additions and 90 deletions

View File

@@ -144,7 +144,7 @@ function show_admins()
";
while ($row = $sql->db_Fetch())
while ($row = $sql->fetch())
{
//$permtxt = "";
$text .= "
@@ -196,6 +196,8 @@ require_once("footer.php");
*/
function headerjs()
{
return '';
/*
require_once(e_HANDLER.'js_helper.php');
$ret = "
<script type='text/javascript'>
@@ -205,6 +207,6 @@ function headerjs()
<script type='text/javascript' src='".e_JS."core/admin.js'></script>
";
return $ret;
return $ret;*/
}
?>