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

Custom template and layout for admin dashboard.

This commit is contained in:
Lóna Lore
2016-11-04 10:40:45 +01:00
parent 403fcf5421
commit 8a121f22ca
5 changed files with 119 additions and 104 deletions

View File

@@ -281,22 +281,9 @@ class adminstyle_infopanel
if(vartrue($_GET['mode']) != 'customize')
{
// $ns->tablerender(ADLAN_47." ".ADMINNAME, $emessage->render().$text);
echo $mes->render().'
<!-- INFOPANEL -->
<div class="row">
<div class="span6 col-md-6">
'.$text.'
</div>
<div class="span6 col-md-6">
'.$text2.'
</div>
</div>
<!-- -->
';
// echo $mes->render(); // TODO
echo $text; // Control Panel
echo $text2; // Latest e107 News + Website Status
}
else
{