Commit 45a66c64 by pupi1985

Moved the body_script to the bottom as it is a better practice.

parent 292aed39
......@@ -311,11 +311,11 @@
$this->body_tags();
$this->output('>');
$this->body_script();
$this->body_header();
$this->body_content();
$this->body_footer();
$this->body_hidden();
$this->body_script();
$this->output('</body>');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment