Essential theme header

Essential theme header

by Mark Palig -
Number of replies: 3

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

Average of ratings: -
In reply to Mark Palig

Re: Essential theme header

by Mary Evans -

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

In reply to Mary Evans

Re: Essential theme header

by Mark Palig -

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 smile

 

Regards

Mark

In reply to Mark Palig

Re: Essential theme header

by Mark Palig -

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