Hi!
I just want to asked if it is possible to remove the header of essential theme? I just want the navbar down to the footer.
If it is possible, you can post it for me.
BTW Im using 2.6 moodle.
Regards,
Mark
Yes you can remove the header by deleting the php code that calls it. This php code looks like this...
<?php require_once(dirname(__FILE__).'/includes/header.php'); ?>
The files that contain that php code can be found in the layout directory within the Essential theme.
Hope that answers your question?
Cheer
Mary
Hi Mary!
Yes it is! It answers my question and thank you so much!
But it also removes the "profile pic" and "First name".
So i just edited some "class" is essential.css like #page-header, #pageheading and a.logo.
I just put their height into 0px. :D
And i aligned the profile pic.
Uhm, Mary do you know how to remove the first name? above the profile pic?
Thanks
Regards
Mark
Hi!
I want also to redirect the logout button to the login.php not in logout.php.
Any suggestions on how to do it is much much appreciated!
Regards,
Mark