If you want to change the Memberkit Logo in the Admin Panel with your Company logo or any other text, you should create a template called "admin_header.html" in the same level of admin.html
If you create this template, Memberkit will use it as the admin header. For Example create admin_header.html in the Memberkit root folder and place this code in it.
<style> .head-wrap{ position:relative; white-space:nowrap; } .head-text, .head-shadow{ text-indent:5px; position:absolute; font-size:20px; cursor:default; } .head-text{ top:0px; left:0px; color:#aaa; } .head-text:hover{ color:#999; } .head-shadow{ top:2px; left:0px; color:#fff; } </style> <div class="head-wrap"> <span class="head-shadow"> Admin Panel: <?=$GLOBALS[config][site_title]?> </span> <span class="head-text"> Admin Panel: <?=$GLOBALS[config][site_title]?> </span> </div>
This will show your site title (in a stylish way) in the header instead of Memberkit logo.
You can use this template or write anything you want in the admin_header.html it's up to you.
Tags:
admin panel administration
Related Articles:
Add a new comment
|
Send Comment