how to remove text from Header in moodle 2.2+

how to remove text from Header in moodle 2.2+

by Steven Addepalli -
Number of replies: 1

I downloaded a paid theme from http://newschoollearning.com/theme/P0/  and applied to my website.

On the front page it has required field for 'Full site name' and 'Short name for site' . Can anybody tell how to get rid off the required field.

Thanks and Regards,

Immanuel Steven

Average of ratings: -
In reply to Steven Addepalli

Re: how to remove text from Header in moodle 2.2+

by Mary Evans -
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

Hi,

It depends on what layout files you have in the theme you purchased. Usually the files are located in the layout directory of the theme. I'll assume that you have both frontpage.php and general.php file in the layout folder. Open general.php using Notepad and look for and remove...

<h1 class="headermain"><?php echo $PAGE->heading ?></h1>

You can do the same in the frontpage.php too.

HTH

Mary