Jump to content

Admin Center "Dark Layout"


Dyl963

Recommended Posts

I noticed that there is a file called 'layout_dark' in the (admin/lib) folder, anyone know how to get this working other than the default skin? I have this in the 'index.php'

define('ADMIN_PANEL', true);

include '../core/codon.config.php';

if(!Auth::LoggedIn())

{

Debug::showCritical('Please login first');

die();

}

if(!PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN))

{

Debug::showCritical('Unauthorized access');

die();

}

$BaseTemplate = new TemplateSet;

$tplname = Config::Get('ADMIN_SKIN');

if($tplname == '')

$tplname = 'layout_dark';

Dylan

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...