1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-23 22:53:01 +02:00

Moved server details to 'credits' page. (to be renamed)

This commit is contained in:
Cameron
2013-02-21 17:38:26 -08:00
parent e7b30285eb
commit 63fcad1d51
5 changed files with 159 additions and 13 deletions

View File

@@ -305,6 +305,12 @@ class admin_shortcodes
function sc_admin_latest($parm)
{
if($parm == 'infopanel' && e_PAGE != 'admin.php')
{
return;
}
if (ADMIN) {
if (!function_exists('admin_latest'))
{
@@ -853,6 +859,12 @@ class admin_shortcodes
function sc_admin_siteinfo($parm='')
{
if($parm == 'creditsonly' && e_PAGE != "credits.php")
{
return;
}
if (ADMIN)
{
global $ns, $pref, $themename, $themeversion, $themeauthor, $themedate, $themeinfo, $mySQLdefaultdb;
@@ -939,6 +951,11 @@ class admin_shortcodes
function sc_admin_status($parm)
{
if($parm == 'infopanel' && e_PAGE != 'admin.php')
{
return;
}
if (getperms('0') || getperms('4'))
{
if (!function_exists('admin_status'))
@@ -1001,6 +1018,12 @@ class admin_shortcodes
{
$text .= "\n\t\t\t\t\t<div style='padding-bottom: 2px;'>".E_16_FAILEDLOGIN." <a href='".e_ADMIN_ABS."fla.php'>".ADLAN_146.": $flo</a></div>";
}
if($parm == 'list')
{
// $text = str_replace("<div style='padding-bottom: 2px;'>","<li>",$text);;
}
$text .= "\n\t\t\t\t\t</div>";