mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Update boot.php
This commit is contained in:
@@ -56,7 +56,7 @@ if(ADMIN && e_AJAX_REQUEST && varset($_GET['mode']) == 'core' && ($_GET['type']
|
|||||||
$text .= '
|
$text .= '
|
||||||
<div class="media">
|
<div class="media">
|
||||||
<div class="media-body">
|
<div class="media-body">
|
||||||
<h4 class="media-heading"><a href="'.$row['link'].'">'.$row['title'].'</a> <small>— '.$row['pubDate'].'</small></h4>
|
<h4 class="media-heading"><a target="_blank" href="'.$row['link'].'">'.$row['title'].'</a> <small>— '.$row['pubDate'].'</small></h4>
|
||||||
'.$tp->text_truncate($description,150).'
|
'.$tp->text_truncate($description,150).'
|
||||||
</div></div>';
|
</div></div>';
|
||||||
$count++;
|
$count++;
|
||||||
@@ -103,7 +103,7 @@ if(ADMIN && (e_AJAX_REQUEST || deftrue('e_DEBUG_FEEDS')) && varset($_GET['mode']
|
|||||||
$rows = e107::getXml()->parseXml($data, 'advanced');
|
$rows = e107::getXml()->parseXml($data, 'advanced');
|
||||||
// print_a($rows);
|
// print_a($rows);
|
||||||
// exit;
|
// exit;
|
||||||
$link = ($type == 'plugin') ? e_ADMIN."plugin.php?mode=online" : e_ADMIN."theme.php?mode=online";
|
$link = ($type == 'plugin') ? e_ADMIN."plugin.php?mode=online" : e_ADMIN."theme.php?mode=main&action=online";
|
||||||
|
|
||||||
$text = "<div style='margin-top:10px'>";
|
$text = "<div style='margin-top:10px'>";
|
||||||
|
|
||||||
@@ -471,4 +471,4 @@ if (!function_exists("parse_admin"))
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user