Jump to content

admin templates


MVS105

Recommended Posts

So it turns out that there is a way to create admin templates, in the /admin/lib/ folder you'll see a folder called 'layout' which is the default template. Templating works the same as for standard skins.

The configuration option is available in /core/app.config.php on line 258:

Config::Set('ADMIN_SKIN', 'layout');

Link to comment
Share on other sites

So it turns out that there is a way to create admin templates, in the /admin/lib/ folder you'll see a folder called 'layout' which is the default template. Templating works the same as for standard skins.

The configuration option is available in /core/app.config.php on line 258:

Config::Set('ADMIN_SKIN', 'layout');

This is the solution.

Thank you very much

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...