Changing page type?

Changing page type?

by Jamie Homewood -
Number of replies: 2

Hi All

Is there anyway I could change the page type for the assignment feedback from admins? This is the page I have:

and would like to have a plain feedback page, similar to the reports or logs page like so:

My template is a fixed width so the tables fall behind the side blocks, so a simpler page would suit, but I'm not sure where it states what page type it uses.

Any help gladly taken.

Thanks all

Jamie

Average of ratings: -
In reply to Jamie Homewood

Re: Changing page type?

by Hubert Chathi -

$PAGE->set_pagelayout($layout) using the global $PAGE object, some time before you start your output.

In reply to Hubert Chathi

Re: Changing page type?

by Jean Poole -

We have that issue too. Where do you put that code in the thme? Can you provide an example?